Age | Commit message (Expand) | Author | Files | Lines |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+3 |
2022-03-07 | osdep: Move memalign-related functions to their own header | Peter Maydell | 1 | -0/+1 |
2022-02-22 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-... | Peter Maydell | 1 | -0/+1 |
2022-02-21 | include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h | Peter Maydell | 1 | -0/+1 |
2022-02-21 | exec/exec-all: Move 'qemu/log.h' include in units requiring it | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-02-09 | plugins: add helper functions for coverage plugins | Ivanov Arkady | 2 | -0/+52 |
2022-01-12 | configure: simplify creation of plugin symbol list | Paolo Bonzini | 1 | -4/+9 |
2021-11-29 | plugins/meson.build: fix linker issue with weird paths | Alex Bennée | 1 | -2/+2 |
2021-10-12 | plugins/: Add missing functions to symbol list | Lukas Jünger | 1 | -0/+3 |
2021-10-05 | plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb | Richard Henderson | 2 | -13/+16 |
2021-10-05 | meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2 | Paolo Bonzini | 1 | -2/+2 |
2021-09-02 | plugins/api: added a boolean parsing plugin api | Mahmoud Mandour | 2 | -0/+6 |
2021-09-02 | plugins: allow plugin arguments to be passed directly | Mahmoud Mandour | 1 | -4/+20 |
2021-09-02 | plugins: sort exported symbol list | Alex Bennée | 1 | -24/+24 |
2021-09-02 | plugins: do not limit exported symbols if modules are active | Paolo Bonzini | 1 | -6/+8 |
2021-07-23 | plugins: Fix physical address calculation for IO regions | Aaron Lindsay | 1 | -1/+1 |
2021-07-23 | tcg/plugins: implement a qemu_plugin_user_exit helper | Alex Bennée | 1 | -0/+39 |
2021-07-21 | trace: Fold mem-internal.h into mem.h | Richard Henderson | 1 | -1/+1 |
2021-07-14 | tcg/plugins: remove some stale entries from the symbol list | Alex Bennée | 1 | -3/+0 |
2021-07-14 | plugins: fix-up handling of internal hostaddr for 32 bit | Alex Bennée | 1 | -2/+2 |
2021-06-25 | plugins/api: expose symbol lookup to plugins | Alex Bennée | 1 | -0/+6 |
2021-06-24 | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-... | Peter Maydell | 1 | -2/+2 |
2021-06-21 | Remove leading underscores from QEMU defines | Ahmed Abouzied | 1 | -2/+2 |
2021-06-19 | plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb | Richard Henderson | 1 | -24/+6 |
2021-05-26 | accel/tcg: Reduce 'exec/tb-context.h' inclusion | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 3 | -3/+0 |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth | 2 | -2/+0 |
2021-03-17 | plugins: getting qemu_plugin_get_hwaddr only expose one function prototype | Yonggang Luo | 1 | -5/+3 |
2021-03-17 | plugins: Expose physical addresses instead of device offsets | Aaron Lindsay | 1 | -5/+12 |
2021-02-18 | accel/tcg: allow plugin instrumentation to be disable via cflags | Alex Bennée | 1 | -11/+25 |
2021-02-18 | plugins: add API to return a name for a IO device | Alex Bennée | 1 | -0/+20 |
2021-01-02 | cfi: Initial support for cfi-icall in QEMU | Daniele Buono | 2 | -0/+44 |
2020-12-15 | plugin: propagate errors | Paolo Bonzini | 1 | -17/+17 |
2020-10-13 | Remove superfluous .gitignore files | Thomas Huth | 1 | -2/+0 |
2020-10-09 | plugins: Fixes a issue when dlsym failed, the handle not closed | Yonggang Luo | 1 | -0/+1 |
2020-08-21 | meson: link emulators without Makefile.target | Paolo Bonzini | 1 | -1/+9 |
2020-08-21 | meson: plugins | Paolo Bonzini | 2 | -21/+5 |
2020-05-15 | qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const | Philippe Mathieu-Daudé | 1 | -2/+2 |
2020-03-17 | lockable: add QemuRecMutex support | Stefan Hajnoczi | 2 | -12/+11 |
2020-02-25 | plugins/core: add missing break in cb_to_tcg_flags | Emilio G. Cota | 1 | -0/+1 |
2020-01-15 | plugins: Include trace/mem.h in api.c | Richard Henderson | 1 | -0/+1 |
2019-11-12 | tcg plugins: expose an API version concept | Alex Bennée | 2 | -0/+23 |
2019-10-28 | plugin: add qemu_plugin_outs helper | Alex Bennée | 2 | -0/+9 |
2019-10-28 | plugin: add qemu_plugin_insn_disas helper | Alex Bennée | 2 | -1/+9 |
2019-10-28 | plugin: expand the plugin_init function to include an info block | Alex Bennée | 1 | -4/+19 |
2019-10-28 | plugin: add API symbols to qemu-plugins.symbols | Emilio G. Cota | 3 | -0/+54 |
2019-10-28 | plugins: implement helpers for resolving hwaddr | Alex Bennée | 1 | -0/+49 |
2019-10-28 | plugin: add implementation of the api | Alex Bennée | 2 | -0/+278 |
2019-10-28 | plugin: add core code | Emilio G. Cota | 4 | -0/+967 |