[Qemu-devel] [PATCH 17/26] RunState: Drop the RSTATE_NO_STATE value

2011-10-05 Thread Luiz Capitulino
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 --- sysemu.h |1 - vl.c | 19 +++ 2 files

[Qemu-devel] [PATCH 17/26] RunState: Drop the RSTATE_NO_STATE value

2011-09-30 Thread Luiz Capitulino
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 --- sysemu.h |1 - vl.c | 19 +++ 2 files