]> git.proxmox.com Git - mirror_qemu.git/commit
migration: remove the QEMUFileOps abstraction
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 20 Jun 2022 11:02:05 +0000 (12:02 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 23 Jun 2022 09:18:13 +0000 (10:18 +0100)
commit77ef2dc1c8c6a482fd06fdf3b59d0647f0850e3e
treed2080d38851cdaebb0b2c6f1c3dd08e9b0c7dff5
parent02bdbe172da51ae2189d8c6035c3aeb3788b553f
migration: remove the QEMUFileOps abstraction

Now that all QEMUFile callbacks are removed, the entire concept can be
deleted.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
12 files changed:
migration/channel.c
migration/colo.c
migration/meson.build
migration/migration.c
migration/qemu-file-channel.c [deleted file]
migration/qemu-file-channel.h [deleted file]
migration/qemu-file.c
migration/qemu-file.h
migration/ram.c
migration/rdma.c
migration/savevm.c
tests/unit/test-vmstate.c