We introduced a new function `qemu_plugin_register_vcpu_discon_cb` as well as some types since v5.
Signed-off-by: Julian Ganz <[email protected]> -- I should probably have included this in my patch series introducing the register function in question instead of noticing that the API version was not bumped with 10.2.0 after the fact. --- include/qemu/qemu-plugin.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/qemu/qemu-plugin.h b/include/qemu/qemu-plugin.h index 60de4fdd3f..b445c26389 100644 --- a/include/qemu/qemu-plugin.h +++ b/include/qemu/qemu-plugin.h @@ -72,11 +72,14 @@ typedef uint64_t qemu_plugin_id_t; * - added qemu_plugin_write_memory_hwaddr * - added qemu_plugin_write_register * - added qemu_plugin_translate_vaddr + * + * version 6: + * - qemu_plugin_register_vcpu_discon_cb */ extern QEMU_PLUGIN_EXPORT int qemu_plugin_version; -#define QEMU_PLUGIN_VERSION 5 +#define QEMU_PLUGIN_VERSION 6 /** * struct qemu_info_t - system information for plugins -- 2.51.2
