[Qemu-devel] [PATCH 1.7] vl: allow "cont" from panicked state

2013-11-04 Thread Paolo Bonzini
After reporting the GUEST_PANICKED monitor event, QEMU stops the VM. The reason for this is that events are edge-triggered, and can be lost if management dies at the wrong time. Stopping a panicked VM lets management know of a panic even if it has crashed; management can learn about the panic when

Re: [Qemu-devel] [PATCH 1.7] vl: allow "cont" from panicked state

2013-11-04 Thread Eric Blake
On 11/04/2013 06:30 AM, Paolo Bonzini wrote: > After reporting the GUEST_PANICKED monitor event, QEMU stops the VM. > The reason for this is that events are edge-triggered, and can be lost if > management dies at the wrong time. Stopping a panicked VM lets management > know of a panic even if it h