qemu-devel
[Top][All Lists]
Advanced

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

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


From: Laszlo Ersek
Subject: Re: [Qemu-devel] [PATCH 11/13 v7] dump: add API to write dump pages
Date: Thu, 23 Jan 2014 16:32:54 +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:
> 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 <address@hidden>
> ---
>  dump.c                |  229 
> +++++++++++++++++++++++++++++++++++++++++++++++++
>  include/sysemu/dump.h |    7 ++
>  2 files changed, 236 insertions(+), 0 deletions(-)

You seem to have addressed everything I said for v6 09/11, except the
QEMU_PACKED for PageDesc, but that's fine.

(BTW I've just noticed that "PageDesc" is already used in
"translate-all.c". No conflict here, but you might want to rename your
struct, if you spin a v8 anyway.)

All in all, great job!

Reviewed-by: Laszlo Ersek <address@hidden>




reply via email to

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