xemu/plugins
Alex Bennée cbafa2362a 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. We generate a warning when there are spare bytes
in the decode buffer. This is usually due to the front end loading in
more bytes than decoded.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2019-10-28 15:12:38 +00:00
..
.gitignore plugin: add API symbols to qemu-plugins.symbols 2019-10-28 15:12:38 +00:00
Makefile.objs plugin: add API symbols to qemu-plugins.symbols 2019-10-28 15:12:38 +00:00
api.c plugin: add qemu_plugin_insn_disas helper 2019-10-28 15:12:38 +00:00
core.c plugin: add core code 2019-10-28 15:12:38 +00:00
loader.c plugin: expand the plugin_init function to include an info block 2019-10-28 15:12:38 +00:00
plugin.h plugin: add core code 2019-10-28 15:12:38 +00:00
qemu-plugins.symbols plugin: add qemu_plugin_insn_disas helper 2019-10-28 15:12:38 +00:00