migration/multifd: Cleanup src flushes on condition check
authorPeter Xu <peterx@redhat.com>
Fri, 6 Dec 2024 22:47:54 +0000 (17:47 -0500)
committerFabiano Rosas <farosas@suse.de>
Thu, 9 Jan 2025 20:38:27 +0000 (17:38 -0300)
commit1aa81c3098f0270905deff516d455604fcbfaab5
tree04cbe9f12553a34f453e101e15ca26904e71edeb
parentde695b1399242da0c618049932a9a6f1a0a0a4f1
migration/multifd: Cleanup src flushes on condition check

The src flush condition check is over complicated, and it's getting more
out of control if postcopy will be involved.

In general, we have two modes to do the sync: legacy or modern ways.
Legacy uses per-section flush, modern uses per-round flush.

Mapped-ram always uses the modern, which is per-round.

Introduce two helpers, which can greatly simplify the code, and hopefully
make it readable again.

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