summary refs log tree commit diff stats
path: root/include/qemu/plugin.h
diff options
context:
space:
mode:
authorPierrick Bouvier <pierrick.bouvier@linaro.org>2024-05-14 18:42:45 +0100
committerAlex Bennée <alex.bennee@linaro.org>2024-05-16 08:47:01 +0100
commit21032784e56e9687f8c9d4abb75db4b15629c9b1 (patch)
tree04e1cabb5e71e018169f8dd4eb70c88556d8c49c /include/qemu/plugin.h
parentb51ddd937f11f76614d4b36d14d8778df242661c (diff)
downloadfocaccia-qemu-21032784e56e9687f8c9d4abb75db4b15629c9b1.tar.gz
focaccia-qemu-21032784e56e9687f8c9d4abb75db4b15629c9b1.zip
plugins: prepare introduction of new inline ops
Until now, only add_u64 was available, and all functions assumed this or
were named uniquely.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240514174253.694591-4-alex.bennee@linaro.org>
Diffstat (limited to 'include/qemu/plugin.h')
-rw-r--r--include/qemu/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qemu/plugin.h b/include/qemu/plugin.h
index 7fda6ef126..7d1d3bd283 100644
--- a/include/qemu/plugin.h
+++ b/include/qemu/plugin.h
@@ -69,7 +69,7 @@ union qemu_plugin_cb_sig {
 enum plugin_dyn_cb_type {
     PLUGIN_CB_REGULAR,
     PLUGIN_CB_MEM_REGULAR,
-    PLUGIN_CB_INLINE,
+    PLUGIN_CB_INLINE_ADD_U64,
 };
 
 /*