migration/block: Apply late-block-active behavior to postcopy
authorPeter Xu <peterx@redhat.com>
Fri, 6 Dec 2024 23:08:36 +0000 (18:08 -0500)
committerFabiano Rosas <farosas@suse.de>
Thu, 9 Jan 2025 20:38:51 +0000 (17:38 -0300)
commit61f2b489987c51159c53101a072c6aa901b50506
treeb5bd9c2cdbad2c1523ca25643070c1d2d2e7980a
parentfca9aef1c8d8fc4482cc541638dbfac76dc125d6
migration/block: Apply late-block-active behavior to postcopy

Postcopy never cared about late-block-active.  However there's no mention
in the capability that it doesn't apply to postcopy.

Considering that we _assumed_ late activation is always good, do that too
for postcopy unconditionally, just like precopy.  After this patch, we
should have unified the behavior across all.

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