]>
Commit | Line | Data |
---|---|---|
87c9b5e0 | 1 | #include "qemu/osdep.h" |
5708fc66 PB |
2 | #include "qemu-common.h" |
3 | #include "sysemu/sysemu.h" | |
4 | ||
2bd3bce8 PB |
5 | void qemu_system_vmstop_request_prepare(void) |
6 | { | |
7 | abort(); | |
8 | } | |
9 | ||
10 | void qemu_system_vmstop_request(RunState state) | |
5708fc66 PB |
11 | { |
12 | abort(); | |
13 | } |