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

Daniel P. Berrange berrange at redhat.com
Thu Dec 9 10:55:22 UTC 2010


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(-)

ACK

Daniel




More information about the libvir-list mailing list