Re: [PATCH v3 0/6] GICv3: add 32bit compatibility

2015-10-09 Thread Marc Zyngier
On Thu, 1 Oct 2015 13:47:13 +0100 Jean-Philippe Brucker wrote: > Hi, > > This series adds 32bit support to the GICv3 driver. Only SGIs, PPIs and > SPIs support is present, no ITS. > Currently, the main targets for those patches are 32bit guests running under > KVM. They can now use affinity rou

[PATCH v3 0/6] GICv3: add 32bit compatibility

2015-10-01 Thread Jean-Philippe Brucker
Hi, This series adds 32bit support to the GICv3 driver. Only SGIs, PPIs and SPIs support is present, no ITS. Currently, the main targets for those patches are 32bit guests running under KVM. They can now use affinity routing and theoretically have a lot more than 8 CPUs. During my tests, I was abl