Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-11-08 Thread Pierre Morel
On 11/7/22 19:04, Janis Schoetterl-Glausch wrote: On Fri, 2022-10-28 at 11:30 +0200, Pierre Morel wrote: On 10/27/22 22:20, Janis Schoetterl-Glausch wrote: On Wed, 2022-10-26 at 10:34 +0200, Pierre Morel wrote: On 10/25/22 21:58, Janis Schoetterl-Glausch wrote: On Wed, 2022-10-12 at

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-11-07 Thread Janis Schoetterl-Glausch
On Fri, 2022-10-28 at 11:30 +0200, Pierre Morel wrote: > > On 10/27/22 22:20, Janis Schoetterl-Glausch wrote: > > On Wed, 2022-10-26 at 10:34 +0200, Pierre Morel wrote: > > > > > > On 10/25/22 21:58, Janis Schoetterl-Glausch wrote: > > > > On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: >

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-28 Thread Pierre Morel
On 10/27/22 22:20, Janis Schoetterl-Glausch wrote: On Wed, 2022-10-26 at 10:34 +0200, Pierre Morel wrote: On 10/25/22 21:58, Janis Schoetterl-Glausch wrote: On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: In the S390x CPU topology the core_id specifies the CPU address and the

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-27 Thread Janis Schoetterl-Glausch
On Wed, 2022-10-26 at 10:34 +0200, Pierre Morel wrote: > > On 10/25/22 21:58, Janis Schoetterl-Glausch wrote: > > On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: > > > In the S390x CPU topology the core_id specifies the CPU address > > > and the position of the core withing the topology. >

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-27 Thread Janis Schoetterl-Glausch
On Thu, 2022-10-27 at 10:05 +0200, Thomas Huth wrote: > On 24/10/2022 21.25, Janis Schoetterl-Glausch wrote: > > On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: > > > In the S390x CPU topology the core_id specifies the CPU address > > > and the position of the core withing the topology. > >

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-27 Thread Thomas Huth
On 24/10/2022 21.25, Janis Schoetterl-Glausch wrote: On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: In the S390x CPU topology the core_id specifies the CPU address and the position of the core withing the topology. Let's build the topology based on the core_id. s390x/cpu topology:

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-26 Thread Pierre Morel
On 10/25/22 21:58, Janis Schoetterl-Glausch wrote: On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: In the S390x CPU topology the core_id specifies the CPU address and the position of the core withing the topology. Let's build the topology based on the core_id. s390x/cpu topology:

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-25 Thread Janis Schoetterl-Glausch
On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: > In the S390x CPU topology the core_id specifies the CPU address > and the position of the core withing the topology. > > Let's build the topology based on the core_id. > s390x/cpu topology: core_id sets s390x CPU topology > > In the S390x

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-24 Thread Janis Schoetterl-Glausch
On Wed, 2022-10-19 at 17:39 +0200, Pierre Morel wrote: > > On 10/18/22 18:43, Cédric Le Goater wrote: > > > > [...] > > > Signed-off-by: Pierre Morel > > > --- > > >   include/hw/s390x/cpu-topology.h |  45 +++ > > >   hw/s390x/cpu-topology.c | 132

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-24 Thread Janis Schoetterl-Glausch
On Wed, 2022-10-12 at 18:20 +0200, Pierre Morel wrote: > In the S390x CPU topology the core_id specifies the CPU address > and the position of the core withing the topology. > > Let's build the topology based on the core_id. > s390x/cpu topology: core_id sets s390x CPU topology > > In the S390x

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-24 Thread Cédric Le Goater
On 10/19/22 17:39, Pierre Morel wrote: On 10/18/22 18:43, Cédric Le Goater wrote: Hello Pierre, On 10/12/22 18:20, Pierre Morel wrote: In the S390x CPU topology the core_id specifies the CPU address and the position of the core withing the topology. Let's build the topology based on the

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-19 Thread Janis Schoetterl-Glausch
On Wed, 2022-10-19 at 17:39 +0200, Pierre Morel wrote: > > On 10/18/22 18:43, Cédric Le Goater wrote: [...] > > > > > diff --git a/hw/s390x/cpu-topology.c b/hw/s390x/cpu-topology.c > > > new file mode 100644 > > > index 00..42b22a1831 > > > --- /dev/null > > > +++

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-19 Thread Pierre Morel
On 10/18/22 18:43, Cédric Le Goater wrote: Hello Pierre, On 10/12/22 18:20, Pierre Morel wrote: In the S390x CPU topology the core_id specifies the CPU address and the position of the core withing the topology. Let's build the topology based on the core_id. s390x/cpu topology: core_id sets

Re: [PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-18 Thread Cédric Le Goater
Hello Pierre, On 10/12/22 18:20, Pierre Morel wrote: In the S390x CPU topology the core_id specifies the CPU address and the position of the core withing the topology. Let's build the topology based on the core_id. s390x/cpu topology: core_id sets s390x CPU topology In the S390x CPU topology

[PATCH v10 1/9] s390x/cpu topology: core_id sets s390x CPU topology

2022-10-12 Thread Pierre Morel
In the S390x CPU topology the core_id specifies the CPU address and the position of the core withing the topology. Let's build the topology based on the core_id. s390x/cpu topology: core_id sets s390x CPU topology In the S390x CPU topology the core_id specifies the CPU address and the position