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