On Wed, Jul 03, 2013 at 03:39:51PM +0800, Qiao Nuohan wrote:
> On 07/01/2013 07:45 PM, Stefan Hajnoczi wrote:
> In flatten format, data will be write to dumpfile block by block, and uses the
> following structure to indicate the offset and size of a data block.
> 
> struct makedumpfile_data_header {
>         int64_t offset;
>         int64_t buf_size;
> };
> 
> For more information, please refer to makedumpfile
> 
> 
> http://sourceforge.net/projects/makedumpfile/

I see.  From the QEMU code perspective this will be simpler.

Stefan

Reply via email to