Re: [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

2020-02-03 Thread Auger Eric
Hi Michael, On 2/3/20 2:46 PM, Michael S. Tsirkin wrote: > On Mon, Feb 03, 2020 at 02:38:22PM +0100, Auger Eric wrote: >> Hi Michael, >> >> On 2/3/20 2:28 PM, Michael S. Tsirkin wrote: >>> On Mon, Feb 03, 2020 at 02:20:55PM +0100, Auger Eric wrote: Hi Michael, On 2/3/20 2:03 PM, Mic

Re: [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

2020-02-03 Thread Michael S. Tsirkin
On Mon, Feb 03, 2020 at 02:38:22PM +0100, Auger Eric wrote: > Hi Michael, > > On 2/3/20 2:28 PM, Michael S. Tsirkin wrote: > > On Mon, Feb 03, 2020 at 02:20:55PM +0100, Auger Eric wrote: > >> Hi Michael, > >> > >> On 2/3/20 2:03 PM, Michael S. Tsirkin wrote: > >>> On Sat, Jan 25, 2020 at 06:19:52P

Re: [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

2020-02-03 Thread Auger Eric
Hi Michael, On 2/3/20 2:28 PM, Michael S. Tsirkin wrote: > On Mon, Feb 03, 2020 at 02:20:55PM +0100, Auger Eric wrote: >> Hi Michael, >> >> On 2/3/20 2:03 PM, Michael S. Tsirkin wrote: >>> On Sat, Jan 25, 2020 at 06:19:52PM +0100, Eric Auger wrote: This patch adds virtio-iommu-pci, which is t

Re: [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

2020-02-03 Thread Michael S. Tsirkin
On Mon, Feb 03, 2020 at 02:20:55PM +0100, Auger Eric wrote: > Hi Michael, > > On 2/3/20 2:03 PM, Michael S. Tsirkin wrote: > > On Sat, Jan 25, 2020 at 06:19:52PM +0100, Eric Auger wrote: > >> This patch adds virtio-iommu-pci, which is the pci proxy for > >> the virtio-iommu device. > >> > >> Signe

Re: [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

2020-02-03 Thread Auger Eric
Hi Michael, On 2/3/20 2:03 PM, Michael S. Tsirkin wrote: > On Sat, Jan 25, 2020 at 06:19:52PM +0100, Eric Auger wrote: >> This patch adds virtio-iommu-pci, which is the pci proxy for >> the virtio-iommu device. >> >> Signed-off-by: Eric Auger >> Reviewed-by: Jean-Philippe Brucker > > I commente

Re: [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

2020-02-03 Thread Michael S. Tsirkin
On Sat, Jan 25, 2020 at 06:19:52PM +0100, Eric Auger wrote: > This patch adds virtio-iommu-pci, which is the pci proxy for > the virtio-iommu device. > > Signed-off-by: Eric Auger > Reviewed-by: Jean-Philippe Brucker I commented on v11 of this patch: > > Could you send a smaller patchset withou

[PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

2020-01-25 Thread Eric Auger
This patch adds virtio-iommu-pci, which is the pci proxy for the virtio-iommu device. Signed-off-by: Eric Auger Reviewed-by: Jean-Philippe Brucker --- v11 -> v12: - added Jean's R-b - remove the array of intervals. Will be introduced later? v10 -> v11: - add the reserved_regions array propert