qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 04/13 v7] dump: add API to write vmcore


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH 04/13 v7] dump: add API to write vmcore
Date: Wed, 22 Jan 2014 17:06:29 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11

On 01/17/14 08:46, qiaonuohan wrote:
> Function is used to write vmcore in flatten format. In flatten format, data is
> written block by block, and in front of each block, a struct
> MakedumpfileDataHeader is stored there to indicate the offset and size of the
> data block.
> 
> struct MakedumpfileDataHeader {
>     int64_t offset;
>     int64_t buf_size;
> };
> 
> Signed-off-by: Qiao Nuohan <address@hidden>
> Reviewed-by: Laszlo Ersek <address@hidden>
> ---
>  dump.c |   21 +++++++++++++++++++++
>  1 files changed, 21 insertions(+), 0 deletions(-)

Compared with v6 03/11, this patch hardwires the flat format (and adapts
the commit message too). My R-b stands.

Laszlo




reply via email to

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