Re: [Qemu-devel] [PATCH v2 1/2] arm: Add the cortex-a9 CPU to the a9mpcore device

2015-02-21 Thread Peter Crosthwaite
On Tue, Feb 17, 2015 at 7:59 PM, Alistair Francis wrote: > This patch adds the Cortex-A9 ARM CPU to the A9MPCore. > > The CPU is only created if the num-cpu property is set. > > This patch allows the midr and reset-cbar properties to be set > > Signed-off-by: Alistair Francis > --- > V2: > - Ren

[Qemu-devel] [PATCH v2 1/2] arm: Add the cortex-a9 CPU to the a9mpcore device

2015-02-17 Thread Alistair Francis
This patch adds the Cortex-A9 ARM CPU to the A9MPCore. The CPU is only created if the num-cpu property is set. This patch allows the midr and reset-cbar properties to be set Signed-off-by: Alistair Francis --- V2: - Rename num_cpus function to match QOM style - Connect all CPUs to the GIC Cha