Re: [libvirt] [PATCH v3 1/4] add new virDomainMemoryDump API

2014-02-27 Thread Daniel P. Berrange
On Thu, Feb 27, 2014 at 03:56:42PM +0800, qiaonuohan wrote: --memory-only option is introduced without compression supported. Therefore, this is a freature regression of virsh dump. Now qemu has support dumping memory in kdump-compressed format. This patch is adding new virDomainMemoryDump

Re: [libvirt] [PATCH v3 1/4] add new virDomainMemoryDump API

2014-02-27 Thread Eric Blake
On 02/27/2014 07:43 AM, Daniel P. Berrange wrote: +/* Domain memory dump's format */ /* */ comments don't make it through to the html doc pages. Here, you want something like: /** * virDomainCoreDumpFormat: * Values for specifying different formats of domain core dumps. */ +typedef enum

[libvirt] [PATCH v3 1/4] add new virDomainMemoryDump API

2014-02-26 Thread qiaonuohan
--memory-only option is introduced without compression supported. Therefore, this is a freature regression of virsh dump. Now qemu has support dumping memory in kdump-compressed format. This patch is adding new virDomainMemoryDump API, so that the format in which qemu dump domain's memory can be