- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 8e7bbc7 target/sparc: Avoid TCGV_{LOW,HIGH} by Richard Henderson · 2 years, 3 months ago
- 3b4fff1 target/sparc: Convert to 3-phase reset by Peter Maydell · 2 years, 2 months ago
- f36aaa5 target/sparc: Convert to tcg_ops restore_state_to_opc by Richard Henderson · 2 years, 3 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, 4 months ago
- 306c872 accel/tcg: Add pc and host_pc params to gen_intermediate_code by Richard Henderson · 2 years, 6 months ago
- 4f31b54 Normalize header guard symbol definition by Markus Armbruster · 2 years, 9 months ago
- 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 9 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 · 2 years, 10 months ago
- e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 2 years, 10 months 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 ago
- cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 3 years ago
- b8012ec target: Add missing "qemu/timer.h" include by Philippe Mathieu-Daudé · 3 years ago
- 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years ago
- fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years, 1 month ago
- aebe515 target/sparc: Set fault address in sparc_cpu_do_unaligned_access by Richard Henderson · 3 years, 6 months ago
- c0e0c6f target/sparc: Split out build_sfsr by Richard Henderson · 3 years, 6 months ago
- 9852112 target/sparc: Remove DEBUG_UNALIGNED by Richard Henderson · 3 years, 6 months ago
- caac44a target/sparc: Make sparc_cpu_tlb_fill sysemu only by Richard Henderson · 3 years, 4 months ago
- a8f8495 target/sparc: Use cpu_*_mmu instead of helper_*_mmu by Richard Henderson · 3 years, 6 months ago
- 9002ffc tcg: Rename TCGMemOpIdx to MemOpIdx by Richard Henderson · 3 years, 6 months ago
- 8b1d5b3 include/exec: Move cpu_signal_handler declaration by Richard Henderson · 3 years, 6 months ago
- d1fe593 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.2-pull-request' into staging by Peter Maydell · 3 years, 4 months ago
- 9ac200a target/sparc: Make sparc_cpu_dump_state() static by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 798ac8b target/sparc: Restrict cpu_exec_interrupt() handler to sysemu by Philippe Mathieu-Daudé · 3 years, 5 months ago
- 4e11689 accel/tcg: Add DisasContextBase argument to translator_ld* by Ilya Leoshkevich · 3 years, 6 months ago
- b532817 target/sparc: Drop use of gen_io_end() by Peter Maydell · 3 years, 6 months ago
- b5cf742 accel/tcg: Remove TranslatorOps.breakpoint_check by Richard Henderson · 3 years, 6 months ago
- bd38ae2 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into staging by Peter Maydell · 3 years, 7 months ago
- 5645aa2 target/sparc: Use translator_use_goto_tb by Richard Henderson · 3 years, 7 months ago
- 1797b08 tcg: Avoid including 'trace-tcg.h' in target translate.c by Philippe Mathieu-Daudé · 3 years, 7 months ago
- f4063f9 meson: Introduce target-specific Kconfig by Philippe Mathieu-Daudé · 3 years, 7 months ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 9 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
- feece4d cpu: Move CPUClass::vmsd 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
- 744c72a cpu: Rename CPUClass vmsd -> legacy_vmsd by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 10fb134 hw/sparc*: Move cpu_check_irqs() to target/sparc/ by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 1284119 hw/sparc: Allow building without the leon3 machine 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 ago
- 8535dd7 cpu: move do_unaligned_access to tcg_ops by Claudio Fontana · 4 years ago
- cbc183d cpu: move cc->transaction_failed to tcg_ops by Claudio Fontana · 4 years ago
- 0545608 cpu: move cc->do_interrupt to tcg_ops by Claudio Fontana · 4 years ago
- e124536 cpu: Move tlb_fill to tcg_ops by Eduardo Habkost · 4 years ago
- 48c1a3e cpu: Move cpu_exec_* to tcg_ops by Eduardo Habkost · 4 years ago
- ec62595 cpu: Move synchronize_from_tb() to tcg_ops by Eduardo Habkost · 4 years ago
- e9e51b7 cpu: Introduce TCGCpuOperations struct by Eduardo Habkost · 4 years ago
- 04a37d4 tcg: Make tb arg to synchronize_from_tb const by Richard Henderson · 4 years, 3 months ago
- 41192db Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
- 1f7c027 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into staging by Peter Maydell · 4 years, 1 month ago
- 091774b Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.0-pull-request' into staging by Peter Maydell · 4 years, 1 month ago
- 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 2 months ago
- ea7c1e5 qdev: Move dev->realized check to qdev_property_set() by Eduardo Habkost · 4 years, 2 months ago
- 43b6ab4 sparc: Use DEFINE_PROP for nwindows property by Eduardo Habkost · 4 years, 2 months ago
- 7a5805a linux-user/sparc: Handle tstate in sparc64_get/set_context() by Peter Maydell · 4 years, 3 months ago
- 246ff44 linux-user/sparc: Correct sparc64_get/set_context() FPU handling by Peter Maydell · 4 years, 3 months ago
- 9cf5a9c target/sparc/win_helper: silence the compiler warnings by Chen Qun · 4 years, 2 months ago
- fc0cd86 target/sparc/translate: silence the compiler warnings by Chen Qun · 4 years, 2 months ago
- 0ea0a42 sparc: Check dev->realized at sparc_set_nwindows() by Eduardo Habkost · 4 years, 2 months ago
- 5650b54 sparc tcg cpus: Fix Lesser GPL version number by Chetan Pant · 4 years, 3 months ago
- e7cff9c hmp: Pass monitor to mon_get_cpu_env() by Kevin Wolf · 4 years, 3 months ago
- 43cf067 hmp: Pass monitor to MonitorDef.get_value() by Kevin Wolf · 4 years, 3 months ago
- b5c6b87 target/sparc/int32_helper: Remove duplicated 'Tag Overflow' entry by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 30b5707 qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros by Eduardo Habkost · 4 years, 4 months ago
- c821774a Use OBJECT_DECLARE_TYPE where possible by Eduardo Habkost · 4 years, 5 months ago
- 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 5 months ago
- db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 5 months ago
- abff1ab meson: target by Paolo Bonzini · 4 years, 6 months ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 7 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 7 months ago
- aa04c9d9 target/sparc: Translate flushw opcode by Giuseppe Musacchio · 4 years, 7 months ago
- 86e8c35 target/sparc/int32_helper: Extract and use excp_name_str() by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 304c1c8 target/sparc/int32_helper: Remove DEBUG_PCALL definition by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 71bfd65 softfloat: Name compare relation enum by Richard Henderson · 4 years, 9 months ago
- 4dd6517 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
- 781c67c cpu: Use DeviceClass reset instead of a special CPUClass reset by Peter Maydell · 5 years ago
- a010bdb gdbstub: extend GByteArray to read register helpers by Alex Bennée · 4 years, 11 months ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- bc9888f cpu: Use cpu_class_set_parent_reset() by Greg Kurz · 5 years ago
- dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
- d494d79 target/sparc: Remove old TODO file by Thomas Huth · 5 years ago
- f8a7459 target/sparc: Define an enumeration for accessing env->regwptr by Richard Henderson · 5 years ago
- b89b900 target/sparc: fetch code with translator_ld by Emilio G. Cota · 6 years ago
- f8c3db3 target/sparc: Switch to do_transaction_failed() hook by Peter Maydell · 5 years ago
- 9dffeec target/sparc: Remove unused ldl_phys from dump_mmu() by Peter Maydell · 5 years ago
- d86a9ad target/sparc: Handle bus errors in mmu_probe() by Peter Maydell · 5 years ago
- 3c818df target/sparc: Correctly handle bus errors in page table walks by Peter Maydell · 5 years ago
- 776095d target/sparc: Check for transaction failures in MXCC stream ASI accesses by Peter Maydell · 5 years ago
- b9f5fda target/sparc: Check for transaction failures in MMU passthrough ASIs by Peter Maydell · 5 years ago
- c9d793f target/sparc: Factor out the body of sparc_cpu_unassigned_access() by Peter Maydell · 5 years ago
- ccdb4c5 target/sparc: sun4u Invert Endian TTE bit by Tony Nguyen · 5 years ago
- 9bed46e target/sparc: Add TLB entry with attributes by Tony Nguyen · 5 years ago
- 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 5 years ago
- f3b8f18 Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' into staging by Peter Maydell · 5 years ago