]> git.proxmox.com Git - mirror_qemu.git/blame - stubs/vm-stop.c
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20180618' into staging
[mirror_qemu.git] / stubs / vm-stop.c
CommitLineData
87c9b5e0 1#include "qemu/osdep.h"
5708fc66
PB
2#include "qemu-common.h"
3#include "sysemu/sysemu.h"
4
2bd3bce8
PB
5void qemu_system_vmstop_request_prepare(void)
6{
7 abort();
8}
9
10void qemu_system_vmstop_request(RunState state)
5708fc66
PB
11{
12 abort();
13}