Re: [PATCH v9 05/10] s390x/cpu: reporting drawers and books topology to the guest

2022-09-28 Thread Pierre Morel
On 9/7/22 12:36, Janis Schoetterl-Glausch wrote: On Fri, 2022-09-02 at 09:55 +0200, Pierre Morel wrote: The guest can ask for a topology report on drawer's or book's level. Let's implement the STSI instruction's handling for the corresponding selector values. Signed-off-by: Pierre Morel

Re: [PATCH v9 05/10] s390x/cpu: reporting drawers and books topology to the guest

2022-09-07 Thread Janis Schoetterl-Glausch
On Fri, 2022-09-02 at 09:55 +0200, Pierre Morel wrote: > The guest can ask for a topology report on drawer's or book's > level. > Let's implement the STSI instruction's handling for the corresponding > selector values. > > Signed-off-by: Pierre Morel > --- > hw/s390x/cpu-topology.c | 19

[PATCH v9 05/10] s390x/cpu: reporting drawers and books topology to the guest

2022-09-02 Thread Pierre Morel
The guest can ask for a topology report on drawer's or book's level. Let's implement the STSI instruction's handling for the corresponding selector values. Signed-off-by: Pierre Morel --- hw/s390x/cpu-topology.c | 19 +++--- hw/s390x/s390-virtio-ccw.c | 2 ++