[Xen-devel] [PATCH V2 2/8] xen/arm: gic-v3: Increase the size of GICR in address space for guest

2015-05-23 Thread Chen Baozi
From: Chen Baozi baoz...@gmail.com Currently it only supports up to 8 vCPUs. Increase the region to hold up to 128 vCPUs, which is the maxium number that GIC-500 supports. Signed-off-by: Chen Baozi baoz...@gmail.com --- xen/include/public/arch-arm.h | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [Xen-devel] [PATCH V2 2/8] xen/arm: gic-v3: Increase the size of GICR in address space for guest

2015-05-23 Thread Julien Grall
Hi Chen, On 23/05/2015 14:52, Chen Baozi wrote: From: Chen Baozi baoz...@gmail.com Currently it only supports up to 8 vCPUs. Increase the region to hold up to 128 vCPUs, which is the maxium number that GIC-500 supports. Signed-off-by: Chen Baozi baoz...@gmail.com Reviewed-by: Julien Grall