From: Erik Skultety Date: Fri, 22 May 2020 09:53:59 +0000 (+0200) Subject: docs: drvnodedev: Fix a few closing XML elements in the examples X-Git-Tag: v6.4.0-rc1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23d8b99f3eeb3cee3d8d4970ca08b7034ffae58f;p=thirdparty%2Flibvirt.git docs: drvnodedev: Fix a few closing XML elements in the examples Signed-off-by: Erik Skultety --- diff --git a/docs/drvnodedev.html.in b/docs/drvnodedev.html.in index 71a8a57b0c..a9c86f9fc7 100644 --- a/docs/drvnodedev.html.in +++ b/docs/drvnodedev.html.in @@ -184,7 +184,7 @@ <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </capability> ... -<device> +</device>

MDEV capability

@@ -300,8 +300,8 @@ <capability type='mdev'> <type id='nvidia-11'/> <iommuGroup number='12'/> - <capability/> -<device/> + </capability> +</device>

The support of mediated device's framework in libvirt's node device driver