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

2015-07-03 Thread Julien Grall
On 03/07/15 11:33, Ian Campbell wrote: > On Thu, 2015-07-02 at 11:37 +0100, Julien Grall wrote: >> On 01/07/15 12:00, Julien Grall wrote: >>> Hi all, >> >> Hi Ian, >> >>> This patch series adds support for GICv2 on GICv3. This feature is available >>> only when the GICv3 hardware is compatible with

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

2015-07-03 Thread Ian Campbell
On Thu, 2015-07-02 at 11:37 +0100, Julien Grall wrote: > On 01/07/15 12:00, Julien Grall wrote: > > Hi all, > > Hi Ian, > > > 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 sa

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

2015-07-02 Thread Julien Grall
On 01/07/15 12:00, Julien Grall wrote: > Hi all, Hi Ian, > 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 a

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

2015-07-01 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). This will allow us to re-use the same vGIC driver.