Re: [Xen-devel] [PATCH v2 39/45] ARM: new VGIC: Add preliminary stub implementation

2018-03-19 Thread Julien Grall
Hi Andre, On 03/15/2018 08:30 PM, Andre Przywara wrote: The ARM arch code requires an interrupt controller emulation to implement vgic_clear_pending_irqs(), although it is suspected that it is actually not necessary. Go with a stub for now to make the linker happy. Signed-off-by: Andre Przywara

[Xen-devel] [PATCH v2 39/45] ARM: new VGIC: Add preliminary stub implementation

2018-03-15 Thread Andre Przywara
The ARM arch code requires an interrupt controller emulation to implement vgic_clear_pending_irqs(), although it is suspected that it is actually not necessary. Go with a stub for now to make the linker happy. Signed-off-by: Andre Przywara --- xen/arch/arm/vgic/vgic.c | 8 1 file change