On Wed, Jul 14 2021, Pierre Morel <pmo...@linux.ibm.com> wrote: > The maximum nested topology entries is used by the guest to know > how many nested topology are available on the machine. > > As we now implemented drawers and books above sockets and core > we can set the maximum nested topology reported by SCLP to 4.
Does that work with tcg as well? (Have not yet really looked at the patches above.) > > Signed-off-by: Pierre Morel <pmo...@linux.ibm.com> > --- > hw/s390x/sclp.c | 1 + > include/hw/s390x/sclp.h | 4 +++- > target/s390x/kvm/kvm.c | 1 - > 3 files changed, 4 insertions(+), 2 deletions(-)