Re: [Qemu-devel] [PATCH v8 07/13] dump: add members to DumpState and init some of them

2014-01-29 Thread Laszlo Ersek
On 01/28/14 07:22, qiaonuohan wrote: > add some members to DumpState that will be used in writing vmcore in > kdump-compressed format. some of them, like page_size, will be initialized > in the patch. > > Signed-off-by: Qiao Nuohan > --- > dump.c| 28 +++

[Qemu-devel] [PATCH v8 07/13] dump: add members to DumpState and init some of them

2014-01-27 Thread qiaonuohan
add some members to DumpState that will be used in writing vmcore in kdump-compressed format. some of them, like page_size, will be initialized in the patch. Signed-off-by: Qiao Nuohan --- dump.c| 28 include/sysemu/dump.h |7 +++ 2 files ch