This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
qemu
mirror of
https://gitee.com/openkylin/qemu.git
Watch
9
Star
0
Fork
You've already forked qemu
0
Code
Issues
Projects
Releases
Wiki
Activity
878e63e6c5
qemu
/
stubs
/
vm-stop.c
8 lines
99 B
C
Raw
Blame
History
#
include
"qemu-common.h"
#
include
"sysemu/sysemu.h"
void
vm_stop
(
RunState
state
)
{
abort
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink