Re: [Xen-devel] [RFC 04/16] vgic: move irq_to_pending out of lock

2018-11-29 Thread Julien Grall
On 28/11/2018 21:31, Andrii Anisov wrote: From: Andrii Anisov For GICV2 pending_irq allocation is not concurrent, so reduce some code under lock. So this is reverting part of 5f66da659060563df8481a86c017f07455095045 "ARM: vGIC: move irq_to_pending() calls under the VGIC VCPU lock". The

[Xen-devel] [RFC 04/16] vgic: move irq_to_pending out of lock

2018-11-28 Thread Andrii Anisov
From: Andrii Anisov For GICV2 pending_irq allocation is not concurrent, so reduce some code under lock. Signed-off-by: Andrii Anisov --- xen/arch/arm/vgic.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/xen/arch/arm/vgic.c b/xen/arch/arm/vgic.c index