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