summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* include/qemu/plugin: Inline qemu_plugin_disable_mem_helpersRichard Henderson2023-03-221-11/+0
* includes: move tb_flush into its own headerAlex Bennée2023-03-072-1/+2
* plugins: Iterate on cb_lists in qemu_plugin_user_exitRichard Henderson2023-02-021-3/+4
* plugins: make qemu_plugin_user_exit's locking order consistent with fork_start'sEmilio Cota2023-02-021-5/+11
* plugins: add [pre|post]fork helpers to linux-userAlex Bennée2022-10-061-0/+20
* plugins: Assert mmu_idx in range before use in qemu_plugin_get_hwaddrRichard Henderson2022-10-061-0/+2
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-1/+1
* meson: remove dead assignmentsPaolo Bonzini2022-09-011-1/+1
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-3/+3
* osdep: Move memalign-related functions to their own headerPeter Maydell2022-03-071-0/+1
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-221-0/+1
|\
| * exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell2022-02-211-0/+1
|/
* plugins: add helper functions for coverage pluginsIvanov Arkady2022-02-092-0/+52
* configure: simplify creation of plugin symbol listPaolo Bonzini2022-01-121-4/+9
* plugins/meson.build: fix linker issue with weird pathsAlex Bennée2021-11-291-2/+2
* plugins/: Add missing functions to symbol listLukas Jünger2021-10-121-0/+3
* plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-052-13/+16
* meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2Paolo Bonzini2021-10-051-2/+2
* plugins/api: added a boolean parsing plugin apiMahmoud Mandour2021-09-022-0/+6
* plugins: allow plugin arguments to be passed directlyMahmoud Mandour2021-09-021-4/+20
* plugins: sort exported symbol listAlex Bennée2021-09-021-24/+24
* plugins: do not limit exported symbols if modules are activePaolo Bonzini2021-09-021-6/+8
* plugins: Fix physical address calculation for IO regionsAaron Lindsay2021-07-231-1/+1
* tcg/plugins: implement a qemu_plugin_user_exit helperAlex Bennée2021-07-231-0/+39
* trace: Fold mem-internal.h into mem.hRichard Henderson2021-07-211-1/+1
* tcg/plugins: remove some stale entries from the symbol listAlex Bennée2021-07-141-3/+0
* plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée2021-07-141-2/+2
* plugins/api: expose symbol lookup to pluginsAlex Bennée2021-06-251-0/+6
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-241-2/+2
|\
| * Remove leading underscores from QEMU definesAhmed Abouzied2021-06-211-2/+2
* | plugins: Drop tcg_flags from struct qemu_plugin_dyn_cbRichard Henderson2021-06-191-24/+6
|/
* accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-261-0/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-023-3/+0
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0
* plugins: getting qemu_plugin_get_hwaddr only expose one function prototypeYonggang Luo2021-03-171-5/+3
* plugins: Expose physical addresses instead of device offsetsAaron Lindsay2021-03-171-5/+12
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-181-11/+25
* plugins: add API to return a name for a IO deviceAlex Bennée2021-02-181-0/+20
* cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-022-0/+44
* plugin: propagate errorsPaolo Bonzini2020-12-151-17/+17
* Remove superfluous .gitignore filesThomas Huth2020-10-131-2/+0
* plugins: Fixes a issue when dlsym failed, the handle not closedYonggang Luo2020-10-091-0/+1
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-1/+9
* meson: pluginsPaolo Bonzini2020-08-212-21/+5
* qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument constPhilippe Mathieu-Daudé2020-05-151-2/+2
* lockable: add QemuRecMutex supportStefan Hajnoczi2020-03-172-12/+11
* plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota2020-02-251-0/+1
* plugins: Include trace/mem.h in api.cRichard Henderson2020-01-151-0/+1
* tcg plugins: expose an API version conceptAlex Bennée2019-11-122-0/+23