Re: [Xen-devel] [PATCH v12 07/34] ARM: vGIC: introduce gic_remove_irq_from_queues()

2017-06-14 Thread Julien Grall
Hi Andre, On 06/14/2017 05:51 PM, Andre Przywara wrote: To avoid code duplication in a later patch, introduce a generic function to remove a virtual IRQ from the VGIC. Call that function instead of the open-coded version in vgic_migrate_irq(). Signed-off-by: Andre Przywara

[Xen-devel] [PATCH v12 07/34] ARM: vGIC: introduce gic_remove_irq_from_queues()

2017-06-14 Thread Andre Przywara
To avoid code duplication in a later patch, introduce a generic function to remove a virtual IRQ from the VGIC. Call that function instead of the open-coded version in vgic_migrate_irq(). Signed-off-by: Andre Przywara --- xen/arch/arm/gic.c| 9 +