- e4a8e09 accel/tcg: Move gen_intermediate_code to TCGCPUOps.translate_core by Richard Henderson · 9 weeks ago
- 65cb712 Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging by Stefan Hajnoczi · 9 weeks ago
- 68df8c8 accel/tcg: Include missing 'exec/translation-block.h' header by Philippe Mathieu-Daudé · 3 months ago
- 8865049 accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h' by Philippe Mathieu-Daudé · 2 months ago
- 5fcabe6 include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST by Richard Henderson · 10 weeks ago
- f3d9225 target/microblaze: Constify all Property by Richard Henderson · 2 months ago
- 223f4f2 target/microblaze: Set default NaN pattern explicitly by Peter Maydell · 3 months ago
- 63dc369 Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into staging by Peter Maydell · 4 months ago
- 6c8cec8 target/microblaze: Alias CPU endianness property as 'little-endian' by Philippe Mathieu-Daudé · 5 months ago
- 4fafdcc target/microblaze: Explicitly set 2-NaN propagation rule by Peter Maydell · 4 months ago
- c18a13e target/microblaze: Move setting of float rounding mode to reset by Peter Maydell · 4 months ago
- b14d064 license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later by Philippe Mathieu-Daudé · 6 months ago
- 4f7b1ec target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation by Peter Maydell · 8 months ago
- 1561fee target/microblaze: Use translator_ldl by Richard Henderson · 11 months ago
- 962a145 accel/tcg: Provide default implementation of disas_log by Richard Henderson · 11 months ago
- 8018947 accel/tcg: Use vaddr in translator_ld* by Richard Henderson · 11 months ago
- d641ec3 kconfig: express dependency of individual boards on libfdt by Paolo Bonzini · 10 months ago
- b254c34 accel/tcg: Access tcg_cflags with getter / setter by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 86b7c55 exec/cpu: Rename PAGE_BITS macro to PAGE_RWX by BALATON Zoltan · 10 months ago
- e92dd33 target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 4597463 accel: Include missing 'exec/cpu_ldst.h' header by Philippe Mathieu-Daudé · 1 year, 3 months ago
- ad80e36 hw, target: Add ResetType argument to hold and exit phase methods by Peter Maydell · 11 months ago
- e231345 target/microblaze: Use insn_start from DisasContextBase by Richard Henderson · 11 months ago
- da95364 target/microblaze: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 348802b target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler by Philippe Mathieu-Daudé · 1 year, 1 month ago
- ecd6f6a gdbstub: Infer number of core registers from XML by Akihiko Odaki · 12 months ago
- 6626015 gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb by Akihiko Odaki · 12 months ago
- ac1e867 gdbstub: Use GDBFeature for gdb_register_coprocessor by Akihiko Odaki · 12 months ago
- 3b91614 include/exec: Change cpu_mmu_index argument to CPUState by Richard Henderson · 1 year, 1 month ago
- a120d32 include/exec: Implement cpu_mmu_index generically by Richard Henderson · 1 year, 1 month ago
- 167d6cd target/microblaze: Populate CPUClass.mmu_index by Richard Henderson · 1 year, 1 month ago
- 1764ad7 include/qemu: Add TCGCPUOps typedef to typedefs.h by Richard Henderson · 1 year, 1 month ago
- 32f0c39 target: Use vaddr in gen_intermediate_code by Anton Johansson · 1 year, 1 month ago
- 61d5442 target/microblaze: Constify VMState in machine.c by Richard Henderson · 1 year, 2 months ago
- 9348028 target: Move ArchCPUClass definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 336588a target: Mention 'cpu-qom.h' is target agnostic by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 6ee45fa target: Unify QOM style by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 01c85e6 meson: Rename target_softmmu_arch -> target_system_arch by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 8fa08d7 accel/tcg: Remove cpu_set_cpustate_pointers by Richard Henderson · 1 year, 5 months ago
- b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 5 months ago
- ad75a51 tcg: Rename cpu_env to tcg_env by Richard Henderson · 1 year, 5 months ago
- 3b3d7df accel/tcg: Move CPUNegativeOffsetState into CPUState by Richard Henderson · 1 year, 6 months ago
- f669c99 target/*: Add instance_align to all cpu base classes by Richard Henderson · 1 year, 5 months ago
- 026ad97 target/translate: Remove unnecessary 'exec/cpu_ldst.h' header by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 8b81968 other architectures: spelling fixes by Michael Tokarev · 1 year, 8 months ago
- f6ff492 target/microblaze: Define TCG_GUEST_DEFAULT_MO by Richard Henderson · 1 year, 8 months ago
- bb5de52 target: Widen pc/cs_base in cpu_get_tb_cpu_state by Anton Johansson · 1 year, 8 months ago
- de6cd75 meson: Replace softmmu_ss -> system_ss by Philippe Mathieu-Daudé · 1 year, 9 months ago
- dfd1b81 accel/tcg: Introduce translator_io_start by Richard Henderson · 1 year, 9 months ago
- d53106c tcg: Pass TCGHelperInfo to tcg_gen_callN by Richard Henderson · 1 year, 11 months ago
- da876cc target/microblaze: Remove `NB_MMU_MODES` define by Anton Johansson · 2 years ago
- 4ea5fe9 gdbstub: move register helpers into standalone include by Alex Bennée · 2 years ago
- a5ea3dd target/microblaze: Avoid tcg_const_* throughout by Richard Henderson · 2 years ago
- b304346 target/microblaze: Drop tcg_temp_free by Richard Henderson · 2 years ago
- 597f9b2 accel/tcg: Pass max_insn to gen_intermediate_code by pointer by Richard Henderson · 2 years, 1 month ago
- ca647d4 target/microblaze: Replace `tb_pc()` with `tb->pc` by Anton Johansson · 2 years ago
- 6d2d454 target/cpu: Restrict cpu_get_phys_page_debug() handlers to sysemu by Philippe Mathieu-Daudé · 2 years, 3 months ago
- c3bef3b target/microblaze: Add gdbstub xml by Richard Henderson · 2 years, 2 months ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- d4bc6c1 target/microblaze: Convert to 3-phase reset by Peter Maydell · 2 years, 3 months ago
- 3d419a4 accel/tcg: Remove will_exit argument from cpu_restore_state by Richard Henderson · 2 years, 4 months ago
- 52b8d9a target/microblaze: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 4 months ago
- fbf59aa accel/tcg: Introduce tb_pc and log_pc by Richard Henderson · 2 years, 6 months ago
- e4fdf9d hw/core: Add CPUClass.get_pc by Richard Henderson · 2 years, 5 months ago
- 306c872 accel/tcg: Add pc and host_pc params to gen_intermediate_code by Richard Henderson · 2 years, 7 months ago
- 4f31b54 Normalize header guard symbol definition by Markus Armbruster · 2 years, 10 months ago
- 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 10 months ago
- 8eb806a exec/translator: Pass the locked filepointer to disas_log hook by Richard Henderson · 2 years, 10 months ago
- 69242e7 Move CPU softfloat unions to cpu-float.h by Marc-André Lureau · 3 years ago
- b36e239 target: Use ArchCPU as interface to target CPU by Philippe Mathieu-Daudé · 3 years ago
- 9295b1a target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macro by Philippe Mathieu-Daudé · 3 years ago
- 1ea4a06 target: Use CPUArchState as interface to target-specific CPU state by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 3cb1a41 target: Include missing 'cpu.h' by Philippe Mathieu-Daudé · 3 years, 1 month ago
- cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 3 years, 1 month ago
- b414df7 target/microblaze: Do not set MO_ALIGN for user-only by Richard Henderson · 3 years, 7 months ago
- fd29773 target/microblaze: Make mb_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 5 months ago
- 6634558 target/microblaze: Drop checks for singlestep_enabled by Richard Henderson · 3 years, 7 months ago
- fbafb3a target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP by Richard Henderson · 3 years, 7 months ago
- fa947a6 hw/core: Make do_unaligned_access noreturn by Richard Henderson · 3 years, 7 months ago
- 8b1d5b3 include/exec: Move cpu_signal_handler declaration by Richard Henderson · 3 years, 7 months ago
- eb3ef31 target/microblaze: Restrict cpu_exec_interrupt() handler to sysemu by Philippe Mathieu-Daudé · 3 years, 6 months ago
- b5cf742 accel/tcg: Remove TranslatorOps.breakpoint_check by Richard Henderson · 3 years, 7 months ago
- bd38ae2 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into staging by Peter Maydell · 3 years, 8 months ago
- 725930c target/microblaze: Use translator_use_goto_tb by Richard Henderson · 3 years, 8 months ago
- 1797b08 tcg: Avoid including 'trace-tcg.h' in target translate.c by Philippe Mathieu-Daudé · 3 years, 8 months ago
- f4063f9 meson: Introduce target-specific Kconfig by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 1190655 hw/core: Constify TCGCPUOps by Richard Henderson · 4 years ago
- 08928c6 cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 8b80bd2 cpu: Introduce SysemuCPUOps structure by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 7827168 cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass by Claudio Fontana · 4 years, 1 month ago
- 8535dd7 cpu: move do_unaligned_access to tcg_ops by Claudio Fontana · 4 years, 1 month ago
- cbc183d cpu: move cc->transaction_failed to tcg_ops by Claudio Fontana · 4 years, 1 month ago
- 0545608 cpu: move cc->do_interrupt to tcg_ops by Claudio Fontana · 4 years, 1 month ago
- e124536 cpu: Move tlb_fill to tcg_ops by Eduardo Habkost · 4 years, 1 month ago
- 48c1a3e cpu: Move cpu_exec_* to tcg_ops by Eduardo Habkost · 4 years, 1 month ago
- ec62595 cpu: Move synchronize_from_tb() to tcg_ops by Eduardo Habkost · 4 years, 1 month ago
- e9e51b7 cpu: Introduce TCGCpuOperations struct by Eduardo Habkost · 4 years, 1 month ago
- 43a9ede target/microblaze: Add security attributes on memory transactions by Joe Komlodi · 4 years, 1 month ago
- 671a0a1 target/microblaze: use MMUAccessType instead of int in mmu_translate by Joe Komlodi · 4 years, 1 month ago