Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-11-02 Thread Auger Eric
Hi Robin, On 24/10/2016 21:39, Robin Murphy wrote: > On 21/10/16 10:26, Auger Eric wrote: >> Hi Will, >> >> On 20/10/2016 19:32, Will Deacon wrote: >>> Hi Eric, >>> >>> Thanks for posting this. >>> >>> On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: This is the second respin on

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-11-02 Thread Auger Eric
Hi Robin, On 24/10/2016 21:39, Robin Murphy wrote: > On 21/10/16 10:26, Auger Eric wrote: >> Hi Will, >> >> On 20/10/2016 19:32, Will Deacon wrote: >>> Hi Eric, >>> >>> Thanks for posting this. >>> >>> On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: This is the second respin on

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-24 Thread Robin Murphy
On 21/10/16 10:26, Auger Eric wrote: > Hi Will, > > On 20/10/2016 19:32, Will Deacon wrote: >> Hi Eric, >> >> Thanks for posting this. >> >> On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: >>> This is the second respin on top of Robin's series [1], addressing Alex' >>> comments. >>>

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-24 Thread Robin Murphy
On 21/10/16 10:26, Auger Eric wrote: > Hi Will, > > On 20/10/2016 19:32, Will Deacon wrote: >> Hi Eric, >> >> Thanks for posting this. >> >> On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: >>> This is the second respin on top of Robin's series [1], addressing Alex' >>> comments. >>>

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-21 Thread Auger Eric
Hi Will, On 20/10/2016 19:32, Will Deacon wrote: > Hi Eric, > > Thanks for posting this. > > On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: >> This is the second respin on top of Robin's series [1], addressing Alex' >> comments. >> >> Major changes are: >> - MSI-doorbell API now

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-21 Thread Auger Eric
Hi Will, On 20/10/2016 19:32, Will Deacon wrote: > Hi Eric, > > Thanks for posting this. > > On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: >> This is the second respin on top of Robin's series [1], addressing Alex' >> comments. >> >> Major changes are: >> - MSI-doorbell API now

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-20 Thread Will Deacon
Hi Eric, Thanks for posting this. On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: > This is the second respin on top of Robin's series [1], addressing Alex' > comments. > > Major changes are: > - MSI-doorbell API now is moved to DMA IOMMU API following Alex suggestion > to put

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-20 Thread Will Deacon
Hi Eric, Thanks for posting this. On Wed, Oct 12, 2016 at 01:22:08PM +, Eric Auger wrote: > This is the second respin on top of Robin's series [1], addressing Alex' > comments. > > Major changes are: > - MSI-doorbell API now is moved to DMA IOMMU API following Alex suggestion > to put

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-17 Thread Punit Agrawal
Auger Eric writes: > Hi Punit, > > On 14/10/2016 13:24, Punit Agrawal wrote: >> Hi Eric, >> >> I am a bit late in joining, but I've tried to familiarise >> myself with earlier discussions on the series. >> >> Eric Auger writes: >> >>> This is the

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-17 Thread Punit Agrawal
Auger Eric writes: > Hi Punit, > > On 14/10/2016 13:24, Punit Agrawal wrote: >> Hi Eric, >> >> I am a bit late in joining, but I've tried to familiarise >> myself with earlier discussions on the series. >> >> Eric Auger writes: >> >>> This is the second respin on top of Robin's series [1],

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-17 Thread Auger Eric
Hi Punit, On 14/10/2016 13:24, Punit Agrawal wrote: > Hi Eric, > > I am a bit late in joining, but I've tried to familiarise > myself with earlier discussions on the series. > > Eric Auger writes: > >> This is the second respin on top of Robin's series [1], addressing

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-17 Thread Auger Eric
Hi Punit, On 14/10/2016 13:24, Punit Agrawal wrote: > Hi Eric, > > I am a bit late in joining, but I've tried to familiarise > myself with earlier discussions on the series. > > Eric Auger writes: > >> This is the second respin on top of Robin's series [1], addressing Alex' >> comments. >>

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-14 Thread Punit Agrawal
Hi Eric, I am a bit late in joining, but I've tried to familiarise myself with earlier discussions on the series. Eric Auger writes: > This is the second respin on top of Robin's series [1], addressing Alex' > comments. > > Major changes are: > - MSI-doorbell API now is

Re: [PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-14 Thread Punit Agrawal
Hi Eric, I am a bit late in joining, but I've tried to familiarise myself with earlier discussions on the series. Eric Auger writes: > This is the second respin on top of Robin's series [1], addressing Alex' > comments. > > Major changes are: > - MSI-doorbell API now is moved to DMA IOMMU API

[PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-12 Thread Eric Auger
This is the second respin on top of Robin's series [1], addressing Alex' comments. Major changes are: - MSI-doorbell API now is moved to DMA IOMMU API following Alex suggestion to put all API pieces at the same place (so eventually in the IOMMU subsystem) - new iommu_domain_msi_resv struct

[PATCH v14 00/16] KVM PCIe/MSI passthrough on ARM/ARM64

2016-10-12 Thread Eric Auger
This is the second respin on top of Robin's series [1], addressing Alex' comments. Major changes are: - MSI-doorbell API now is moved to DMA IOMMU API following Alex suggestion to put all API pieces at the same place (so eventually in the IOMMU subsystem) - new iommu_domain_msi_resv struct