Re: [Qemu-devel] [PATCH 1/9] Add API to manipulate dump_bitmap

2013-05-08 Thread qiaonuohan
-Original Message- From: Eric Blake [mailto:ebl...@redhat.com] Sent: Wednesday, May 08, 2013 12:14 AM To: Qiao Nuohan Cc: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] [PATCH 1/9] Add API to manipulate dump_bitmap On 05/07/2013 01:16 AM, Qiao Nuohan wrote: Struct dump_bitmap

[Qemu-devel] [PATCH 1/9] Add API to manipulate dump_bitmap

2013-05-07 Thread Qiao Nuohan
Struct dump_bitmap is associated with a tmp file, and the tmp file can be used to save data of bitmap in kdump-compressed format temporarily. The following patch will use these functions to get the data of bitmap and cache them into tmp files. Signed-off-by: Qiao Nuohan qiaonuo...@cn.fujitsu.com

Re: [Qemu-devel] [PATCH 1/9] Add API to manipulate dump_bitmap

2013-05-07 Thread Eric Blake
On 05/07/2013 01:16 AM, Qiao Nuohan wrote: Struct dump_bitmap is associated with a tmp file, and the tmp file can be used to save data of bitmap in kdump-compressed format temporarily. The following patch will use these functions to get the data of bitmap and cache them into tmp files.

Re: [Qemu-devel] [PATCH 1/9] Add API to manipulate dump_bitmap

2013-05-07 Thread Daniel P. Berrange
On Tue, May 07, 2013 at 10:14:11AM -0600, Eric Blake wrote: On 05/07/2013 01:16 AM, Qiao Nuohan wrote: Struct dump_bitmap is associated with a tmp file, and the tmp file can be used to save data of bitmap in kdump-compressed format temporarily. The following patch will use these