Re: [PATCH v2 24/29] migration/ram: Ignore multifd flush when doing fixed-ram migration

2023-10-25 Thread Daniel P . Berrangé
On Mon, Oct 23, 2023 at 05:36:03PM -0300, Fabiano Rosas wrote: > Some functionalities of multifd are incompatible with the 'fixed-ram' > migration format. > > The MULTIFD_FLUSH flag in particular is not used because in fixed-ram > there is no sinchronicity between migration source and destination

[PATCH v2 24/29] migration/ram: Ignore multifd flush when doing fixed-ram migration

2023-10-23 Thread Fabiano Rosas
Some functionalities of multifd are incompatible with the 'fixed-ram' migration format. The MULTIFD_FLUSH flag in particular is not used because in fixed-ram there is no sinchronicity between migration source and destination so there is not need for a sync packet. In fact, fixed-ram disables packe