[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch v2 3/6] migration/postcopy: count target page number to decid
From: |
Juan Quintela |
Subject: |
Re: [Patch v2 3/6] migration/postcopy: count target page number to decide the place_needed |
Date: |
Thu, 09 Jan 2020 10:41:08 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Wei Yang <address@hidden> wrote:
> In postcopy, it requires to place whole host page instead of target
> page.
>
> Currently, it relies on the page offset to decide whether this is the
> last target page. We also can count the target page number during the
> iteration. When the number of target page equals
> (host page size / target page size), this means it is the last target
> page in the host page.
>
> This is a preparation for non-ordered target page transmission.
>
> Signed-off-by: Wei Yang <address@hidden>
> Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Patch v2 3/6] migration/postcopy: count target page number to decide the place_needed,
Juan Quintela <=