266 Commits (093a13acbf6be15de01cbf4afc27fb4193fd49ee)

Author SHA1 Message Date
Marc-André Lureau 8905770b27 compiler.h: replace QEMU_NORETURN with G_NORETURN 4 years ago
Richard Henderson 8eb806a763 exec/translator: Pass the locked filepointer to disas_log hook 4 years ago
Marc-André Lureau 69242e7e7e Move CPU softfloat unions to cpu-float.h 4 years ago
Philippe Mathieu-Daudé b36e239e08 target: Use ArchCPU as interface to target CPU 4 years ago
Philippe Mathieu-Daudé 9295b1aa92 target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro 4 years ago
Philippe Mathieu-Daudé 1ea4a06af0 target: Use CPUArchState as interface to target-specific CPU state 4 years ago
Philippe Mathieu-Daudé 3cb1a410ef target: Include missing 'cpu.h' 4 years ago
Philippe Mathieu-Daudé cd6174843b exec/exec-all: Move 'qemu/log.h' include in units requiring it 4 years ago
Richard Henderson b414df757d target/microblaze: Do not set MO_ALIGN for user-only 5 years ago
Richard Henderson fd297732a2 target/microblaze: Make mb_cpu_tlb_fill sysemu only 5 years ago
Richard Henderson 6634558025 target/microblaze: Drop checks for singlestep_enabled 5 years ago
Richard Henderson fbafb3a4d2 target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP 5 years ago
Richard Henderson fa947a667f hw/core: Make do_unaligned_access noreturn 5 years ago
Richard Henderson 8b1d5b3c35 include/exec: Move cpu_signal_handler declaration 5 years ago
Philippe Mathieu-Daudé eb3ef3136e target/microblaze: Restrict cpu_exec_interrupt() handler to sysemu 5 years ago
Richard Henderson b5cf742841 accel/tcg: Remove TranslatorOps.breakpoint_check 5 years ago
Richard Henderson 725930c2a5 target/microblaze: Use translator_use_goto_tb 5 years ago
Philippe Mathieu-Daudé 1797b08d24 tcg: Avoid including 'trace-tcg.h' in target translate.c 5 years ago
Philippe Mathieu-Daudé f4063f9c31 meson: Introduce target-specific Kconfig 5 years ago
Richard Henderson 119065574d hw/core: Constify TCGCPUOps 5 years ago
Philippe Mathieu-Daudé 08928c6d0d cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps 5 years ago
Philippe Mathieu-Daudé 8b80bd28a5 cpu: Introduce SysemuCPUOps structure 5 years ago
Claudio Fontana 7827168471 cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass 5 years ago
Claudio Fontana 8535dd702d cpu: move do_unaligned_access to tcg_ops 5 years ago
Claudio Fontana cbc183d2d9 cpu: move cc->transaction_failed to tcg_ops 5 years ago
Claudio Fontana 0545608056 cpu: move cc->do_interrupt to tcg_ops 5 years ago
Eduardo Habkost e124536f37 cpu: Move tlb_fill to tcg_ops 5 years ago
Eduardo Habkost 48c1a3e303 cpu: Move cpu_exec_* to tcg_ops 5 years ago
Eduardo Habkost ec62595bab cpu: Move synchronize_from_tb() to tcg_ops 5 years ago
Eduardo Habkost e9e51b7154 cpu: Introduce TCGCpuOperations struct 5 years ago
Joe Komlodi 43a9ede1ef target/microblaze: Add security attributes on memory transactions 5 years ago
Joe Komlodi 671a0a1265 target/microblaze: use MMUAccessType instead of int in mmu_translate 5 years ago
Joe Komlodi ea2ccb6561 target/microblaze: Add use-non-secure property 5 years ago
Richard Henderson 04a37d4ca4 tcg: Make tb arg to synchronize_from_tb const 6 years ago
Markus Armbruster 3ddba9a9e9 migration: Replace migration's JSON writer by the general one 5 years ago
AlexChen f25c7ca0ce target/microblaze: Fix possible array out of bounds in mmu_write() 5 years ago
Chetan Pant ee45203646 microblaze tcg cpus: Fix Lesser GPL version number 6 years ago
Eduardo Habkost 30b5707c26 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros 6 years ago
Eduardo Habkost c821774a3b Use OBJECT_DECLARE_TYPE where possible 6 years ago
Eduardo Habkost 8110fa1d94 Use DECLARE_*CHECKER* macros 6 years ago
Eduardo Habkost db1015e92e Move QOM typedefs and add missing includes 6 years ago
Richard Henderson 4b8936310b target/microblaze: Put MicroBlazeCPUConfig into DisasContext 6 years ago
Richard Henderson 77f63e1dad target/microblaze: Fill in VMStateDescription for cpu 6 years ago
Richard Henderson de73ee1abe target/microblaze: Move mmu parameters to MicroBlazeCPUConfig 6 years ago
Richard Henderson 5ad7cc07e5 target/microblaze: Treat pvr_regs as constant 6 years ago
Richard Henderson a4bcfc3380 target/microblaze: Move pvr regs to MicroBlazeCPUConfig 6 years ago
Richard Henderson a0b2d16a09 target/microblaze: Reorg MicroBlazeCPUConfig to minimize holes 6 years ago
Richard Henderson 84bf3249a3 target/microblaze: Split out MicroBlazeCPUConfig 6 years ago
Richard Henderson 2a7567a2f3 target/microblaze: Diagnose invalid insns in delay slots 6 years ago
Richard Henderson 4059bd90eb target/microblaze: Use tcg_gen_lookup_and_goto_ptr 6 years ago