migration: fix a typo
[qemu/ar7.git] / stubs / vm-stop.c
blob8271cad65d54cc53406f9784f8f7de0f2cd0e1d0
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "sysemu/sysemu.h"
5 void qemu_system_vmstop_request_prepare(void)
7 abort();
10 void qemu_system_vmstop_request(RunState state)
12 abort();