1. 923710b plugins: enable linking with clang/lld by Pierrick Bouvier · 6 weeks ago
  2. 68df8c8 accel/tcg: Include missing 'exec/translation-block.h' header by Philippe Mathieu-Daudé · 3 months ago
  3. 8ac1719 plugins: eradicate qemu-plugins.symbols static file by Pierrick Bouvier · 3 months ago
  4. 1ef08e3 plugins: detect qemu plugin API symbols from header by Pierrick Bouvier · 3 months ago
  5. 595cd9c plugins: add plugin API to read guest memory by Rowan Hart · 5 months ago
  6. 9505f85 plugins: extend API to get latest memory value accessed by Pierrick Bouvier · 5 months ago
  7. b709da5 plugins: save value during memory accesses by Pierrick Bouvier · 5 months ago
  8. 278035f plugins: fix race condition with scoreboards by Pierrick Bouvier · 7 months ago
  9. 20fdd01 buildsys: Fix building without plugins on Darwin by Philippe Mathieu-Daudé · 7 months ago
  10. 7b690fd plugin/loader: handle basic help query by Alex Bennée · 7 months ago
  11. 0f3974b accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/ by Philippe Mathieu-Daudé · 8 months ago
  12. 2089a2e plugins: Ensure vCPU index is assigned in init/exit hooks by Philippe Mathieu-Daudé · 8 months ago
  13. 0082475 meson: merge plugin_ldflags into emulator_link_args by Paolo Bonzini · 9 months ago
  14. ca7d7f4 plugins: fix inject_mem_cb rw masking by Pierrick Bouvier · 8 months ago
  15. 5080365 plugins: add migration blocker by Alex Bennée · 8 months ago
  16. 847a65d plugins: add time control API by Alex Bennée · 8 months ago
  17. ad59d5c plugins: Ensure register handles are not NULL by Akihiko Odaki · 8 months ago
  18. 2fa1624 plugins: remove special casing for cpu->realized by Alex Bennée · 9 months ago
  19. 09afe96 plugins: remove op from qemu_plugin_inline_cb by Pierrick Bouvier · 10 months ago
  20. f86fd4d plugins: distinct types for callbacks by Pierrick Bouvier · 10 months ago
  21. 7de77d3 plugins: conditional callbacks by Pierrick Bouvier · 10 months ago
  22. 36a1d8e plugins: add new inline op STORE_U64 by Pierrick Bouvier · 10 months ago
  23. 2103278 plugins: prepare introduction of new inline ops by Pierrick Bouvier · 10 months ago
  24. 4c833c6 disas: Use translator_st to get disassembly data by Richard Henderson · 11 months ago
  25. e763953 plugins: Use DisasContextBase for qemu_plugin_tb_vaddr by Richard Henderson · 11 months ago
  26. d3ace10 plugins: Use DisasContextBase for qemu_plugin_insn_haddr by Richard Henderson · 11 months ago
  27. e501325 plugins: Read mem_only directly from TB cflags by Richard Henderson · 11 months ago
  28. 36bc99b plugins: Use translator_st for qemu_plugin_insn_data by Richard Henderson · 11 months ago
  29. 4abc892 plugins: Copy memory in qemu_plugin_insn_data by Richard Henderson · 11 months ago
  30. 80f034c accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState by Philippe Mathieu-Daudé · 1 year, 2 months ago
  31. 97c8722 Merge tag 'accel-sh4-ui-20240503' of https://github.com/philmd/qemu into staging by Richard Henderson · 10 months ago
  32. e096d37 plugins: Update stale comment by Philippe Mathieu-Daudé · 10 months ago
  33. 155fb46 plugins/api: Only include 'exec/ram_addr.h' with system emulation by Philippe Mathieu-Daudé · 11 months ago
  34. ccd8f17 plugins: Introduce PLUGIN_CB_MEM_REGULAR by Richard Henderson · 12 months ago
  35. db409c0 plugins: Simplify callback queues by Richard Henderson · 12 months ago
  36. b074897 tcg: Remove TCG_CALL_PLUGIN by Richard Henderson · 12 months ago
  37. ac97717 plugins: Use emit_before_op for PLUGIN_GEN_FROM_INSN by Richard Henderson · 12 months ago
  38. 21a3f62 plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB by Richard Henderson · 12 months ago
  39. c7ba948 plugins: Create TCGHelperInfo for all out-of-line callbacks by Richard Henderson · 12 months ago
  40. aff56de plugins: Move function pointer in qemu_plugin_dyn_cb by Richard Henderson · 12 months ago
  41. 25875fe plugins: Zero new qemu_plugin_dyn_cb entries by Richard Henderson · 12 months ago
  42. c65288d plugins: fix -Werror=maybe-uninitialized false-positive by Marc-André Lureau · 11 months ago
  43. 3077be2 plugins: cleanup codepath for previous inline operation by Pierrick Bouvier · 12 months ago
  44. fba3b49 plugins: remove non per_vcpu inline operation from API by Pierrick Bouvier · 12 months ago
  45. 0bcebab plugins: add inline operation per vcpu by Pierrick Bouvier · 12 months ago
  46. 62f92b8 plugins: implement inline operation relative to cpu_index by Pierrick Bouvier · 12 months ago
  47. 8042e2e plugins: define qemu_plugin_u64 by Pierrick Bouvier · 12 months ago
  48. a3c2cf0 plugins: scoreboard API by Pierrick Bouvier · 12 months ago
  49. e4e5cb4 {linux,bsd}-user: Introduce get_task_state() by Ilya Leoshkevich · 12 months ago
  50. 8df5e27 plugins: add an API to read registers by Alex Bennée · 12 months ago
  51. c006147 plugins: create CPUPluginState and migrate plugin_mask by Alex Bennée · 12 months ago
  52. 33a277f plugins: Use different helpers when reading registers by Akihiko Odaki · 12 months ago
  53. c490e68 plugins: fix order of init/idle/resume callback by Pierrick Bouvier · 12 months ago
  54. 4a448b1 plugins: add qemu_plugin_num_vcpus function by Pierrick Bouvier · 12 months ago
  55. 926e146 plugins: remove previous n_vcpus functions from API by Pierrick Bouvier · 12 months ago
  56. 493bc2d misc: Clean up includes by Peter Maydell · 1 year, 1 month ago
  57. d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
  58. 4789f9d plugins: fix win plugin tests on cross compile by Greg Manning · 1 year, 3 months ago
  59. 330fe3b plugins: make test/example plugins work on windows by Greg Manning · 1 year, 4 months ago
  60. f4f826c accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
  61. fb13735 plugins: Check if vCPU is realized by Akihiko Odaki · 1 year, 5 months ago
  62. 82f3346 plugins/loader: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
  63. 405c02d plugin: Simplify struct qemu_plugin_hwaddr by Richard Henderson · 1 year, 6 months ago
  64. 2c13c57 configure, meson: move --enable-plugins to meson by Paolo Bonzini · 1 year, 6 months ago
  65. 69a305e plugins: Remove unused 'exec/helper-proto.h' header by Philippe Mathieu-Daudé · 1 year, 9 months ago
  66. 507271d include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers by Richard Henderson · 2 years ago
  67. 548c960 includes: move tb_flush into its own header by Alex Bennée · 2 years ago
  68. f455492 plugins: Iterate on cb_lists in qemu_plugin_user_exit by Richard Henderson · 2 years, 1 month ago
  69. 2bbbc1b plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's by Emilio Cota · 2 years, 1 month ago
  70. f7e15af plugins: add [pre|post]fork helpers to linux-user by Alex Bennée · 2 years, 5 months ago
  71. 5413c37 plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr by Richard Henderson · 2 years, 5 months ago
  72. a976a99 include/hw/core: Create struct CPUJumpCache by Richard Henderson · 2 years, 6 months ago
  73. e3af71e meson: remove dead assignments by Paolo Bonzini · 2 years, 8 months ago
  74. 52581c7 Clean up header guards that don't match their file name by Markus Armbruster · 2 years, 10 months ago
  75. 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 3 years ago
  76. 5abccc7 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-21' into staging by Peter Maydell · 3 years ago
  77. ad768e6 include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h by Peter Maydell · 3 years, 1 month ago
  78. cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 3 years, 1 month ago
  79. 91d4032 plugins: add helper functions for coverage plugins by Ivanov Arkady · 3 years, 1 month ago
  80. 3765068 configure: simplify creation of plugin symbol list by Paolo Bonzini · 3 years, 3 months ago
  81. 86a41ac plugins/meson.build: fix linker issue with weird paths by Alex Bennée · 3 years, 3 months ago
  82. 6a78a98 plugins/: Add missing functions to symbol list by Lukas Jünger · 3 years, 5 months ago
  83. 37aff08 plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb by Richard Henderson · 3 years, 7 months ago
  84. 654d6b0 meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2 by Paolo Bonzini · 4 years, 1 month ago
  85. 6a9e8a0 plugins/api: added a boolean parsing plugin api by Mahmoud Mandour · 3 years, 7 months ago
  86. 3a445ac plugins: allow plugin arguments to be passed directly by Mahmoud Mandour · 3 years, 7 months ago
  87. 1156a03 plugins: sort exported symbol list by Alex Bennée · 3 years, 6 months ago
  88. b906aca plugins: do not limit exported symbols if modules are active by Paolo Bonzini · 3 years, 7 months ago
  89. 2da4225 plugins: Fix physical address calculation for IO regions by Aaron Lindsay · 3 years, 7 months ago
  90. f7e68c9 tcg/plugins: implement a qemu_plugin_user_exit helper by Alex Bennée · 3 years, 7 months ago
  91. 785ea71 trace: Fold mem-internal.h into mem.h by Richard Henderson · 3 years, 7 months ago
  92. 2572ac1 tcg/plugins: remove some stale entries from the symbol list by Alex Bennée · 3 years, 8 months ago
  93. 2d93203 plugins: fix-up handling of internal hostaddr for 32 bit by Alex Bennée · 3 years, 8 months ago
  94. 7c4ab60 plugins/api: expose symbol lookup to plugins by Alex Bennée · 3 years, 8 months ago
  95. d0ac9a6 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-21' into staging by Peter Maydell · 3 years, 8 months ago
  96. e52ee00 Remove leading underscores from QEMU defines by Ahmed Abouzied · 3 years, 9 months ago
  97. c7bb41b plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb by Richard Henderson · 4 years ago
  98. 824f4ba accel/tcg: Reduce 'exec/tb-context.h' inclusion by Philippe Mathieu-Daudé · 3 years, 9 months ago
  99. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  100. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago