hw/cpu: introduce CPU clusters
commit335d52f457e7b3d959b2ddc93f83a36d75484d88
authorLuc Michel <luc.michel@greensocs.com>
Mon, 7 Jan 2019 15:23:45 +0000 (7 15:23 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Jan 2019 15:23:45 +0000 (7 15:23 +0000)
treec50b0921b00428cb3fa5560a76b6017d6c023f8c
parent407e6ce7f1f428cb242d424cd35381a77b5b2071
hw/cpu: introduce CPU clusters

This commit adds the cpu-cluster type. It aims at gathering CPUs from
the same cluster in a machine.

For now it only has a `cluster-id` property.

Documentation in cluster.h written with the help of Peter Maydell.

Signed-off-by: Luc Michel <luc.michel@greensocs.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 20181207090135.7651-2-luc.michel@greensocs.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
hw/cpu/Makefile.objs
hw/cpu/cluster.c [new file with mode: 0644]
include/hw/cpu/cluster.h [new file with mode: 0644]