qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 0/9] Make 'dump-guest-memory' dump in kdump-c


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v4 0/9] Make 'dump-guest-memory' dump in kdump-compressed format
Date: Thu, 4 Jul 2013 10:26:13 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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

[Prev in Thread] Current Thread [Next in Thread]