Hi Thomas, Quoting Thomas Huth (2022-09-20 17:53:28) > On 12/05/2022 11.34, Claudio Imbrenda wrote: > [...] > > diff --git a/s390x/unittests.cfg b/s390x/unittests.cfg > > index 743013b2..256c7169 100644 > > --- a/s390x/unittests.cfg > > +++ b/s390x/unittests.cfg > > @@ -146,3 +146,28 @@ extra_params = -device virtio-net-ccw > > > > [tprot] > > file = tprot.elf > > + > > +[adtl-status-kvm] > > +file = adtl-status.elf > > +smp = 2 > > +accel = kvm > > +extra_params = -cpu host,gs=on,vx=on > > FWIW, on my z13 LPAR, I now see a warning: > > SKIP adtl-status-kvm (qemu-kvm: can't apply global host-s390x-cpu.gs=on: > Feature 'gs' is not available for CPU model 'z13.2', it was introduced with > later models.) > > Could we silence that somehow? instead of a SKIP, what would you expect to see in this case? Or do you mean the message inside the parenthesis? Nico