Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-07 Thread Pierre Morel
On 12/7/22 12:38, Janis Schoetterl-Glausch wrote: * On Wed, 2022-12-07 at 11:00 +0100, Pierre Morel wrote: On 12/6/22 22:06, Janis Schoetterl-Glausch wrote: On Tue, 2022-12-06 at 15:35 +0100, Pierre Morel wrote: On 12/6/22 14:35, Janis Schoetterl-Glausch wrote: On Tue, 2022-12-06 at 11

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-07 Thread Janis Schoetterl-Glausch
* On Wed, 2022-12-07 at 11:00 +0100, Pierre Morel wrote: > > On 12/6/22 22:06, Janis Schoetterl-Glausch wrote: > > On Tue, 2022-12-06 at 15:35 +0100, Pierre Morel wrote: > > > > > > On 12/6/22 14:35, Janis Schoetterl-Glausch wrote: > > > > On Tue, 2022-12-06 at 11:32 +0100, Pierre Morel wrote: >

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-07 Thread Pierre Morel
On 12/6/22 22:06, Janis Schoetterl-Glausch wrote: On Tue, 2022-12-06 at 15:35 +0100, Pierre Morel wrote: On 12/6/22 14:35, Janis Schoetterl-Glausch wrote: On Tue, 2022-12-06 at 11:32 +0100, Pierre Morel wrote: On 12/6/22 10:31, Janis Schoetterl-Glausch wrote: On Tue, 2022-11-29 at 18:42

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-06 Thread Janis Schoetterl-Glausch
On Tue, 2022-12-06 at 15:35 +0100, Pierre Morel wrote: > > On 12/6/22 14:35, Janis Schoetterl-Glausch wrote: > > On Tue, 2022-12-06 at 11:32 +0100, Pierre Morel wrote: > > > > > > On 12/6/22 10:31, Janis Schoetterl-Glausch wrote: > > > > On Tue, 2022-11-29 at 18:42 +0100, Pierre Morel wrote: > >

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-06 Thread Pierre Morel
On 12/6/22 14:35, Janis Schoetterl-Glausch wrote: On Tue, 2022-12-06 at 11:32 +0100, Pierre Morel wrote: On 12/6/22 10:31, Janis Schoetterl-Glausch wrote: On Tue, 2022-11-29 at 18:42 +0100, Pierre Morel wrote: We will need a Topology device to transfer the topology during migration and to

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-06 Thread Janis Schoetterl-Glausch
On Tue, 2022-12-06 at 11:32 +0100, Pierre Morel wrote: > > On 12/6/22 10:31, Janis Schoetterl-Glausch wrote: > > On Tue, 2022-11-29 at 18:42 +0100, Pierre Morel wrote: > > > We will need a Topology device to transfer the topology > > > during migration and to implement machine reset. > > > > > >

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-06 Thread Pierre Morel
On 12/6/22 10:31, Janis Schoetterl-Glausch wrote: On Tue, 2022-11-29 at 18:42 +0100, Pierre Morel wrote: We will need a Topology device to transfer the topology during migration and to implement machine reset. The device creation is fenced by s390_has_topology(). Signed-off-by: Pierre Morel

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-06 Thread Janis Schoetterl-Glausch
On Tue, 2022-11-29 at 18:42 +0100, Pierre Morel wrote: > We will need a Topology device to transfer the topology > during migration and to implement machine reset. > > The device creation is fenced by s390_has_topology(). > > Signed-off-by: Pierre Morel > --- > include/hw/s390x/cpu-topology.h

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-01 Thread Pierre Morel
On 12/1/22 10:08, Thomas Huth wrote: On 29/11/2022 18.42, Pierre Morel wrote: We will need a Topology device to transfer the topology during migration and to implement machine reset. The device creation is fenced by s390_has_topology(). Signed-off-by: Pierre Morel --- ... diff --git a/hw

Re: [PATCH v12 1/7] s390x/cpu topology: Creating CPU topology device

2022-12-01 Thread Thomas Huth
On 29/11/2022 18.42, Pierre Morel wrote: We will need a Topology device to transfer the topology during migration and to implement machine reset. The device creation is fenced by s390_has_topology(). Signed-off-by: Pierre Morel --- ... diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-