render / rpms / libvirt

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