Re: [Xen-devel] [PATCH v5 0/3] Add support for GICv2 on GICv3

2015-07-09 Thread Ian Campbell
On Tue, 2015-07-07 at 17:22 +0100, Julien Grall wrote: > arm: Allow the user to specify the GIC version > xen/arm: gic-v3: Add support of vGICv2 when available Applied following "tools: ocaml: Handle anonymous struct members of structs in libxl IDL". thanks. Ian. ___

Re: [Xen-devel] [PATCH v5 0/3] Add support for GICv2 on GICv3

2015-07-08 Thread Ian Campbell
On Tue, 2015-07-07 at 17:22 +0100, Julien Grall wrote: > Julien Grall (3): > xen/arm: Rename XEN_DOMCTL_CONFIG_GIC_DEFAULT to > XEN_DOMCTL_CONFIG_GIC_NATIVE Applied this one. > arm: Allow the user to specify the GIC version But this one caused a build failure, I've replied to the patch.

[Xen-devel] [PATCH v5 0/3] Add support for GICv2 on GICv3

2015-07-07 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.