]> 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 45689354f663ca64695355c6c01b44a7535d3d37..69fd86b2e82e0b96add2fe76efdb56323a1beeda 100644 (file)
@@ -1,7 +1,12 @@
 #include "qemu-common.h"
 #include "sysemu/sysemu.h"
 
-void vm_stop(RunState state)
+void qemu_system_vmstop_request_prepare(void)
+{
+    abort();
+}
+
+void qemu_system_vmstop_request(RunState state)
 {
     abort();
 }
This page took 0.023286 seconds and 4 git commands to generate.