Re: [PATCH] hw/ppc/Kconfig: Imply VFIO_PCI

2023-11-28 Thread Cédric Le Goater
On 11/24/23 09:06, Cédric Le Goater wrote: When the legacy and iommufd backends were introduced, a set of common vfio-pci routines were exported in pci.c for both backends to use : vfio_pci_pre_reset vfio_pci_get_pci_hot_reset_info vfio_pci_host_match vfio_pci_post_reset This introd

Re: [PATCH] hw/ppc/Kconfig: Imply VFIO_PCI

2023-11-24 Thread Cédric Le Goater
On 11/24/23 11:10, Philippe Mathieu-Daudé wrote: On 24/11/23 09:06, Cédric Le Goater wrote: When the legacy and iommufd backends were introduced, a set of common vfio-pci routines were exported in pci.c for both backends to use :    vfio_pci_pre_reset    vfio_pci_get_pci_hot_reset_info    vfio_

Re: [PATCH] hw/ppc/Kconfig: Imply VFIO_PCI

2023-11-24 Thread Philippe Mathieu-Daudé
On 24/11/23 09:06, Cédric Le Goater wrote: When the legacy and iommufd backends were introduced, a set of common vfio-pci routines were exported in pci.c for both backends to use : vfio_pci_pre_reset vfio_pci_get_pci_hot_reset_info vfio_pci_host_match vfio_pci_post_reset This introd

[PATCH] hw/ppc/Kconfig: Imply VFIO_PCI

2023-11-24 Thread Cédric Le Goater
When the legacy and iommufd backends were introduced, a set of common vfio-pci routines were exported in pci.c for both backends to use : vfio_pci_pre_reset vfio_pci_get_pci_hot_reset_info vfio_pci_host_match vfio_pci_post_reset This introduced a build failure on PPC when --without-defaul