Sign in
kernel
/
pub
/
scm
/
virt
/
kvm
/
mst
/
qemu
/
008b60782b786205557e2b3d62e52180fb59e4fd
/
.
/
stubs
/
vm-stop.c
blob: f82c897dfe805496e34616f2ca36405125065cd8 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"sysemu/sysemu.h"
int
vm_stop
(
RunState
state
)
{
abort
();
}