render / rpms / libvirt

Forked from rpms/libvirt 9 months ago
Clone
99cbc7
From 2cde7a2663e01123a88c5c6436a41e88d8a1f5c5 Mon Sep 17 00:00:00 2001
99cbc7
Message-Id: <2cde7a2663e01123a88c5c6436a41e88d8a1f5c5@dist-git>
99cbc7
From: Erik Skultety <eskultet@redhat.com>
99cbc7
Date: Thu, 19 Jul 2018 15:04:04 +0200
99cbc7
Subject: [PATCH] docs: Rephrase the mediated devices hostdev section a bit
99cbc7
MIME-Version: 1.0
99cbc7
Content-Type: text/plain; charset=UTF-8
99cbc7
Content-Transfer-Encoding: 8bit
99cbc7
99cbc7
Currently it reads:
99cbc7
Refer MDEV to create a mediated device on the host
99cbc7
99cbc7
...even though it resembles English, it's not a proper English.
99cbc7
99cbc7
Reviewed-by: Ján Tomko <jtomko@redhat.com>
99cbc7
Signed-off-by: Erik Skultety <eskultet@redhat.com>
99cbc7
(cherry picked from commit 32b52ed838dd393b4249ddcb9d4b17f1deafbc2b)
99cbc7
99cbc7
https://bugzilla.redhat.com/show_bug.cgi?id=1475770
99cbc7
Signed-off-by: Erik Skultety <eskultet@redhat.com>
99cbc7
Reviewed-by: Ján Tomko <jtomko@redhat.com>
99cbc7
---
99cbc7
 docs/formatdomain.html.in | 5 +++--
99cbc7
 1 file changed, 3 insertions(+), 2 deletions(-)
99cbc7
99cbc7
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
99cbc7
index 3554c3dc30..0e8f0a125f 100644
99cbc7
--- a/docs/formatdomain.html.in
99cbc7
+++ b/docs/formatdomain.html.in
99cbc7
@@ -4509,8 +4509,9 @@
99cbc7
           determines how the host's vfio driver will expose the device to the
99cbc7
           guest. Currently, model='vfio-pci' and
99cbc7
           model='vfio-ccw' (Since 4.4.0)
99cbc7
-          is supported. Refer MDEV to create
99cbc7
-          a mediated device on the host.
99cbc7
+          is supported. MDEV section
99cbc7
+          provides more information about mediated devices as well as how to
99cbc7
+          create mediated devices on the host.
99cbc7
           Since 4.6.0 (QEMU 2.12) an optional
99cbc7
           display attribute may be used to enable or disable
99cbc7
           support for an accelerated remote desktop backed by a mediated
99cbc7
-- 
99cbc7
2.18.0
99cbc7