This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
6453a3a694
qemu-e2k
/
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 15:36:40 +01: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 13:49:54 +02: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 15:36:40 +01:00
{
abort
(
)
;
}
Reference in New Issue
Copy Permalink