Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: add API to return a name for a IO device | Alex Bennée | 2021-02-18 | 1 | -0/+6 |
* | qemu-plugin.h: remove GCC < 4 | Marc-André Lureau | 2020-12-15 | 1 | -7/+2 |
* | qemu-plugin.h: add missing include <stddef.h> to define size_t | Emilio G. Cota | 2020-06-08 | 1 | -0/+1 |
* | qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const | Philippe Mathieu-Daudé | 2020-05-15 | 1 | -1/+1 |
* | tcg plugins: expose an API version concept | Alex Bennée | 2019-11-12 | 1 | -0/+19 |
* | plugin: add qemu_plugin_outs helper | Alex Bennée | 2019-10-28 | 1 | -0/+6 |
* | plugin: add qemu_plugin_insn_disas helper | Alex Bennée | 2019-10-28 | 1 | -0/+9 |
* | plugin: expand the plugin_init function to include an info block | Alex Bennée | 2019-10-28 | 1 | -2/+24 |
* | plugins: implement helpers for resolving hwaddr | Alex Bennée | 2019-10-28 | 1 | -0/+8 |
* | plugin: add implementation of the api | Alex Bennée | 2019-10-28 | 1 | -3/+0 |
* | plugin: add user-facing API | Emilio G. Cota | 2019-10-28 | 1 | -0/+351 |