Re: [Xen-devel] [PATCH V2 1/8] xen/arm64: increase MAX_VIRT_CPUS to 128 on arm64

2015-05-25 Thread Julien Grall
Hi Chen, On 25/05/2015 03:01, Chen Baozi wrote: On Sat, May 23, 2015 at 03:46:32PM +0100, Julien Grall wrote: On 23/05/2015 14:52, Chen Baozi wrote: From: Chen Baozi GIC-500 supports up to 128 cores in a single SoC. Increase MAX_VIRT_CPUS to 128 on arm64. This series have to be bisectable.

Re: [Xen-devel] [PATCH V2 1/8] xen/arm64: increase MAX_VIRT_CPUS to 128 on arm64

2015-05-24 Thread Chen Baozi
On Sat, May 23, 2015 at 03:46:32PM +0100, Julien Grall wrote: > Hi Chen, > > On 23/05/2015 14:52, Chen Baozi wrote: > >From: Chen Baozi > > > >GIC-500 supports up to 128 cores in a single SoC. Increase MAX_VIRT_CPUS > >to 128 on arm64. > > This series have to be bisectable. Although, this patch

Re: [Xen-devel] [PATCH V2 1/8] xen/arm64: increase MAX_VIRT_CPUS to 128 on arm64

2015-05-23 Thread Julien Grall
Hi Chen, On 23/05/2015 14:52, Chen Baozi wrote: From: Chen Baozi GIC-500 supports up to 128 cores in a single SoC. Increase MAX_VIRT_CPUS to 128 on arm64. This series have to be bisectable. Although, this patch will break compilation on ARM64 because you increased MAX_VIRT_CPUS without the

[Xen-devel] [PATCH V2 1/8] xen/arm64: increase MAX_VIRT_CPUS to 128 on arm64

2015-05-23 Thread Chen Baozi
From: Chen Baozi GIC-500 supports up to 128 cores in a single SoC. Increase MAX_VIRT_CPUS to 128 on arm64. Signed-off-by: Chen Baozi --- xen/arch/arm/vgic-v3.c | 2 +- xen/include/asm-arm/config.h | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/xen/arch/arm/vgic-v