Re: [Qemu-devel] [PATCH v3 0/2] Add a property to set the ARM CPU core count

2018-03-05 Thread Peter Maydell
On 2 March 2018 at 19:15, Alistair Francis wrote: > > Add an ARM CPU property which allows us to set the ARM CPU core count. > V3: > - Fix Linux user mode compile failure > > V2: > - Fix commit message and title. > - Move the core_count default setting logic to the arm_cpu_realize() >functi

[Qemu-devel] [PATCH v3 0/2] Add a property to set the ARM CPU core count

2018-03-02 Thread Alistair Francis
Add an ARM CPU property which allows us to set the ARM CPU core count. V3: - Fix Linux user mode compile failure V2: - Fix commit message and title. - Move the core_count default setting logic to the arm_cpu_realize() function. Alistair Francis (2): target/arm: Add a core count property