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