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