On 01.12.2017 15:31, Halil Pasic wrote: > With the cssids unrestricted (commit <COMMIT HERE> "s390x/css: unrestrict > cssids") the s390-squash-mcss machine property should not be used. > Actually libvirt never supported this, so the expectation is that > removing it should be pretty painless. But let's play nice and deprecate > it first. > > Signed-off-by: Halil Pasic <pa...@linux.vnet.ibm.com> > --- [...] > diff --git a/qemu-doc.texi b/qemu-doc.texi > index db2351c746..874432d87c 100644 > --- a/qemu-doc.texi > +++ b/qemu-doc.texi > @@ -2501,6 +2501,14 @@ enabled via the ``-machine usb=on'' argument. > > The ``-nodefconfig`` argument is a synonym for ``-no-user-config``. > > +@subsection -machine virtio-ccw,s390-squash-mcss=on|off (since 2.12.0)
The machine is called "s390-ccw-virtio", not "virtio-ccw". Anyway, I think you could also rather omit the machine name here (since it is the default) and just write "-machine s390-squash-mcss=on|off". Thomas