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