1. 3077be2 plugins: cleanup codepath for previous inline operation by Pierrick Bouvier · 12 months ago
  2. fba3b49 plugins: remove non per_vcpu inline operation from API by Pierrick Bouvier · 12 months ago
  3. 0bcebab plugins: add inline operation per vcpu by Pierrick Bouvier · 12 months ago
  4. 62f92b8 plugins: implement inline operation relative to cpu_index by Pierrick Bouvier · 12 months ago
  5. 8042e2e plugins: define qemu_plugin_u64 by Pierrick Bouvier · 12 months ago
  6. a3c2cf0 plugins: scoreboard API by Pierrick Bouvier · 12 months ago
  7. e4e5cb4 {linux,bsd}-user: Introduce get_task_state() by Ilya Leoshkevich · 12 months ago
  8. 8df5e27 plugins: add an API to read registers by Alex Bennée · 1 year ago
  9. c006147 plugins: create CPUPluginState and migrate plugin_mask by Alex Bennée · 1 year ago
  10. 33a277f plugins: Use different helpers when reading registers by Akihiko Odaki · 1 year ago
  11. c490e68 plugins: fix order of init/idle/resume callback by Pierrick Bouvier · 1 year ago
  12. 4a448b1 plugins: add qemu_plugin_num_vcpus function by Pierrick Bouvier · 1 year ago
  13. 926e146 plugins: remove previous n_vcpus functions from API by Pierrick Bouvier · 1 year ago
  14. 493bc2d misc: Clean up includes by Peter Maydell · 1 year, 1 month ago
  15. d0cda6f configure, meson: rename targetos to host_os by Paolo Bonzini · 1 year, 4 months ago
  16. 4789f9d plugins: fix win plugin tests on cross compile by Greg Manning · 1 year, 3 months ago
  17. 330fe3b plugins: make test/example plugins work on windows by Greg Manning · 1 year, 4 months ago
  18. f4f826c accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h' by Philippe Mathieu-Daudé · 1 year, 6 months ago
  19. fb13735 plugins: Check if vCPU is realized by Akihiko Odaki · 1 year, 5 months ago
  20. 82f3346 plugins/loader: Clean up global variable shadowing by Philippe Mathieu-Daudé · 1 year, 5 months ago
  21. 405c02d plugin: Simplify struct qemu_plugin_hwaddr by Richard Henderson · 1 year, 6 months ago
  22. 2c13c57 configure, meson: move --enable-plugins to meson by Paolo Bonzini · 1 year, 6 months ago
  23. 69a305e plugins: Remove unused 'exec/helper-proto.h' header by Philippe Mathieu-Daudé · 1 year, 9 months ago
  24. 507271d include/qemu/plugin: Inline qemu_plugin_disable_mem_helpers by Richard Henderson · 2 years ago
  25. 548c960 includes: move tb_flush into its own header by Alex Bennée · 2 years ago
  26. f455492 plugins: Iterate on cb_lists in qemu_plugin_user_exit by Richard Henderson · 2 years, 1 month ago
  27. 2bbbc1b plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's by Emilio Cota · 2 years, 1 month ago
  28. f7e15af plugins: add [pre|post]fork helpers to linux-user by Alex Bennée · 2 years, 5 months ago
  29. 5413c37 plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddr by Richard Henderson · 2 years, 5 months ago
  30. a976a99 include/hw/core: Create struct CPUJumpCache by Richard Henderson · 2 years, 7 months ago
  31. e3af71e meson: remove dead assignments by Paolo Bonzini · 2 years, 8 months ago
  32. 52581c7 Clean up header guards that don't match their file name by Markus Armbruster · 2 years, 10 months ago
  33. 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 3 years ago
  34. 5abccc7 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-21' into staging by Peter Maydell · 3 years ago
  35. ad768e6 include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h by Peter Maydell · 3 years, 1 month ago
  36. cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 3 years, 1 month ago
  37. 91d4032 plugins: add helper functions for coverage plugins by Ivanov Arkady · 3 years, 1 month ago
  38. 3765068 configure: simplify creation of plugin symbol list by Paolo Bonzini · 3 years, 3 months ago
  39. 86a41ac plugins/meson.build: fix linker issue with weird paths by Alex Bennée · 3 years, 3 months ago
  40. 6a78a98 plugins/: Add missing functions to symbol list by Lukas Jünger · 3 years, 6 months ago
  41. 37aff08 plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb by Richard Henderson · 3 years, 7 months ago
  42. 654d6b0 meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2 by Paolo Bonzini · 4 years, 1 month ago
  43. 6a9e8a0 plugins/api: added a boolean parsing plugin api by Mahmoud Mandour · 3 years, 7 months ago
  44. 3a445ac plugins: allow plugin arguments to be passed directly by Mahmoud Mandour · 3 years, 7 months ago
  45. 1156a03 plugins: sort exported symbol list by Alex Bennée · 3 years, 6 months ago
  46. b906aca plugins: do not limit exported symbols if modules are active by Paolo Bonzini · 3 years, 7 months ago
  47. 2da4225 plugins: Fix physical address calculation for IO regions by Aaron Lindsay · 3 years, 8 months ago
  48. f7e68c9 tcg/plugins: implement a qemu_plugin_user_exit helper by Alex Bennée · 3 years, 8 months ago
  49. 785ea71 trace: Fold mem-internal.h into mem.h by Richard Henderson · 3 years, 8 months ago
  50. 2572ac1 tcg/plugins: remove some stale entries from the symbol list by Alex Bennée · 3 years, 8 months ago
  51. 2d93203 plugins: fix-up handling of internal hostaddr for 32 bit by Alex Bennée · 3 years, 8 months ago
  52. 7c4ab60 plugins/api: expose symbol lookup to plugins by Alex Bennée · 3 years, 8 months ago
  53. d0ac9a6 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-21' into staging by Peter Maydell · 3 years, 8 months ago
  54. e52ee00 Remove leading underscores from QEMU defines by Ahmed Abouzied · 3 years, 9 months ago
  55. c7bb41b plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb by Richard Henderson · 4 years ago
  56. 824f4ba accel/tcg: Reduce 'exec/tb-context.h' inclusion by Philippe Mathieu-Daudé · 3 years, 9 months ago
  57. 2068cab Do not include cpu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  58. 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  59. a2b8816 plugins: getting qemu_plugin_get_hwaddr only expose one function prototype by Yonggang Luo · 4 years ago
  60. 787148b plugins: Expose physical addresses instead of device offsets by Aaron Lindsay · 4 years ago
  61. cfd405e accel/tcg: allow plugin instrumentation to be disable via cflags by Alex Bennée · 4 years, 1 month ago
  62. b853a79 plugins: add API to return a name for a IO device by Alex Bennée · 4 years, 1 month ago
  63. c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years, 3 months ago
  64. 0572f55 plugin: propagate errors by Paolo Bonzini · 4 years, 4 months ago
  65. 2ae00c8 Remove superfluous .gitignore files by Thomas Huth · 4 years, 5 months ago
  66. b313710 plugins: Fixes a issue when dlsym failed, the handle not closed by Yonggang Luo · 4 years, 5 months ago
  67. 64ed6f9 meson: link emulators without Makefile.target by Paolo Bonzini · 4 years, 7 months ago
  68. f556b4a meson: plugins by Paolo Bonzini · 5 years ago
  69. 308e754 qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const by Philippe Mathieu-Daudé · 4 years, 10 months ago
  70. ac90871 lockable: add QemuRecMutex support by Stefan Hajnoczi · 5 years ago
  71. dcc474c plugins/core: add missing break in cb_to_tcg_flags by Emilio G. Cota · 5 years ago
  72. 208b2d2 plugins: Include trace/mem.h in api.c by Richard Henderson · 5 years ago
  73. 3fb356c tcg plugins: expose an API version concept by Alex Bennée · 5 years ago
  74. ca76a66 plugin: add qemu_plugin_outs helper by Alex Bennée · 5 years ago
  75. cbafa23 plugin: add qemu_plugin_insn_disas helper by Alex Bennée · 6 years ago
  76. 5901b2e plugin: expand the plugin_init function to include an info block by Alex Bennée · 5 years ago
  77. 26fffe2 plugin: add API symbols to qemu-plugins.symbols by Emilio G. Cota · 6 years ago
  78. 235537f plugins: implement helpers for resolving hwaddr by Alex Bennée · 6 years ago
  79. 5c5d69b plugin: add implementation of the api by Alex Bennée · 6 years ago
  80. 54cb65d plugin: add core code by Emilio G. Cota · 8 years ago