This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
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 18:36:40 +04: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 15:49:54 +04: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 18:36:40 +04:00
{
abort
(
)
;
}
Reference in New Issue
Copy Permalink