Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3' into...
[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();