diff options
Diffstat (limited to 'plugins/plugin.h')
| -rw-r--r-- | plugins/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/plugin.h b/plugins/plugin.h index 5eb2fdbc85..90f3f324ab 100644 --- a/plugins/plugin.h +++ b/plugins/plugin.h @@ -15,7 +15,7 @@ #include <gmodule.h> #include "qemu/qht.h" -#define QEMU_PLUGIN_MIN_VERSION 0 +#define QEMU_PLUGIN_MIN_VERSION 2 /* global state */ struct qemu_plugin_state { |