aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2023-11-23plugins: fix win plugin tests on cross compileGreg Manning1-1/+1
2023-11-08plugins: make test/example plugins work on windowsGreg Manning1-0/+19
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé1-1/+0
2023-10-11plugins: Check if vCPU is realizedAkihiko Odaki1-1/+1
2023-10-06plugins/loader: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson1-21/+6
2023-09-07configure, meson: move --enable-plugins to mesonPaolo Bonzini1-5/+7
2023-06-20plugins: Remove unused 'exec/helper-proto.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-03-22include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson1-11/+0
2023-03-07includes: move tb_flush into its own headerAlex Bennée2-1/+2
2023-02-02plugins: Iterate on cb_lists in qemu_plugin_user_exitRichard Henderson1-3/+4
2023-02-02plugins: make qemu_plugin_user_exit's locking order consistent with fork_start'sEmilio Cota1-5/+11
2022-10-06plugins: add [pre|post]fork helpers to linux-userAlex Bennée1-0/+20
2022-10-06plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddrRichard Henderson1-0/+2
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-1/+1
2022-09-01meson: remove dead assignmentsPaolo Bonzini1-1/+1
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster1-3/+3
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell1-0/+1
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell1-0/+1
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell1-0/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé1-0/+1
2022-02-09plugins: add helper functions for coverage pluginsIvanov Arkady2-0/+52
2022-01-12configure: simplify creation of plugin symbol listPaolo Bonzini1-4/+9
2021-11-29plugins/meson.build: fix linker issue with weird pathsAlex Bennée1-2/+2
2021-10-12plugins/: Add missing functions to symbol listLukas Jünger1-0/+3
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2-13/+16
2021-10-05meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini1-2/+2
2021-09-02plugins/api: added a boolean parsing plugin apiMahmoud Mandour2-0/+6
2021-09-02plugins: allow plugin arguments to be passed directlyMahmoud Mandour1-4/+20
2021-09-02plugins: sort exported symbol listAlex Bennée1-24/+24
2021-09-02plugins: do not limit exported symbols if modules are activePaolo Bonzini1-6/+8
2021-07-23plugins: Fix physical address calculation for IO regionsAaron Lindsay1-1/+1
2021-07-23tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée1-0/+39
2021-07-21trace: Fold mem-internal.h into mem.hRichard Henderson1-1/+1
2021-07-14tcg/plugins: remove some stale entries from the symbol listAlex Bennée1-3/+0
2021-07-14plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée1-2/+2
2021-06-25plugins/api: expose symbol lookup to pluginsAlex Bennée1-0/+6
2021-06-24Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell1-2/+2
2021-06-21Remove leading underscores from QEMU definesAhmed Abouzied1-2/+2
2021-06-19plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson1-24/+6
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé1-0/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-03-17plugins: getting qemu_plugin_get_hwaddr only expose one function prototypeYonggang Luo1-5/+3
2021-03-17plugins: Expose physical addresses instead of device offsetsAaron Lindsay1-5/+12
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée1-11/+25
2021-02-18plugins: add API to return a name for a IO deviceAlex Bennée1-0/+20
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono2-0/+44
2020-12-15plugin: propagate errorsPaolo Bonzini1-17/+17
2020-10-13Remove superfluous .gitignore filesThomas Huth1-2/+0