Sign in
qemu-android
/
qemu-android
/
qemu-android-2.7
/
.
/
stubs
/
vm-stop.c
blob: 8271cad65d54cc53406f9784f8f7de0f2cd0e1d0 [
file
] [
log
] [
blame
]
#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
();
}