qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] migration: Fix non-multifd migration
@ 2023-10-11 20:55 Juan Quintela
  2023-10-11 20:55 ` [PATCH 1/1] migration: Non multifd migration don't care about multifd flushes Juan Quintela
  0 siblings, 1 reply; 4+ messages in thread
From: Juan Quintela @ 2023-10-11 20:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Leonardo Bras, Peter Xu, Fabiano Rosas, Juan Quintela

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-12 13:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 20:55 [PATCH 0/1] migration: Fix non-multifd migration Juan Quintela
2023-10-11 20:55 ` [PATCH 1/1] migration: Non multifd migration don't care about multifd flushes Juan Quintela
2023-10-12  1:14   ` Zhijian Li (Fujitsu)
2023-10-12 13:03   ` Peter Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).