qemu-cr16/hw/vfio
Juraj Marcin beeac2df5f migration: Rename save_live_complete_precopy_thread to save_complete_precopy_thread
Recent patch [1] renames the save_live_complete_precopy handler to
save_complete, as the machine is not live in most cases when this
handler is executed. The same is true also for
save_live_complete_precopy_thread, therefore this patch removes the
"live" keyword from the handler itself and related types to keep the
naming unified.

In contrast to save_complete, this handler is only executed at the end
of precopy, therefore the "precopy" keyword is retained.

[1]: https://lore.kernel.org/all/20250613140801.474264-7-peterx@redhat.com/

Cc: Alex Williamson <alex.williamson@redhat.com>
Cc: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Juraj Marcin <jmarcin@redhat.com>
Link: https://lore.kernel.org/r/20250626085235.294690-1-jmarcin@redhat.com
Signed-off-by: Peter Xu <peterx@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
2025-07-11 10:37:39 -03:00
..
amd-xgbe.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
ap.c vfio/iommufd: add vfio_device_free_name 2025-07-03 13:42:28 +02:00
calxeda-xgmac.c qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
ccw.c vfio/iommufd: add vfio_device_free_name 2025-07-03 13:42:28 +02:00
container-base.c vfio/iommufd: use IOMMU_IOAS_MAP_FILE 2025-07-03 13:42:28 +02:00
container.c vfio/container: fails mdev hotplug if add migration blocker failed 2025-06-26 08:55:38 +02:00
cpr-iommufd.c vfio/iommufd: change process 2025-07-03 13:42:28 +02:00
cpr-legacy.c migration: close kvm after cpr 2025-07-03 13:42:28 +02:00
cpr.c vfio/container: delete old cpr register 2025-07-03 13:42:28 +02:00
device.c vfio/iommufd: preserve descriptors 2025-07-03 13:42:28 +02:00
display.c ui/dmabuf: extend QemuDmaBuf to support multi-plane 2025-05-06 11:57:03 +04:00
helpers.c migration: close kvm after cpr 2025-07-03 13:42:28 +02:00
igd.c vfio/igd: Fix incorrect error propagation in vfio_pci_igd_opregion_detect() 2025-06-05 10:40:38 +02:00
iommufd-stubs.c migration: vfio cpr state hook 2025-07-03 13:42:28 +02:00
iommufd.c vfio/iommufd: reconstruct hwpt 2025-07-03 13:42:28 +02:00
Kconfig vfio: add license tag to some files 2025-06-26 08:55:37 +02:00
listener.c vfio/container: recover from unmap-all-vaddr failure 2025-06-11 14:01:58 +02:00
meson.build migration: vfio cpr state hook 2025-07-03 13:42:28 +02:00
migration-multifd.c migration: Rename save_live_complete_precopy_thread to save_complete_precopy_thread 2025-07-11 10:37:39 -03:00
migration-multifd.h migration: Rename save_live_complete_precopy_thread to save_complete_precopy_thread 2025-07-11 10:37:39 -03:00
migration.c migration: Rename save_live_complete_precopy_thread to save_complete_precopy_thread 2025-07-11 10:37:39 -03:00
pci-quirks.c vfio/pci-quirks: Exclude non-ioport BAR from ATI quirk 2025-03-11 17:01:15 +01:00
pci-quirks.h vfio/pci: introduce config_offset field in VFIOConfigMirrorQuirk 2025-02-11 14:15:19 +01:00
pci.c vfio/iommufd: add vfio_device_free_name 2025-07-03 13:42:28 +02:00
pci.h vfio-pci: preserve MSI 2025-07-03 13:42:28 +02:00
platform.c vfio/iommufd: add vfio_device_free_name 2025-07-03 13:42:28 +02:00
region.c vfio: add vfio_device_get_region_fd() 2025-06-26 08:55:37 +02:00
spapr.c Various patches loosely related to single binary work: 2025-04-27 12:47:16 -04:00
trace-events vfio/iommufd: cpr state 2025-07-03 13:42:28 +02:00
trace.h vfio: add license tag to some files 2025-06-26 08:55:37 +02:00
vfio-display.h vfio: Introduce new files for VFIORegion definitions and declarations 2025-04-25 09:01:37 +02:00
vfio-helpers.h vfio: Move vfio_kvm_device_fd() into helpers.c 2025-04-25 09:01:37 +02:00
vfio-iommufd.h vfio: Introduce a new header file for VFIOIOMMUFD declarations 2025-04-25 09:01:37 +02:00
vfio-listener.h vfio: Introduce vfio_listener_un/register() routines 2025-04-25 09:01:37 +02:00
vfio-migration-internal.h vfio: Move vfio_device_state_is_running/precopy() into migration.c 2025-04-25 09:01:37 +02:00