Re: [Qemu-devel] [PATCH v1 1/1] arm_gic: Update ID registers based on revision

2016-01-20 Thread Alistair Francis
On Tue, Jan 19, 2016 at 12:48 AM, Peter Maydell wrote: > On 19 January 2016 at 01:33, Alistair Francis > wrote: >> Update the GIC ID registers (registers above 0xfe0) based on the GIC >> revision instead of using the sames values for all GIC implementations. >> >> Signed-off-by: Alistair Francis

Re: [Qemu-devel] [PATCH v1 1/1] arm_gic: Update ID registers based on revision

2016-01-19 Thread Peter Maydell
On 19 January 2016 at 01:33, Alistair Francis wrote: > Update the GIC ID registers (registers above 0xfe0) based on the GIC > revision instead of using the sames values for all GIC implementations. > > Signed-off-by: Alistair Francis > Tested-by: Sören Brinkmann > --- > > hw/intc/arm_gic.c | 29

[Qemu-devel] [PATCH v1 1/1] arm_gic: Update ID registers based on revision

2016-01-18 Thread Alistair Francis
Update the GIC ID registers (registers above 0xfe0) based on the GIC revision instead of using the sames values for all GIC implementations. Signed-off-by: Alistair Francis Tested-by: Sören Brinkmann --- hw/intc/arm_gic.c | 29 ++--- 1 file changed, 26 insertions(+), 3