Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-12-19 Thread Peter Xu
On Mon, Dec 19, 2016 at 11:53:32AM +, Liu, Yi L wrote: [...] > > > Regards to the s->notifiers_list, I didn't see the init op to it. Does it > > > happen > > > in another patch? If so, it may be better to move it in this patch since > > > this > > > patch introduces both the definition and

Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-12-19 Thread Liu, Yi L
;; , Alex Williamson > <alex.william...@redhat.com>; , Jason Wang <jasow...@redhat.com>; Lan, > Tianyu <tianyu@intel.com>; Tian, Kevin <kevin.t...@intel.com>; Liu, Yi L > <yi.l....@intel.com> > Subject: RE: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel

Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-12-19 Thread Liu, Yi L
.@siemens.com>; , Alex Williamson > <alex.william...@redhat.com>; , Jason Wang <jasow...@redhat.com>; Lan, > Tianyu <tianyu@intel.com>; Tian, Kevin <kevin.t...@intel.com> > Subject: Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map > and unmap

Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-12-19 Thread Peter Xu
On Fri, Dec 16, 2016 at 09:12:05AM +, Liu, Yi L wrote: > > From: "Aviv Ben-David" > > > > Adds a list of registered vtd_as's to intel iommu state to save > > iteration over each PCI device in a search of the corrosponding domain. > > > > Signed-off-by: Aviv Ben-David

Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-12-16 Thread Liu, Yi L
> From: "Aviv Ben-David" > > Adds a list of registered vtd_as's to intel iommu state to save > iteration over each PCI device in a search of the corrosponding domain. > > Signed-off-by: Aviv Ben-David > --- > hw/i386/intel_iommu.c | 94 >

Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-11-29 Thread Aviv B.D.
On Tue, Nov 29, 2016 at 5:23 AM 蓝天宇 wrote: > 2016-11-28 23:51 GMT+08:00 Aviv B.D : > > From: "Aviv Ben-David" > > > > Adds a list of registered vtd_as's to intel iommu state to save > > iteration over each PCI device in a search of

Re: [Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-11-28 Thread 蓝天宇
2016-11-28 23:51 GMT+08:00 Aviv B.D : > From: "Aviv Ben-David" > > Adds a list of registered vtd_as's to intel iommu state to save > iteration over each PCI device in a search of the corrosponding domain. > > Signed-off-by: Aviv Ben-David

[Qemu-devel] [PATCH v7 3/5] IOMMU: enable intel_iommu map and unmap notifiers

2016-11-28 Thread Aviv B.D
From: "Aviv Ben-David" Adds a list of registered vtd_as's to intel iommu state to save iteration over each PCI device in a search of the corrosponding domain. Signed-off-by: Aviv Ben-David --- hw/i386/intel_iommu.c | 94