From: Cornelia Huck Date: Thu, 16 Jul 2020 14:50:31 +0000 (+0200) Subject: docs/s390x: fix vfio-ccw type X-Git-Tag: v5.1.0-rc1~15^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9ece07d7a3941eeb845a6f000a191bba19557231;p=users%2Fdwmw2%2Fqemu.git docs/s390x: fix vfio-ccw type Fix the type name in the mdevctl example. Signed-off-by: Cornelia Huck Reviewed-by: Eric Farman Message-Id: <20200716145031.771476-1-cohuck@redhat.com> --- diff --git a/docs/system/s390x/vfio-ccw.rst b/docs/system/s390x/vfio-ccw.rst index 8f65442c0f..41e0bad5b4 100644 --- a/docs/system/s390x/vfio-ccw.rst +++ b/docs/system/s390x/vfio-ccw.rst @@ -29,7 +29,7 @@ automatically, use [root@host ~]# driverctl -b css set-override 0.0.0313 vfio_ccw [root@host ~]# mdevctl define -u 7e270a25-e163-4922-af60-757fc8ed48c6 \ - -p 0.0.0313 -t vfio-ccw_io -a + -p 0.0.0313 -t vfio_ccw-io -a If using ``mdevctl`` is not possible or wanted, follow the manual procedure below.