Re: [PATCH kvm-unit-tests] arm/arm64: gicv3: support two redistributor regions

2018-09-04 Thread Andrew Jones
On Tue, Sep 04, 2018 at 01:49:11AM +0100, Peter Maydell wrote: > On 3 September 2018 at 17:45, Andrew Jones wrote: > > We need to support two redistributor regions in order to support > > more than 123 vcpus. Also bump NR_CPUS to 512, since that's what > > KVM currently supports. > > Wouldn't it

Re: [PATCH kvm-unit-tests] arm/arm64: gicv3: support two redistributor regions

2018-09-03 Thread Peter Maydell
On 3 September 2018 at 17:45, Andrew Jones wrote: > We need to support two redistributor regions in order to support > more than 123 vcpus. Also bump NR_CPUS to 512, since that's what > KVM currently supports. Wouldn't it be neater to support the arbitrary number of redistributor regions that

[PATCH kvm-unit-tests] arm/arm64: gicv3: support two redistributor regions

2018-09-03 Thread Andrew Jones
We need to support two redistributor regions in order to support more than 123 vcpus. Also bump NR_CPUS to 512, since that's what KVM currently supports. Signed-off-by: Andrew Jones --- So far only regression tested on TCG. lib/arm/asm/gic-v3.h | 20 +--- lib/arm/asm/setup.h