Steve Sistare <steven.sist...@oracle.com> writes: > If qemu starts and loads a VM in the suspended state, then a later wakeup > request directly sets the state to running. This skips vm_start() and its > initialization steps, which is fatal for the guest. See > qemu_system_wakeup_request(), and qemu_system_wakeup() in > main_loop_should_exit(). > > Remember if vm_start has been called. If not, then call vm_start from > qemu_system_wakeup_request. > > Signed-off-by: Steve Sistare <steven.sist...@oracle.com>
Reviewed-by: Fabiano Rosas <faro...@suse.de>