Re: [Qemu-devel] [PATCH 2/2 v3] deal with guest panicked event

2012-03-08 Thread Wen Congyang
At 03/08/2012 06:08 PM, Jan Kiszka Wrote: > On 2012-03-08 09:07, Wen Congyang wrote: >> When the host knows the guest is panicked, it will set >> exit_reason to KVM_EXIT_GUEST_PANICKED. So if qemu receive >> this exit_reason, we can send a event to tell management >> application that the guest is p

Re: [Qemu-devel] [PATCH 2/2 v3] deal with guest panicked event

2012-03-08 Thread Jan Kiszka
On 2012-03-08 09:07, Wen Congyang wrote: > When the host knows the guest is panicked, it will set > exit_reason to KVM_EXIT_GUEST_PANICKED. So if qemu receive > this exit_reason, we can send a event to tell management > application that the guest is panicked and set the guest > status to RUN_STATE_

[Qemu-devel] [PATCH 2/2 v3] deal with guest panicked event

2012-03-08 Thread Wen Congyang
When the host knows the guest is panicked, it will set exit_reason to KVM_EXIT_GUEST_PANICKED. So if qemu receive this exit_reason, we can send a event to tell management application that the guest is panicked and set the guest status to RUN_STATE_PANICKED. Signed-off-by: Wen Congyang --- kvm-al