From c7bb41b44ad63515adccffa8a6486da46b0c2e26 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 19 Mar 2021 14:18:30 -0600 Subject: plugins: Drop tcg_flags from struct qemu_plugin_dyn_cb 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é Signed-off-by: Richard Henderson --- include/qemu/plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/qemu/plugin.h b/include/qemu/plugin.h index c5a79a89f0..0fefbc6084 100644 --- a/include/qemu/plugin.h +++ b/include/qemu/plugin.h @@ -79,7 +79,6 @@ enum plugin_dyn_cb_subtype { struct qemu_plugin_dyn_cb { union qemu_plugin_cb_sig f; void *userp; - unsigned tcg_flags; enum plugin_dyn_cb_subtype type; /* @rw applies to mem callbacks only (both regular and inline) */ enum qemu_plugin_mem_rw rw; -- cgit v1.2.3-55-g7522