Re: [PATCH v7 06/13] s390x: topology: Adding books to STSI

2022-05-25 Thread Pierre Morel
On 5/24/22 13:07, Thomas Huth wrote: On 20/04/2022 13.57, Pierre Morel wrote: Let's add STSI support for the container level 3, books, and provide the information back to the guest. Signed-off-by: Pierre Morel --- ... +static char *drawer_bus_get_dev_path(DeviceState *dev) +{ +    S390Top

Re: [PATCH v7 06/13] s390x: topology: Adding books to STSI

2022-05-24 Thread Thomas Huth
On 20/04/2022 13.57, Pierre Morel wrote: Let's add STSI support for the container level 3, books, and provide the information back to the guest. Signed-off-by: Pierre Morel --- ... +static char *drawer_bus_get_dev_path(DeviceState *dev) +{ +S390TopologyDrawer *drawer = S390_TOPOLOGY_DRAWE

[PATCH v7 06/13] s390x: topology: Adding books to STSI

2022-04-20 Thread Pierre Morel
Let's add STSI support for the container level 3, books, and provide the information back to the guest. Signed-off-by: Pierre Morel --- hw/s390x/cpu-topology.c | 147 +--- include/hw/s390x/cpu-topology.h | 20 - include/hw/s390x/sclp.h | 1 + ta