aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Le Goater <clg@redhat.com>2024-06-17 08:33:54 +0200
committerCédric Le Goater <clg@redhat.com>2024-06-24 23:15:31 +0200
commit889833e5ae1fe83b39e065b7386eb020af7cf304 (patch)
treeb9592ca56d8c16c53547d1e71230cbacbd66079c
parent332b9b0da409d727ac4765fa613158189562dec4 (diff)
downloadqemu-889833e5ae1fe83b39e065b7386eb020af7cf304.zip
qemu-889833e5ae1fe83b39e065b7386eb020af7cf304.tar.gz
qemu-889833e5ae1fe83b39e065b7386eb020af7cf304.tar.bz2
vfio: Remove unused declarations from vfio-common.h
These were forgotten in the recent cleanups. Reviewed-by: Zhenzhong Duan <zhenzhong.duan@intel.com> Reviewed-by: Eric Auger <eric.auger@redhat.com> Tested-by: Eric Auger <eric.auger@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
-rw-r--r--include/hw/vfio/vfio-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/vfio/vfio-common.h b/include/hw/vfio/vfio-common.h
index 776de80..c19572f 100644
--- a/include/hw/vfio/vfio-common.h
+++ b/include/hw/vfio/vfio-common.h
@@ -207,10 +207,6 @@ typedef struct VFIODisplay {
VFIOAddressSpace *vfio_get_address_space(AddressSpace *as);
void vfio_put_address_space(VFIOAddressSpace *space);
-/* SPAPR specific */
-int vfio_spapr_container_init(VFIOContainer *container, Error **errp);
-void vfio_spapr_container_deinit(VFIOContainer *container);
-
void vfio_disable_irqindex(VFIODevice *vbasedev, int index);
void vfio_unmask_single_irqindex(VFIODevice *vbasedev, int index);
void vfio_mask_single_irqindex(VFIODevice *vbasedev, int index);