Re: [libvirt] [PATCH v4 3/3] allow virsh dump --memory-only specify dump format

2014-03-05 Thread qiaonuo...@cn.fujitsu.com
On 03/04/2014 07:45 PM, Daniel P. Berrange wrote: On Mon, Mar 03, 2014 at 10:27:26AM +0800, qiaonuohan wrote: This patch is used to add --compress and [--compression-format]string to virsh dump --memory-only. And virsh dump --memory-only is going be implemented by new

Re: [libvirt] [PATCH v4 3/3] allow virsh dump --memory-only specify dump format

2014-03-04 Thread Daniel P. Berrange
On Mon, Mar 03, 2014 at 10:27:26AM +0800, qiaonuohan wrote: This patch is used to add --compress and [--compression-format] string to virsh dump --memory-only. And virsh dump --memory-only is going be implemented by new virDomainCoreDumpWithFormat API. Signed-off-by: Qiao Nuohan

[libvirt] [PATCH v4 3/3] allow virsh dump --memory-only specify dump format

2014-03-02 Thread qiaonuohan
This patch is used to add --compress and [--compression-format] string to virsh dump --memory-only. And virsh dump --memory-only is going be implemented by new virDomainCoreDumpWithFormat API. Signed-off-by: Qiao Nuohan qiaonuo...@cn.fujitsu.com --- tools/virsh-domain.c | 45