qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/2] ram_find_and_save_block: Split out the f


From: Amit Shah
Subject: Re: [Qemu-devel] [PATCH v2 2/2] ram_find_and_save_block: Split out the finding
Date: Thu, 24 Sep 2015 09:27:21 +0530

On (Wed) 23 Sep 2015 [15:27:11], Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
> 
> Split out the finding of the dirty page and all the wrap detection
> into a separate function since it was getting a bit hairy.
> 
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>

> +    if (pss->complete_round && pss->block == last_seen_block &&
> +        pss->offset >= last_offset) {
> +        /*
> +         * We've been once around the RAM and haven't found anything
> +         * give up.

I didn't notice this first time around - but I can fix this up while
merging.  Give up should be another sentence, right?

                Amit



reply via email to

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