]> www.infradead.org Git - users/dwmw2/qemu.git/commit
migration: Drop migration_is_setup_or_active()
authorPeter Xu <peterx@redhat.com>
Thu, 24 Oct 2024 21:30:52 +0000 (17:30 -0400)
committerPeter Xu <peterx@redhat.com>
Thu, 31 Oct 2024 19:48:18 +0000 (15:48 -0400)
commitf018eb62b2bb7618b0cb8a796ac4b76fd786ecaf
tree6d93fec9312cea0071a58734b720dd46b22fdbfc
parent64dcd2c9c627b88ec7d071e1b49f0180b467fc71
migration: Drop migration_is_setup_or_active()

This helper is mostly the same as migration_is_running(), except that one
has COLO reported as true, the other has CANCELLING reported as true.

Per my past years experience on the state changes, none of them should
matter.

To make it slightly safer, report both COLO || CANCELLING to be true in
migration_is_running(), then drop the other one.  We kept the 1st only
because the name is simpler, and clear enough.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Link: https://lore.kernel.org/r/20241024213056.1395400-5-peterx@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
hw/vfio/common.c
include/migration/misc.h
migration/migration.c
migration/ram.c
net/vhost-vdpa.c