aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2025-07-02 14:58:57 -0700
committerCédric Le Goater <clg@redhat.com>2025-07-03 13:42:28 +0200
commit99cedd5d552130b9b27743c40ca9012e1f4f0371 (patch)
treee969742803a4a8f856ef6cb00b6422b596c0ca9c /include
parent6ff4cccd13155e718e630fe16a72d3cc9decde3b (diff)
downloadqemu-99cedd5d552130b9b27743c40ca9012e1f4f0371.zip
qemu-99cedd5d552130b9b27743c40ca9012e1f4f0371.tar.gz
qemu-99cedd5d552130b9b27743c40ca9012e1f4f0371.tar.bz2
vfio/container: delete old cpr register
vfio_cpr_[un]register_container is no longer used since they were subsumed by container type-specific registration. Delete them. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/1751493538-202042-21-git-send-email-steven.sistare@oracle.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/vfio/vfio-cpr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/vfio/vfio-cpr.h b/include/hw/vfio/vfio-cpr.h
index 2878372..80ad20d 100644
--- a/include/hw/vfio/vfio-cpr.h
+++ b/include/hw/vfio/vfio-cpr.h
@@ -45,10 +45,6 @@ void vfio_legacy_cpr_unregister_container(struct VFIOContainer *container);
int vfio_cpr_reboot_notifier(NotifierWithReturn *notifier, MigrationEvent *e,
Error **errp);
-bool vfio_cpr_register_container(struct VFIOContainerBase *bcontainer,
- Error **errp);
-void vfio_cpr_unregister_container(struct VFIOContainerBase *bcontainer);
-
bool vfio_iommufd_cpr_register_container(struct VFIOIOMMUFDContainer *container,
Error **errp);
void vfio_iommufd_cpr_unregister_container(