Re: [libvirt] [PATCH v6 3/4] Add a watchdog action `dump'

2010-12-09 Thread Daniel P. Berrange
On Wed, Dec 08, 2010 at 02:19:17PM +0800, Hu Tao wrote: `dump' watchdog action lets libvirtd to dump the guest when receives a watchdog event (which probably means a guest crash) Currently only qemu is supported. --- src/conf/domain_conf.c |1 + src/conf/domain_conf.h

Re: [libvirt] [PATCH v6 3/4] Add a watchdog action `dump'

2010-12-09 Thread Eric Blake
On 12/07/2010 11:19 PM, Hu Tao wrote: `dump' watchdog action lets libvirtd to dump the guest when receives a watchdog event (which probably means a guest crash) Currently only qemu is supported. --- src/conf/domain_conf.c |1 + src/conf/domain_conf.h |1 +

Re: [libvirt] [PATCH v6 3/4] Add a watchdog action `dump'

2010-12-09 Thread Hu Tao
On Thu, Dec 09, 2010 at 12:00:48PM -0700, Eric Blake wrote: On 12/07/2010 11:19 PM, Hu Tao wrote: `dump' watchdog action lets libvirtd to dump the guest when receives a watchdog event (which probably means a guest crash) Currently only qemu is supported. --- src/conf/domain_conf.c

Re: [libvirt] [PATCH v6 3/4] Add a watchdog action `dump'

2010-12-09 Thread Hu Tao
On Fri, Dec 10, 2010 at 01:17:20AM +1100, Justin Clift wrote: On 09/12/2010, at 9:55 PM, Daniel P. Berrange wrote: On Wed, Dec 08, 2010 at 02:19:17PM +0800, Hu Tao wrote: `dump' watchdog action lets libvirtd to dump the guest when receives a watchdog event (which probably means a guest

[libvirt] [PATCH v6 3/4] Add a watchdog action `dump'

2010-12-07 Thread Hu Tao
`dump' watchdog action lets libvirtd to dump the guest when receives a watchdog event (which probably means a guest crash) Currently only qemu is supported. --- src/conf/domain_conf.c |1 + src/conf/domain_conf.h |1 + src/qemu/libvirtd_qemu.aug |1 +