]> git.ipfire.org Git - thirdparty/qemu.git/commit
guestperf: Support deferred migration for multifd
authorHyman Huang <yong.huang@smartx.com>
Fri, 14 Feb 2025 10:55:23 +0000 (18:55 +0800)
committerFabiano Rosas <farosas@suse.de>
Fri, 14 Feb 2025 18:19:06 +0000 (15:19 -0300)
commit32a1bb21c6f4d569427099e4e495f1d07d017fdb
tree684125e35411484137dcaa5b014fd1af6dbb0195
parentb451705e3b90e55c6070338fa97aaae274721a5c
guestperf: Support deferred migration for multifd

The way to enable multifd migration has been changed by commit,
82137e6c8c (migration: enforce multifd and postcopy preempt to
be set before incoming), and guestperf has not made the
necessary changes. If multifd migration had been enabled in the
previous manner, the following error would have occurred:
Multifd must be set before incoming starts

Supporting deferred migration will fix it.

Signed-off-by: Hyman Huang <yong.huang@smartx.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <8874e170f890ce0bc6f25cb0d9b9ae307ce2e070.1739530098.git.yong.huang@smartx.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
tests/migration-stress/guestperf/engine.py