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