On 01/28/14 07:22, qiaonuohan wrote: > functions are used to write page to vmcore. vmcore is written page by page. > page desc is used to store the information of a page, including a page's size, > offset, compression format, etc. > > Signed-off-by: Qiao Nuohan <qiaonuo...@cn.fujitsu.com> > Reviewed-by: Laszlo Ersek <ler...@redhat.com> > --- > dump.c | 231 > +++++++++++++++++++++++++++++++++++++++++++++++++ > include/sysemu/dump.h | 7 ++ > 2 files changed, 238 insertions(+), 0 deletions(-)
Again, I checked the differences with v7, and looked at my comments for v7. Good job. My R-b stands. Thanks Laszlo