Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / vm-stop.c
diff --git a/qemu/stubs/vm-stop.c b/qemu/stubs/vm-stop.c
new file mode 100644 (file)
index 0000000..69fd86b
--- /dev/null
@@ -0,0 +1,12 @@
+#include "qemu-common.h"
+#include "sysemu/sysemu.h"
+
+void qemu_system_vmstop_request_prepare(void)
+{
+    abort();
+}
+
+void qemu_system_vmstop_request(RunState state)
+{
+    abort();
+}