vl: Change qemu_vmstop_requested() to return a bool
commit0d45b702918f855c24bfd13c0f91b31f89c2e097
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 30 Sep 2011 17:27:11 +0000 (30 14:27 -0300)
committerLuiz Capitulino <lcapitulino@redhat.com>
Tue, 4 Oct 2011 14:02:57 +0000 (4 11:02 -0300)
treea69f9d62927ea4c154a324bce912a2ed89c0429d
parent292a26027c8567556795dde771e46d87306bd013
vl: Change qemu_vmstop_requested() to return a bool

The stop reason is returned in the RunState argument. This is a
preparation for a future commit which will convert the query-status
command to the QAPI.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
vl.c