Re: [Qemu-devel] [PATCH v4 4/9] dump: Add API to create header of vmcore

2013-06-19 Thread Andreas Färber
Am 28.05.2013 04:50, schrieb qiaonuo...@cn.fujitsu.com: > From: Qiao Nuohan > > Functions in this patch are used to gather data of header and sub header in > kdump-compressed format. The following patch will use these functions to > gather > data of header, then cache them into struct DumpState.

[Qemu-devel] [PATCH v4 4/9] dump: Add API to create header of vmcore

2013-05-27 Thread qiaonuohan
From: Qiao Nuohan Functions in this patch are used to gather data of header and sub header in kdump-compressed format. The following patch will use these functions to gather data of header, then cache them into struct DumpState. Signed-off-by: Qiao Nuohan Reviewed-by: Zhang Xiaohe --- dump.c