Re: [Qemu-devel] [PATCH arm-midr v1 1/2] ARM: Convert MIDR to a property

2014-01-12 Thread Peter Crosthwaite
On Mon, Jan 13, 2014 at 9:54 AM, Andreas Färber wrote: > Am 13.01.2014 00:33, schrieb Alistair Francis: >> Convert the MIDR register to a property. This allows boards to later set >> a custom MIDR value. This has been done in such a way to maintain >> compatibility with all existing CPUs and board

Re: [Qemu-devel] [PATCH arm-midr v1 1/2] ARM: Convert MIDR to a property

2014-01-12 Thread Andreas Färber
Am 13.01.2014 00:33, schrieb Alistair Francis: > Convert the MIDR register to a property. This allows boards to later set > a custom MIDR value. This has been done in such a way to maintain > compatibility with all existing CPUs and boards > > Signed-off-by: Alistair Francis > --- > I added the p

[Qemu-devel] [PATCH arm-midr v1 1/2] ARM: Convert MIDR to a property

2014-01-12 Thread Alistair Francis
Convert the MIDR register to a property. This allows boards to later set a custom MIDR value. This has been done in such a way to maintain compatibility with all existing CPUs and boards Signed-off-by: Alistair Francis --- I added the properties to the cpu->midr variable in a similar method to ho