Re: [Qemu-devel] [PATCH v2] deal with guest paniced event

2012-03-06 Thread Eric Blake
On 03/06/2012 06:58 PM, Wen Congyang wrote: When the host knows the guest is paniced, it will set exit_reason to KVM_EXIT_GUEST_PANICED. So if qemu receive this exit_reason, we can send a event to tell management application that the guest is paniced and set the guest status to

Re: [Qemu-devel] [PATCH v2] deal with guest paniced event

2012-03-06 Thread Wen Congyang
At 03/07/2012 10:40 AM, Eric Blake Wrote: On 03/06/2012 06:58 PM, Wen Congyang wrote: When the host knows the guest is paniced, it will set exit_reason to KVM_EXIT_GUEST_PANICED. So if qemu receive this exit_reason, we can send a event to tell management application that the guest is paniced