Re: [Qemu-devel] [PATCH v8 11/13] dump: add API to write dump pages

2014-01-29 Thread Laszlo Ersek
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 > Reviewed-by: Laszlo Ersek > ---

[Qemu-devel] [PATCH v8 11/13] dump: add API to write dump pages

2014-01-27 Thread qiaonuohan
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 Reviewed-by: Laszlo Ersek --- dump.c| 231 +