Sign in
qemu-android
/
qemu-android
/
dc622deb2d49aac6afa485f9025be8fed440ef3d
/
.
/
stubs
/
vm-stop.c
blob: 69fd86b2e82e0b96add2fe76efdb56323a1beeda [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"sysemu/sysemu.h"
void
qemu_system_vmstop_request_prepare
(
void
)
{
abort
();
}
void
qemu_system_vmstop_request
(
RunState
state
)
{
abort
();
}