aboutsummaryrefslogtreecommitdiff
path: root/stubs/qmp-quit.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/qmp-quit.c')
-rw-r--r--stubs/qmp-quit.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/stubs/qmp-quit.c b/stubs/qmp-quit.c
new file mode 100644
index 0000000000..a3ff47f7bd
--- /dev/null
+++ b/stubs/qmp-quit.c
@@ -0,0 +1,8 @@
+#include "qemu/osdep.h"
+#include "qapi/qapi-commands-control.h"
+#include "qapi/qmp/dispatch.h"
+
+void qmp_quit(Error **errp)
+{
+ g_assert_not_reached();
+}