]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
add new virDomainCoreDumpWithFormat API
authorQiao Nuohan <qiaonuohan@cn.fujitsu.com>
Sun, 23 Mar 2014 03:51:12 +0000 (11:51 +0800)
committerEric Blake <eblake@redhat.com>
Mon, 24 Mar 2014 20:14:11 +0000 (14:14 -0600)
commit9fbaff008c79c6ae0c745ed624137dab23637c45
tree1ccb123fdfeef8c406f97545724db7e723009b6e
parentccef7d7876df5e222e78907b22aa4f0990b54b5f
add new virDomainCoreDumpWithFormat API

--memory-only option is introduced without compression supported. Now qemu
has support for dumping domain's memory in kdump-compressed format. This
patch adds a new virDomainCoreDumpWithFormat API, so that the format in
which qemu dumps domain's memory can be specified.

Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
include/libvirt/libvirt.h.in
src/driver.h
src/libvirt.c
src/libvirt_public.syms
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
src/test/test_driver.c