Sign in
qemu
/
qemu
/
88770fec6c8daeb96c1f5cdbedff9df173431fd6
/
.
/
stubs
/
vm-stop.c
blob: 45689354f663ca64695355c6c01b44a7535d3d37 [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"sysemu/sysemu.h"
void
vm_stop
(
RunState
state
)
{
abort
();
}