Re: [PATCH v3 4/5] xen/arm: enable vPCI for dom0

2023-10-25 Thread Stewart Hildebrand
On 10/20/23 13:33, Julien Grall wrote: > Hi Stewart, > > On 09/10/2023 20:57, Stewart Hildebrand wrote: >> Set the pci flags in xen_arch_domainconfig to enable vPCI for dom0. >> >> Signed-off-by: Stewart Hildebrand >> --- >> Julien had a suggestion to make this conditional on pci_passthrough_enab

Re: [PATCH v3 4/5] xen/arm: enable vPCI for dom0

2023-10-20 Thread Julien Grall
Hi Stewart, On 09/10/2023 20:57, Stewart Hildebrand wrote: Set the pci flags in xen_arch_domainconfig to enable vPCI for dom0. Signed-off-by: Stewart Hildebrand --- Julien had a suggestion to make this conditional on pci_passthrough_enabled [1]. However, in v5 of the PCI ARM SMMU series [2], w

[PATCH v3 4/5] xen/arm: enable vPCI for dom0

2023-10-09 Thread Stewart Hildebrand
Set the pci flags in xen_arch_domainconfig to enable vPCI for dom0. Signed-off-by: Stewart Hildebrand --- Julien had a suggestion to make this conditional on pci_passthrough_enabled [1]. However, in v5 of the PCI ARM SMMU series [2], we propose removing the pci_passthrough_enabled flag. If pci_pa