Re: [Qemu-devel] [PATCH 09/13 v7] dump: add API to write dump_bitmap

2014-01-23 Thread Laszlo Ersek
comments below On 01/17/14 08:46, qiaonuohan wrote: > functions are used to write 1st and 2nd dump_bitmap of kdump-compressed > format, > which is used to indicate whether the corresponded page is existed in vmcore. > 1st and 2nd dump_bitmap are same, because dump level is specified to 1 here. >

[Qemu-devel] [PATCH 09/13 v7] dump: add API to write dump_bitmap

2014-01-17 Thread qiaonuohan
functions are used to write 1st and 2nd dump_bitmap of kdump-compressed format, which is used to indicate whether the corresponded page is existed in vmcore. 1st and 2nd dump_bitmap are same, because dump level is specified to 1 here. Signed-off-by: Qiao Nuohan Reviewed-by: Laszlo Ersek --- dum