On 7/31/19 9:06 AM, Alex Bennée wrote: > From: "Emilio G. Cota" <c...@braap.org> > > Add the API first to ease review. > > Signed-off-by: Emilio G. Cota <c...@braap.org> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > > --- > v3 > - merge in changes to plugin install/reset/uninstall > - split api file > v4 > - s/is/it/ > - more docstrings > - remove qemu_plugin_register_vcpu_mem_haddr_cb and related bits > - add qemu_plugin_get_hwaddr and related bits > - drop vcpu_index from tb_trans_cb_t > --- > include/qemu/qemu-plugin.h | 351 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 351 insertions(+) > create mode 100644 include/qemu/qemu-plugin.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~