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