Sign in
qemu
/
qemu
/
bfce9288177b29ecd29e9a81aa21d7016d4558c0
/
.
/
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
();
}