]> git.ipfire.org Git - thirdparty/qemu.git/commit
migration: Rename MIG_EVENT_PRECOPY_* to MIG_EVENT_*
authorPeter Xu <peterx@redhat.com>
Mon, 26 Jan 2026 21:36:14 +0000 (16:36 -0500)
committerFabiano Rosas <farosas@suse.de>
Tue, 17 Feb 2026 12:43:09 +0000 (09:43 -0300)
commita545fafccfe34ec2e4127ed9962e2772ee2197e9
tree0781ee07116909d3442a5a71af0b66f68790031f
parent7da1fba27e3275ab458fd53a2b647ec316f11ffd
migration: Rename MIG_EVENT_PRECOPY_* to MIG_EVENT_*

All three events are shared between precopy and postcopy, rather than
precopy specific.

For example, both precopy and postcopy will go through a SETUP process.

Meanwhile, both FAILED and DONE notifiers will be notified for either
precopy or postcopy on completions / failures.

Rename them to make them match what they do, and shorter.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20260126213614.3815900-6-peterx@redhat.com
[fixed-up entry in scsi-disk.c that got merged first]
Signed-off-by: Fabiano Rosas <farosas@suse.de>
hw/intc/arm_gicv3_kvm.c
hw/net/virtio-net.c
hw/scsi/scsi-disk.c
hw/vfio/cpr-legacy.c
hw/vfio/cpr.c
hw/vfio/migration.c
include/migration/misc.h
migration/cpr-exec.c
migration/migration.c
net/vhost-vdpa.c
ui/spice-core.c