I see in upstream already:
(master)$ g branch --show-current master (master)$ g branch --contains d4f34485ca8a077c98fc2303451e9bece9200dd7 * master (master)$ commit d4f34485ca8a077c98fc2303451e9bece9200dd7 Author: Juan Quintela <quint...@redhat.com> Date: Wed Oct 11 22:55:48 2023 +0200 migration: Non multifd migration don't care about multifd flushes RDMA was having trouble because migrate_multifd_flush_after_each_section() can only be true or false, but we don't want to send any flush when we are not in multifd migration. CC: Fabiano Rosas <faro...@suse.de Fixes: 294e5a4034e81 ("multifd: Only flush once each full round of memory") Reported-by: Li Zhijian <lizhij...@fujitsu.com> Reviewed-by: Li Zhijian <lizhij...@fujitsu.com> Reviewed-by: Peter Xu <pet...@redhat.com> Signed-off-by: Juan Quintela <quint...@redhat.com> Message-ID: <20231011205548.10571-2-quint...@redhat.com> Or I am missing something? Later, Juan.