summaryrefslogtreecommitdiffstats
path: root/stubs/vm-stop.c
blob: 68e5f20eaf959c70cba45f52f8d471fb6af68029 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "qemu/osdep.h"
#include "sysemu/sysemu.h"

void qemu_system_vmstop_request_prepare(void)
{
    abort();
}

void qemu_system_vmstop_request(RunState state)
{
    abort();
}