Re: [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

2022-10-20 Thread Pierre Morel
On 10/18/22 19:34, Cédric Le Goater wrote: On 10/12/22 18:21, Pierre Morel wrote: S390 CPU topology is only allowed for s390-virtio-ccw-7.3 and newer S390 machines. We keep the possibility to disable the topology on these newer machines with the property topology-disable. Signed-off-by: Pier

Re: [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

2022-10-19 Thread Pierre Morel
On 10/19/22 11:03, Cornelia Huck wrote: On Tue, Oct 18 2022, Cédric Le Goater wrote: On 10/12/22 18:21, Pierre Morel wrote: S390 CPU topology is only allowed for s390-virtio-ccw-7.3 and newer S390 machines. We keep the possibility to disable the topology on these newer machines with the pr

Re: [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

2022-10-19 Thread Cornelia Huck
On Tue, Oct 18 2022, Cédric Le Goater wrote: > On 10/12/22 18:21, Pierre Morel wrote: >> S390 CPU topology is only allowed for s390-virtio-ccw-7.3 and >> newer S390 machines. >> We keep the possibility to disable the topology on these newer >> machines with the property topology-disable. >> >> S

Re: [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

2022-10-18 Thread Cédric Le Goater
On 10/12/22 18:21, Pierre Morel wrote: S390 CPU topology is only allowed for s390-virtio-ccw-7.3 and newer S390 machines. We keep the possibility to disable the topology on these newer machines with the property topology-disable. Isn't 'topology' enough for the property ? I don't think the '-di

Re: [PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

2022-10-18 Thread Cédric Le Goater
On 10/12/22 18:21, Pierre Morel wrote: S390 CPU topology is only allowed for s390-virtio-ccw-7.3 and newer S390 machines. We keep the possibility to disable the topology on these newer machines with the property topology-disable. Signed-off-by: Pierre Morel --- include/hw/boards.h

[PATCH v10 6/9] s390x/cpu topology: add topology-disable machine property

2022-10-12 Thread Pierre Morel
S390 CPU topology is only allowed for s390-virtio-ccw-7.3 and newer S390 machines. We keep the possibility to disable the topology on these newer machines with the property topology-disable. Signed-off-by: Pierre Morel --- include/hw/boards.h| 3 ++ include/hw/s390x/cpu-topology