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

2012-03-07 Thread Wen Congyang
At 03/07/2012 05:53 PM, Jan Kiszka Wrote: > On 2012-03-07 02:58, 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 pan

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

2012-03-07 Thread Jan Kiszka
On 2012-03-07 02:58, 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 RUN_STATE_PAN

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

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 RUN_STATE_

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

2012-03-06 Thread Wen Congyang
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 RUN_STATE_PANICED. Signed-off-by: Wen Congyang --- kvm-all.c