[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/1] migration: Fix non-multifd migration
|
From: |
Juan Quintela |
|
Subject: |
[PATCH 0/1] migration: Fix non-multifd migration |
|
Date: |
Wed, 11 Oct 2023 22:55:47 +0200 |
Fix sending multifd sync packets when not multifd is seleceted.
Basically we were using:
if (migrate_multifd_flush_after_each_iteration()) { ...}
and
if (!migrate_multifd_flush_after_each_iteration()) { ...}
But that is not enough for non multifd migration, so changed to also
check first if migrate_multid() is enabled in each test.
Please, review.
Juan Quintela (1):
migration: Non multifd migration don't care about multifd flushes
migration/ram.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
--
2.41.0
- [PATCH 0/1] migration: Fix non-multifd migration,
Juan Quintela <=