Re: [PATCH v11 09/11] s390x/cpu topology: add topology machine property

2022-11-16 Thread Pierre Morel
On 11/15/22 14:48, Cédric Le Goater wrote: On 11/3/22 18:01, Pierre Morel wrote: We keep the possibility to switch on/off the topology on newer machines with the property topology=[on|off]. The code has changed. You will need to rebase. May be after the 8.0 machine is introduced, or include

Re: [PATCH v11 09/11] s390x/cpu topology: add topology machine property

2022-11-15 Thread Cédric Le Goater
On 11/3/22 18:01, Pierre Morel wrote: We keep the possibility to switch on/off the topology on newer machines with the property topology=[on|off]. The code has changed. You will need to rebase. May be after the 8.0 machine is introduced, or include Cornelia's patch in the respin. https://lore.

Re: [PATCH v11 09/11] s390x/cpu topology: add topology machine property

2022-11-04 Thread Pierre Morel
On 11/3/22 18:20, Cornelia Huck wrote: On Thu, Nov 03 2022, Pierre Morel wrote: We keep the possibility to switch on/off the topology on newer machines with the property topology=[on|off]. Signed-off-by: Pierre Morel --- include/hw/boards.h| 3 +++ include/hw/s390x/cpu

Re: [PATCH v11 09/11] s390x/cpu topology: add topology machine property

2022-11-03 Thread Cornelia Huck
On Thu, Nov 03 2022, Pierre Morel wrote: > We keep the possibility to switch on/off the topology on newer > machines with the property topology=[on|off]. > > Signed-off-by: Pierre Morel > --- > include/hw/boards.h| 3 +++ > include/hw/s390x/cpu-topology.h| 8 +++- > in

[PATCH v11 09/11] s390x/cpu topology: add topology machine property

2022-11-03 Thread Pierre Morel
We keep the possibility to switch on/off the topology on newer machines with the property topology=[on|off]. Signed-off-by: Pierre Morel --- include/hw/boards.h| 3 +++ include/hw/s390x/cpu-topology.h| 8 +++- include/hw/s390x/s390-virtio-ccw.h | 1 + hw/core/machine.c