Re: [libvirt] [PATCH] [DRAFT] handle qemu event GUEST_PANICKED

2012-10-29 Thread Daniel P. Berrange
On Thu, Oct 25, 2012 at 04:04:23PM +0800, Hu Tao wrote: This is for early review, comments are welcome! qemu is adding a method to detect guest panic, and a new event GUEST_PANICKED[1]. This patch adds support for GUEST_PANICKED. But I have two questions: - to react to

[libvirt] [PATCH] [DRAFT] handle qemu event GUEST_PANICKED

2012-10-25 Thread Hu Tao
This is for early review, comments are welcome! qemu is adding a method to detect guest panic, and a new event GUEST_PANICKED[1]. This patch adds support for GUEST_PANICKED. But I have two questions: - to react to GUEST_PANICKED, can xml element on_crash be used as the action to take,