Browse Source
As noted by qemu-plugins.h, enum qemu_plugin_cb_flags is currently unused -- plugins can neither read nor write guest registers. Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>pull/121/head
4 changed files with 10 additions and 30 deletions
@ -1,5 +1,4 @@ |
|||
#ifdef CONFIG_PLUGIN |
|||
/* Note: no TCG flags because those are overwritten later */ |
|||
DEF_HELPER_2(plugin_vcpu_udata_cb, void, i32, ptr) |
|||
DEF_HELPER_4(plugin_vcpu_mem_cb, void, i32, i32, i64, ptr) |
|||
#endif |
|||
|
|||
Loading…
Reference in new issue