Re: [Xen-devel] [PATCH v2 14/45] ARM: new VGIC: Add data structure definitions

2018-03-18 Thread Julien Grall
Hi Andre, On 03/15/2018 08:30 PM, Andre Przywara wrote: Add a new header file for the new and improved GIC implementation. The big change is that we now have a struct vgic_irq per IRQ instead of spreading all the information over various bitmaps in the ranks. We include this new header conditio

[Xen-devel] [PATCH v2 14/45] ARM: new VGIC: Add data structure definitions

2018-03-15 Thread Andre Przywara
Add a new header file for the new and improved GIC implementation. The big change is that we now have a struct vgic_irq per IRQ instead of spreading all the information over various bitmaps in the ranks. We include this new header conditionally from within the old header file for the time being to