RE: [PATCH v2 4/7] KVM: arm/arm64: enable irqchip routing

2015-07-15 Thread Pavel Fedin
Hello! > >> + struct kvm_msi msi; > >> + > >> + msi.address_lo = e->msi.address_lo; > >> + msi.address_hi = e->msi.address_hi; > >> + msi.data = e->msi.data; > >> + if (e->type == KVM_IRQ_ROUTING_EXTENDED_MSI) { > >> + msi.devid = e->devid; > >> + msi.flags = KVM_MSI_VALID_

Re: [PATCH v2 4/7] KVM: arm/arm64: enable irqchip routing

2015-07-13 Thread Eric Auger
Hi Andre, On 07/11/2015 01:15 AM, Andre Przywara wrote: > Hi Eric, > > On 09/07/15 09:22, Eric Auger wrote: >> This patch adds compilation and link against irqchip. >> >> On ARM, irqchip routing is not really useful since there is >> a single irqchip. However main motivation behind using irqchip >

Re: [PATCH v2 4/7] KVM: arm/arm64: enable irqchip routing

2015-07-10 Thread Andre Przywara
Hi Eric, On 09/07/15 09:22, Eric Auger wrote: > This patch adds compilation and link against irqchip. > > On ARM, irqchip routing is not really useful since there is > a single irqchip. However main motivation behind using irqchip > code is to enable MSI routing code. With the support of in-kerne