Re: [Qemu-devel] [PATCH arm-midr v3 0/2] Make ARM-MIDR a property and use in Zynq

2014-01-27 Thread Peter Maydell
On 20 January 2014 00:09, Alistair Francis wrote: > This series converts cpu->midr (the MIDR register) to a property. > This allows it to be set after init which is useful for specific > boards (such as Zynq). The change has been done in such a way that > it doesn't break compatibility with boards

[Qemu-devel] [PATCH arm-midr v3 0/2] Make ARM-MIDR a property and use in Zynq

2014-01-19 Thread Alistair Francis
This series converts cpu->midr (the MIDR register) to a property. This allows it to be set after init which is useful for specific boards (such as Zynq). The change has been done in such a way that it doesn't break compatibility with boards that don't need a custom MIDR. V3: Removed the initialisa