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