[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/7] migration: Do chunk page in postcopy_each_ram_send_disca
|
From: |
Juan Quintela |
|
Subject: |
Re: [PATCH 4/7] migration: Do chunk page in postcopy_each_ram_send_discard() |
|
Date: |
Wed, 26 Jan 2022 22:15:46 +0100 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Peter Xu <peterx@redhat.com> wrote:
> Right now we loop ramblocks for twice, the 1st time chunk the dirty bits with
> huge page information; the 2nd time we send the discard ranges. That's not
> necessary - we can do them in a single loop.
>
> Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
queued
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 4/7] migration: Do chunk page in postcopy_each_ram_send_discard(),
Juan Quintela <=