qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v13 08/13] Change ram_save_block to return -1 if


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v13 08/13] Change ram_save_block to return -1 if there are no more changes
Date: Fri, 29 Jun 2012 18:46:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.97 (gnu/linux)

Orit Wasserman <address@hidden> wrote:
> It will return 0 if the page is unmodifed.
>
> Signed-off-by: Orit Wasserman <address@hidden>

This does another thing, it adds stage parameter to ram_save_block(),
and it "shouldn't" need it (famous last words).

> -static int ram_save_block(QEMUFile *f)
> +static int ram_save_block(QEMUFile *f, int stage)



reply via email to

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