aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-03-15 08:06:44 -1000
committerRichard Henderson <richard.henderson@linaro.org>2024-04-30 16:12:05 -0700
commitccd8f17e02d70c4e9e1d7f3b8ee0f80dd58dc979 (patch)
tree21ce75c8e253d8ee44afa58f1efcec15fb5f8bea /include
parentdb409c01fde5be31ef34c69aa1d91880975e93c5 (diff)
plugins: Introduce PLUGIN_CB_MEM_REGULAR
Use different enumerators for vcpu_udata and vcpu_mem callbacks. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/qemu/plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qemu/plugin.h b/include/qemu/plugin.h
index b679a22bae..f5a08b1220 100644
--- a/include/qemu/plugin.h
+++ b/include/qemu/plugin.h
@@ -68,6 +68,7 @@ union qemu_plugin_cb_sig {
enum plugin_dyn_cb_type {
PLUGIN_CB_REGULAR,
+ PLUGIN_CB_MEM_REGULAR,
PLUGIN_CB_INLINE,
};