Sign in
◑
Theme
qemu-android
/
qemu-android
/
7a4e543de6637cda4dcc4a060b9225a863f7c721
/
.
/
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
();
}