tests/vm: avoid image presence check and removal
[qemu/ar7.git] / stubs / vm-stop.c
blob68e5f20eaf959c70cba45f52f8d471fb6af68029
1 #include "qemu/osdep.h"
2 #include "sysemu/sysemu.h"
4 void qemu_system_vmstop_request_prepare(void)
6 abort();
9 void qemu_system_vmstop_request(RunState state)
11 abort();