Re: [Xen-devel] [PATCH 2/5] iommu / x86: move call to scan_pci_devices() out of vendor code

2019-05-15 Thread Jan Beulich
>>> On 14.05.19 at 18:13, wrote: >> -Original Message- >> From: Jan Beulich [mailto:jbeul...@suse.com] >> Sent: 13 May 2019 08:36 >> To: Paul Durrant >> Cc: Brian Woods ; Suravee Suthikulpanit > ; Andrew >> Cooper ; Roger Pau Monne ; >> Wei > Liu >> ; Kevin Tian ; xen-devel > >>

Re: [Xen-devel] [PATCH 2/5] iommu / x86: move call to scan_pci_devices() out of vendor code

2019-05-14 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 13 May 2019 08:36 > To: Paul Durrant > Cc: Brian Woods ; Suravee Suthikulpanit > ; Andrew > Cooper ; Roger Pau Monne ; > Wei Liu > ; Kevin Tian ; xen-devel > > Subject: Re: [PATCH 2/5] iommu / x86: move call

Re: [Xen-devel] [PATCH 2/5] iommu / x86: move call to scan_pci_devices() out of vendor code

2019-05-13 Thread Jan Beulich
>>> On 08.05.19 at 15:24, wrote: > It's not vendor specific so it shouldn't really be there. Perhaps, but this needs better justification: > --- a/xen/drivers/passthrough/vtd/iommu.c > +++ b/xen/drivers/passthrough/vtd/iommu.c > @@ -2372,10 +2372,6 @@ static int __init vtd_setup(void) >

[Xen-devel] [PATCH 2/5] iommu / x86: move call to scan_pci_devices() out of vendor code

2019-05-08 Thread Paul Durrant
It's not vendor specific so it shouldn't really be there. Signed-off-by: Paul Durrant --- Cc: Suravee Suthikulpanit Cc: Brian Woods Cc: Kevin Tian Cc: Jan Beulich Cc: Andrew Cooper Cc: Wei Liu Cc: "Roger Pau Monné" --- xen/drivers/passthrough/amd/pci_amd_iommu.c | 3 ++-