Re: [Qemu-devel] [PATCH v6 09/11] dump: Add API to write dump pages

2014-01-07 Thread Laszlo Ersek
comments below On 01/05/14 08:27, Qiao Nuohan 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

Re: [Qemu-devel] [PATCH v6 09/11] dump: Add API to write dump pages

2014-01-07 Thread Eric Blake
On 01/07/2014 03:37 PM, Laszlo Ersek wrote: comments below On 01/05/14 08:27, Qiao Nuohan 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. +

[Qemu-devel] [PATCH v6 09/11] dump: Add API to write dump pages

2014-01-05 Thread Qiao Nuohan
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 --- dump.c| 258