|
From: | Fabiano Rosas |
Subject: | Re: [PATCH v10 1/3] migration: enable multifd and postcopy together |
Date: | Thu, 08 May 2025 11:06:08 -0300 |
Prasad Pandit <ppandit@redhat.com> writes: > From: Prasad Pandit <pjp@fedoraproject.org> > > Enable Multifd and Postcopy migration together. > The migration_ioc_process_incoming() routine checks > magic value sent on each channel and helps to properly > setup multifd and postcopy channels. > > The Precopy and Multifd threads work during the initial > guest RAM transfer. When migration moves to the Postcopy > phase, the multifd threads cease to send data on multifd > channels and Postcopy threads on the destination > request/pull data from the source side. > > Signed-off-by: Prasad Pandit <pjp@fedoraproject.org> Reviewed-by: Fabiano Rosas <farosas@suse.de>
[Prev in Thread] | Current Thread | [Next in Thread] |