Re: [Qemu-devel] [PATCH v3 44/50] plugin: add qemu_plugin_insn_disas helper
On 6/14/19 10:11 AM, Alex Bennée wrote: > Give the plugins access to the QEMU dissasembler so they don't have to > re-invent the wheel. > > Signed-off-by: Alex Bennée > --- > disas.c | 103 +++ > include/disas/disas.h| 2 + > include
[Qemu-devel] [PATCH v3 44/50] plugin: add qemu_plugin_insn_disas helper
Give the plugins access to the QEMU dissasembler so they don't have to re-invent the wheel. Signed-off-by: Alex Bennée --- disas.c | 103 +++ include/disas/disas.h| 2 + include/qemu/qemu-plugin.h | 9 +++ plugins/api.c