[PATCH v3 02/17] xen/arm: pci: Add stubs to allow selecting HAS_PCI

2021-09-28 Thread Rahul Singh
In a follow-up we will enable PCI support in Xen on Arm (i.e select HAS_PCI). The generic code expects the arch to implement a few functions: arch_iommu_use_permitted() arch_pci_clean_pirqs() Note that this is not yet sufficient to enable HAS_PCI and will be addressed in follow-ups. Signed-off-b

Re: [PATCH v3 02/17] xen/arm: pci: Add stubs to allow selecting HAS_PCI

2021-09-29 Thread Bertrand Marquis
Hi Rahul, > On 28 Sep 2021, at 19:18, Rahul Singh wrote: > > In a follow-up we will enable PCI support in Xen on Arm (i.e select > HAS_PCI). > > The generic code expects the arch to implement a few functions: > arch_iommu_use_permitted() > arch_pci_clean_pirqs() > > Note that this is not yet s