commit | c4d11e38bd475f33d5fa9ceba5292304727f3113 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Fri Sep 30 14:40:07 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Oct 04 11:02:57 2011 -0300 |
tree | d4a67814f60ed9109b717525fa67a0c7adcdc367 | |
parent | 0d45b702918f855c24bfd13c0f91b31f89c2e097 [diff] |
RunState: Drop the RSTATE_NO_STATE value The QAPI framework won't generate it, so we need to get rid of it. In order to do that, this commit makes RSTATE_PRE_LAUNCH the initial state and change qemu_vmstop_requested() to use RSTATE_MAX. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>