]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/vm-stop.c
Merge remote-tracking branch 'remotes/kraxel/tags/pull-fixes-20170403-1' into staging
[mirror_qemu.git] / stubs / vm-stop.c
index f82c897dfe805496e34616f2ca36405125065cd8..8271cad65d54cc53406f9784f8f7de0f2cd0e1d0 100644 (file)
@@ -1,7 +1,13 @@
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "sysemu/sysemu.h"
 
-int vm_stop(RunState state)
+void qemu_system_vmstop_request_prepare(void)
+{
+    abort();
+}
+
+void qemu_system_vmstop_request(RunState state)
 {
     abort();
 }