From 23d8b99f3eeb3cee3d8d4970ca08b7034ffae58f Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Fri, 22 May 2020 11:53:59 +0200 Subject: [PATCH] docs: drvnodedev: Fix a few closing XML elements in the examples Signed-off-by: Erik Skultety --- docs/drvnodedev.html.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- GitLab