Sign in
qemu-android
/
qemu-android
/
f22d0af076b159426c50a7a76ce2a42b8de95b52
/
.
/
stubs
/
vm-stop.c
blob: 8271cad65d54cc53406f9784f8f7de0f2cd0e1d0 [
file
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
#include
"sysemu/sysemu.h"
void
qemu_system_vmstop_request_prepare
(
void
)
{
abort
();
}
void
qemu_system_vmstop_request
(
RunState
state
)
{
abort
();
}