]> Git Repo - qemu.git/blobdiff - stubs/vm-stop.c
Merge remote-tracking branch 'remotes/xtensa/tags/20150307-xtensa' into staging
[qemu.git] / stubs / vm-stop.c
index f82c897dfe805496e34616f2ca36405125065cd8..69fd86b2e82e0b96add2fe76efdb56323a1beeda 100644 (file)
@@ -1,7 +1,12 @@
 #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();
 }
This page took 0.019939 seconds and 4 git commands to generate.