On Thu, Jul 06, 2023 at 12:15:47PM +0200, Laszlo Ersek wrote: > One suggestion, to squash in: > > diff --git a/docs/devel/migration.rst b/docs/devel/migration.rst > index 6f65c23b47dc..3294679936b2 100644 > --- a/docs/devel/migration.rst > +++ b/docs/devel/migration.rst > @@ -594,8 +594,7 @@ Postcopy > 'Postcopy' migration is a way to deal with migrations that refuse to converge > (or take too long to converge) its plus side is that there is an upper bound > on > the amount of migration traffic and time it takes, the down side is that > during > -the postcopy phase, a failure of *either* side or the network connection > causes > -the guest to be lost. > +the postcopy phase, a failure of *either* side causes the guest to be lost. > > In postcopy the destination CPUs are started before all the memory has been > transferred, and accesses to pages that are yet to be transferred cause > > This removes "or the network connection" as a fatal failure.
Makes sense. > > Acked-by: Laszlo Ersek <ler...@redhat.com> Thanks! -- Peter Xu