Re: [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-14 Thread Auger Eric
Hi Drew, Radim, On 08/07/2016 22:55, Radim Krčmář wrote: > 2016-07-08 10:52+0200, Andrew Jones: >> On Fri, Jul 08, 2016 at 10:16:53AM +0200, Auger Eric wrote: >>> On 07/07/2016 19:20, Andrew Jones wrote: On Wed, Jul 06, 2016 at 10:47:53AM +0200, Eric Auger wrote: > diff --git

Re: [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-14 Thread Auger Eric
Hi Andre, On 11/07/2016 18:25, Andre Przywara wrote: > Hi Eric, > > On 06/07/16 09:47, Eric Auger wrote: >> This patch adds compilation and link against irqchip. >> >> Main motivation behind using irqchip code is to enable MSI >> routing code. In the future irqchip routing may also be useful >>

Re: [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-11 Thread Andre Przywara
Hi Eric, On 06/07/16 09:47, Eric Auger wrote: > This patch adds compilation and link against irqchip. > > Main motivation behind using irqchip code is to enable MSI > routing code. In the future irqchip routing may also be useful > when targeting multiple irqchips. > > Routing standard

Re: [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-08 Thread Radim Krčmář
2016-07-08 10:52+0200, Andrew Jones: > On Fri, Jul 08, 2016 at 10:16:53AM +0200, Auger Eric wrote: >> On 07/07/2016 19:20, Andrew Jones wrote: >> > On Wed, Jul 06, 2016 at 10:47:53AM +0200, Eric Auger wrote: >> >> diff --git a/virt/kvm/irqchip.c b/virt/kvm/irqchip.c >> >> @@ -29,7 +29,9 @@ >> >>

Re: [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-08 Thread Andrew Jones
On Fri, Jul 08, 2016 at 10:16:53AM +0200, Auger Eric wrote: > Hi Drew, > > On 07/07/2016 19:20, Andrew Jones wrote: > > On Wed, Jul 06, 2016 at 10:47:53AM +0200, Eric Auger wrote: > >> This patch adds compilation and link against irqchip. > >> > >> Main motivation behind using irqchip code is to

Re: [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-08 Thread Auger Eric
Hi Drew, On 07/07/2016 19:20, Andrew Jones wrote: > On Wed, Jul 06, 2016 at 10:47:53AM +0200, Eric Auger wrote: >> This patch adds compilation and link against irqchip. >> >> Main motivation behind using irqchip code is to enable MSI >> routing code. In the future irqchip routing may also be

Re: [RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-07 Thread Andrew Jones
On Wed, Jul 06, 2016 at 10:47:53AM +0200, Eric Auger wrote: > This patch adds compilation and link against irqchip. > > Main motivation behind using irqchip code is to enable MSI > routing code. In the future irqchip routing may also be useful > when targeting multiple irqchips. > > Routing

[RFC v6 4/6] KVM: arm/arm64: enable irqchip routing

2016-07-06 Thread Eric Auger
This patch adds compilation and link against irqchip. Main motivation behind using irqchip code is to enable MSI routing code. In the future irqchip routing may also be useful when targeting multiple irqchips. Routing standard callbacks now are implemented in vgic-irqfd: - kvm_set_routing_entry