Re: [Xen-devel] [RFC 00/22] xen/arm: Add support for GICv2 on GICv3

2015-05-13 Thread Chen Baozi
Hi Julien, On Fri, May 08, 2015 at 02:29:21PM +0100, Julien Grall wrote: > Hi all, > > This patch series adds support for GICv2 on GICv3. This feature is available > only when the GICv3 hardware is compatible with GICv2. > > When it's the case, the same interface is provided in order to use a >

[Xen-devel] [RFC 00/22] xen/arm: Add support for GICv2 on GICv3

2015-05-08 Thread Julien Grall
Hi all, This patch series adds support for GICv2 on GICv3. This feature is available only when the GICv3 hardware is compatible with GICv2. When it's the case, the same interface is provided in order to use a virtualize GIC v2 (i.e GICC and GICV). That will allow us to re-use same vGIC drivers.