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 crash)
>
> Currently only qemu is supported.
> ---
> src/conf/domain_conf.c | 1 +
> src/conf/domain_conf.h | 1 +
> src/qemu/libvirtd_qemu.aug | 1 +
> src/qemu/qemu.conf | 5 ++
> src/qemu/qemu_conf.c | 16 ++++++-
> src/qemu/qemu_conf.h | 5 ++
> src/qemu/qemu_driver.c | 96 +++++++++++++++++++++++++++++++++++++++
> src/qemu/test_libvirtd_qemu.aug | 2 +
> 8 files changed, 126 insertions(+), 1 deletions(-)
Doesn't seem to be any updates to the documentation with the patch, explaining what it
does
and how to use it?