From: Cédric Le Goater Date: Mon, 17 Jun 2024 06:33:54 +0000 (+0200) Subject: vfio: Remove unused declarations from vfio-common.h X-Git-Tag: qemu-xen-4.20.0~100^2~15 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=889833e5ae1fe83b39e065b7386eb020af7cf304;p=qemu-xen.git vfio: Remove unused declarations from vfio-common.h These were forgotten in the recent cleanups. Reviewed-by: Zhenzhong Duan Reviewed-by: Eric Auger Tested-by: Eric Auger Signed-off-by: Cédric Le Goater --- diff --git a/include/hw/vfio/vfio-common.h b/include/hw/vfio/vfio-common.h index 776de8064f..c19572f90b 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);