qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] Postcopy vs xbzrle: Don't send xbzrle pages onc


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH] Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
Date: Wed, 05 Oct 2016 11:49:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

"Dr. David Alan Gilbert (git)" <address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> xbzrle relies on reading pages that have already been sent
> to the destination and then applying the modifications; we can't
> do that in postcopy because the destination may well have
> modified the page already or the page has been discarded.
>
> I already didn't allow reception of xbzrle pages, but I
> forgot to add the test to stop them being sent.
>
> Enabling both xbzrle and postcopy can make some sense;
> if you think that your migration might finish if you
> have xbzrle, then when it doesn't complete you flick
> over to postcopy and stop xbzrle'ing.
>
> This corresponds to RH bug:
> https://bugzilla.redhat.com/show_bug.cgi?id=1368422
>
> Symptom is:
>
> Unknown combination of migration flags: 0x60 (postcopy mode)
> (either 0x60 or 0x40)
>
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>

Reviewed-by: Juan Quintela <address@hidden>

applied, thanks



reply via email to

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