Re: [Xen-devel] [PATCH v15 1/3] IOMMU/ATS: use a struct pci_dev * instead of SBDF

2016-07-10 Thread Tian, Kevin
> From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: Friday, July 08, 2016 2:44 PM > > From: Quan Xu > > Do away with struct pci_ats_dev; integrate the few bits of information > in struct pci_dev (and as a result drop get_ats_device() altogether). > Hook ATS devices onto a linked list off of e

[Xen-devel] [PATCH v15 1/3] IOMMU/ATS: use a struct pci_dev * instead of SBDF

2016-07-07 Thread Jan Beulich
From: Quan Xu Do away with struct pci_ats_dev; integrate the few bits of information in struct pci_dev (and as a result drop get_ats_device() altogether). Hook ATS devices onto a linked list off of each IOMMU instead of on a global one. Signed-off-by: Quan Xu Signed-off-by: Jan Beulich --- v1