mbox series

[v3,0/2] Add a property to set the ARM CPU core count

Message ID cover.1520018138.git.alistair.francis@xilinx.com
Headers show
Series Add a property to set the ARM CPU core count | expand

Message

Alistair Francis March 2, 2018, 7:15 p.m. UTC
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
  hw/arm: Set the core count for Xilinx's ZynqMP

 target/arm/cpu.h     | 5 +++++
 hw/arm/xlnx-zynqmp.c | 2 ++
 target/arm/cpu.c     | 6 ++++++
 target/arm/cpu64.c   | 6 ++++--
 4 files changed, 17 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 5, 2018, 3:14 p.m. UTC | #1
On 2 March 2018 at 19:15, Alistair Francis <alistair.francis@xilinx.com> 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()
>    function.
>
>
> Alistair Francis (2):
>   target/arm: Add a core count property
>   hw/arm: Set the core count for Xilinx's ZynqMP
>
>  target/arm/cpu.h     | 5 +++++
>  hw/arm/xlnx-zynqmp.c | 2 ++
>  target/arm/cpu.c     | 6 ++++++
>  target/arm/cpu64.c   | 6 ++++--
>  4 files changed, 17 insertions(+), 2 deletions(-)
>
> --
> 2.14.1



Applied to target-arm.next, thanks.

-- PMM