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