Re: [PATCH v3 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR

2015-08-04 Thread Christoffer Dall
On Fri, Jul 24, 2015 at 04:55:02PM +0100, Marc Zyngier wrote: Now that struct vgic_lr supports the LR_HW bit and carries a hwirq field, we can encode that information into the list registers. This patch provides implementations for both GICv2 and GICv3. Signed-off-by: Marc Zyngier

[PATCH v3 04/11] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR

2015-07-24 Thread Marc Zyngier
Now that struct vgic_lr supports the LR_HW bit and carries a hwirq field, we can encode that information into the list registers. This patch provides implementations for both GICv2 and GICv3. Signed-off-by: Marc Zyngier marc.zyng...@arm.com --- include/linux/irqchip/arm-gic-v3.h | 3 +++