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
89e4a51ca9
qemu
/
stubs
/
vm-stop.c
8 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
stubs: fully replace qemu-tool.c and qemu-user.c Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-11-26 22:36:40 +08:00
#
include
"qemu-common.h"
#
include
"sysemu/sysemu.h"
cpus: Add return value for vm_stop() If flushing the block devices fails, return an error. The VM is stopped anyway. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
2013-07-05 19:49:54 +08:00
int
vm_stop
(
RunState
state
)
stubs: fully replace qemu-tool.c and qemu-user.c Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-11-26 22:36:40 +08:00
{
abort
(
)
;
}