summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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-062-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/+0Star
* 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/+6Star
|/
* accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-271-0/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-023-3/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* plugins: getting qemu_plugin_get_hwaddr only expose one function prototypeYonggang Luo2021-03-171-5/+3Star
* 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/+0Star
* 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/+5Star
* 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/+11Star
* 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-161-0/+1
* tcg plugins: expose an API version conceptAlex Bennée2019-11-122-0/+23
* plugin: add qemu_plugin_outs helperAlex Bennée2019-10-282-0/+9
* plugin: add qemu_plugin_insn_disas helperAlex Bennée2019-10-282-1/+9
* plugin: expand the plugin_init function to include an info blockAlex Bennée2019-10-281-4/+19
* plugin: add API symbols to qemu-plugins.symbolsEmilio G. Cota2019-10-283-0/+54