Sign in
qemu
/
qemu
/
f91bb8baaa5773747f2c7bb1b739303dbee98c5f
/
.
/
stubs
/
vm-stop.c
blob: 7f8a9da8a598164b7eaad4a5b1df2a4b2147ae5c [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"sysemu/runstate.h"
void
qemu_system_vmstop_request_prepare
(
void
)
{
abort
();
}
void
qemu_system_vmstop_request
(
RunState
state
)
{
abort
();
}