Re: [Qemu-devel] [PATCH v2 05/18] target-arm: Add ARMCPU fields for GIC CPU i/f config

2017-01-17 Thread Alistair Francis
On Mon, Jan 9, 2017 at 8:05 AM, Peter Maydell wrote: > Add fields to the ARMCPU structure to allow CPU classes to > specify the configurable aspects of their GIC CPU interface. > In particular, the virtualization support allows different > values for number of list registers, priority bits and > p

[Qemu-devel] [PATCH v2 05/18] target-arm: Add ARMCPU fields for GIC CPU i/f config

2017-01-09 Thread Peter Maydell
Add fields to the ARMCPU structure to allow CPU classes to specify the configurable aspects of their GIC CPU interface. In particular, the virtualization support allows different values for number of list registers, priority bits and preemption bits. Signed-off-by: Peter Maydell --- target/arm/c