Paolo Bonzini | 5708fc6 | 2012-11-26 15:36:40 +0100 | [diff] [blame] | 1 | #include "qemu-common.h" |
2 | #include "sysemu/sysemu.h" | ||||
3 | |||||
Paolo Bonzini | 2bd3bce | 2014-06-05 14:53:59 +0200 | [diff] [blame] | 4 | void qemu_system_vmstop_request_prepare(void) |
5 | { | ||||
6 | abort(); | ||||
7 | } | ||||
8 | |||||
9 | void qemu_system_vmstop_request(RunState state) | ||||
Paolo Bonzini | 5708fc6 | 2012-11-26 15:36:40 +0100 | [diff] [blame] | 10 | { |
11 | abort(); | ||||
12 | } |