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