Re: [Xen-devel] [PATCH v2 00/15] xen/arm: Add support for GICv2 on GICv3

2015-06-30 Thread Chen Baozi
Hi Julien, On Fri, Jun 26, 2015 at 10:34:14AM +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] [PATCH v2 00/15] xen/arm: Add support for GICv2 on GICv3

2015-06-26 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 GICv2 (i.e GICC and GICV). That will allow us to re-use same vGIC drivers. C