]> git.proxmox.com Git - mirror_qemu.git/commit
vl.c: Introduce getter for shutdown_requested and reset_requested.
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 22 Jul 2010 14:52:48 +0000 (15:52 +0100)
committerAlexander Graf <agraf@suse.de>
Sun, 8 May 2011 08:10:01 +0000 (10:10 +0200)
commit1291eb35404b077ec96e5c06c7a70935597fe7c6
treed68261e186796f6e6ee3ae433fbaa48988187e2c
parent8c12f1912afed98715d995cb7c72c8203aaced9d
vl.c: Introduce getter for shutdown_requested and reset_requested.

Introduce two functions qemu_shutdown_requested_get and
qemu_reset_requested_get to get the value of shutdown/reset_requested
without reset it.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
sysemu.h
vl.c