]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration/multifd: Remove sync processing on postcopy
authorPeter Xu <peterx@redhat.com>
Fri, 6 Dec 2024 22:47:53 +0000 (17:47 -0500)
committerFabiano Rosas <farosas@suse.de>
Thu, 9 Jan 2025 20:38:25 +0000 (17:38 -0300)
commitde695b1399242da0c618049932a9a6f1a0a0a4f1
tree2e4268601707591443c19a24da679f1df461344e
parente5f14aa5fe7f44649f5413558cac81c09d6c7f93
migration/multifd: Remove sync processing on postcopy

Multifd never worked with postcopy, at least yet so far.

Remove the sync processing there, because it's confusing, and they should
never appear.  Now if RAM_SAVE_FLAG_MULTIFD_FLUSH is observed, we fail hard
instead of trying to invoke multifd code.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20241206224755.1108686-6-peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
migration/ram.c