From 32b52ed838dd393b4249ddcb9d4b17f1deafbc2b Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 12 Jul 2018 10:57:12 +0200 Subject: [PATCH] docs: Rephrase the mediated devices hostdev section a bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently it reads: Refer MDEV to create a mediated device on the host ...even though it resembles English, it's not a proper English. Reviewed-by: Ján Tomko Signed-off-by: Erik Skultety --- docs/formatdomain.html.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 31aa6fb3f4..be4f04d252 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4531,8 +4531,9 @@ determines how the host's vfio driver will expose the device to the guest. Currently, model='vfio-pci' and model='vfio-ccw' (Since 4.4.0) - is supported. Refer MDEV to create - a mediated device on the host. + is supported. MDEV section + provides more information about mediated devices as well as how to + create mediated devices on the host. Since 4.6.0 (QEMU 2.12) an optional display attribute may be used to enable or disable support for an accelerated remote desktop backed by a mediated -- GitLab