The discontinuity and system call filter callbacks were not reflected in the versioning comments before. The callbacks have been introduced in aac73d85d2d6f556dbcee6041a2898cb0ef9b0e6 and 5ed628d1d398b164053f5d5685541ea705275998, respectively.
Signed-off-by: Florian Hofhammer <[email protected]> --- include/plugins/qemu-plugin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/plugins/qemu-plugin.h b/include/plugins/qemu-plugin.h index 17a834dca9..770a65249d 100644 --- a/include/plugins/qemu-plugin.h +++ b/include/plugins/qemu-plugin.h @@ -76,6 +76,9 @@ typedef uint64_t qemu_plugin_id_t; * * version 6: * - changed return value of qemu_plugin_{read,write}_register from int to bool + * - added disconinuity callback API (for interrupts, exceptions, host calls) + * - added syscall filter callback API, which allows skipping syscalls and + * setting custom syscall return values */ extern QEMU_PLUGIN_EXPORT int qemu_plugin_version; base-commit: ffcf1a7981793973ffbd8100a7c3c6042d02ae23 -- 2.53.0
