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

2013-05-17 Thread Qiao Nuohan
On 05/17/2013 04:20 PM, Andreas Färber wrote: Jens and me have been working towards removing the dependency on CONFIG_HAVE_CORE_DUMP. Would there be any issue building this code unconditionally using obj-y += dump_bitmap.o ? No problems will be involved. -- Regards Qiao Nuohan

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

2013-05-17 Thread Andreas Färber
Am 15.05.2013 04:29, schrieb 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. >

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

2013-05-14 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 Reviewed-by: Zhang Xiaohe

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

2013-05-12 Thread qiaonuohan
From: 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 Review