Re: [PATCH 4/7] KVM: arm/arm64: directly pass virtual IRQ number on kvm_vgic_unmap_phys_irq()

2016-04-21 Thread Eric Auger
Reviewed-by: Eric Auger Eric On 04/15/2016 04:04 PM, Andre Przywara wrote: > kvm_vgic_unmap_phys_irq() only needs the virtual IRQ number, so let's > just pass that between the arch timer and the VGIC to get rid of > the irq_phys_map pointer. > > Signed-off-by: Andre

[PATCH 4/7] KVM: arm/arm64: directly pass virtual IRQ number on kvm_vgic_unmap_phys_irq()

2016-04-15 Thread Andre Przywara
kvm_vgic_unmap_phys_irq() only needs the virtual IRQ number, so let's just pass that between the arch timer and the VGIC to get rid of the irq_phys_map pointer. Signed-off-by: Andre Przywara --- include/kvm/arm_vgic.h| 2 +- virt/kvm/arm/arch_timer.c | 2 +-