Re: [Qemu-devel] [PATCH v4 01/16] hw/cpu: introduce CPU clusters

2018-11-08 Thread Eduardo Habkost
On Thu, Nov 08, 2018 at 05:23:14PM +0100, Philippe Mathieu-Daudé wrote: > On Thu, Nov 8, 2018 at 5:17 PM Philippe Mathieu-Daudé > wrote: > > On 6/11/18 12:05, Luc Michel wrote: > > > This commit adds the cpu-cluster type. It aims at gathering CPUs from > > > the same cluster in a machine. > > > >

Re: [Qemu-devel] [PATCH v4 01/16] hw/cpu: introduce CPU clusters

2018-11-08 Thread Philippe Mathieu-Daudé
On 6/11/18 12:05, Luc Michel wrote: 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. Signed-off-by: Luc Michel Reviewed-by: Alistair Francis --- include/hw/cpu/cluster.h | 38 +++

Re: [Qemu-devel] [PATCH v4 01/16] hw/cpu: introduce CPU clusters

2018-11-08 Thread Philippe Mathieu-Daudé
On Thu, Nov 8, 2018 at 5:17 PM Philippe Mathieu-Daudé wrote: > On 6/11/18 12:05, Luc Michel wrote: > > 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. > > > > Signed-off-by: Luc Michel >

[Qemu-devel] [PATCH v4 01/16] hw/cpu: introduce CPU clusters

2018-11-06 Thread Luc Michel
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. Signed-off-by: Luc Michel Reviewed-by: Alistair Francis --- include/hw/cpu/cluster.h | 38 ++ hw/cpu/cluster.c | 59