Re: [Xen-devel] [PATCH 03/12] ARM: VGIC: remove gic_clear_pending_irqs()

2017-11-16 Thread Julien Grall
Hi Stefano, On 16/11/17 01:17, Stefano Stabellini wrote: On Fri, 10 Nov 2017, Andre Przywara wrote: Hi, On 26/10/17 01:14, Stefano Stabellini wrote: On Thu, 19 Oct 2017, Andre Przywara wrote: gic_clear_pending_irqs() was not only misnamed, but also misplaced, as a function solely dealing

Re: [Xen-devel] [PATCH 03/12] ARM: VGIC: remove gic_clear_pending_irqs()

2017-11-15 Thread Stefano Stabellini
On Fri, 10 Nov 2017, Andre Przywara wrote: > Hi, > > On 26/10/17 01:14, Stefano Stabellini wrote: > > On Thu, 19 Oct 2017, Andre Przywara wrote: > >> gic_clear_pending_irqs() was not only misnamed, but also misplaced, as > >> a function solely dealing with the GIC emulation should not live in

Re: [Xen-devel] [PATCH 03/12] ARM: VGIC: remove gic_clear_pending_irqs()

2017-11-10 Thread Andre Przywara
Hi, On 26/10/17 01:14, Stefano Stabellini wrote: > On Thu, 19 Oct 2017, Andre Przywara wrote: >> gic_clear_pending_irqs() was not only misnamed, but also misplaced, as >> a function solely dealing with the GIC emulation should not live in gic.c. >> Move the functionality of this function into its

Re: [Xen-devel] [PATCH 03/12] ARM: VGIC: remove gic_clear_pending_irqs()

2017-10-25 Thread Stefano Stabellini
On Thu, 19 Oct 2017, Andre Przywara wrote: > gic_clear_pending_irqs() was not only misnamed, but also misplaced, as > a function solely dealing with the GIC emulation should not live in gic.c. > Move the functionality of this function into its only caller in vgic.c > > Signed-off-by: Andre

[Xen-devel] [PATCH 03/12] ARM: VGIC: remove gic_clear_pending_irqs()

2017-10-19 Thread Andre Przywara
gic_clear_pending_irqs() was not only misnamed, but also misplaced, as a function solely dealing with the GIC emulation should not live in gic.c. Move the functionality of this function into its only caller in vgic.c Signed-off-by: Andre Przywara --- xen/arch/arm/gic.c