File d81ae1f-docs-Fix-missing-slashes-in-the-maxphysaddr-example.patch of Package libvirt.33033
From 0d5c5010e34becd4f248dac1219f9d40a45b7566 Mon Sep 17 00:00:00 2001
From: Lin Ma <lma@suse.com>
Date: Wed, 17 Aug 2022 16:19:42 +0800
Subject: [PATCH 8/9] docs: Fix missing slashes in the maxphysaddr example
Signed-off-by: Lin Ma <lma@suse.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
(cherry picked from commit d81ae1f24405b33c2bcd11dc16469d5d569abe58)
---
docs/formatdomain.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: libvirt-8.0.0/docs/formatdomain.rst
===================================================================
--- libvirt-8.0.0.orig/docs/formatdomain.rst
+++ libvirt-8.0.0/docs/formatdomain.rst
@@ -1263,7 +1263,7 @@ following collection of elements. :since
<vendor>Intel</vendor>
<topology sockets='1' dies='1' cores='2' threads='1'/>
<cache level='3' mode='emulate'/>
- <maxphysaddr mode='emulate' bits='42'>
+ <maxphysaddr mode='emulate' bits='42'/>
<feature policy='disable' name='lahf_lm'/>
</cpu>
...
@@ -1280,7 +1280,7 @@ following collection of elements. :since
<cpu mode='host-passthrough' migratable='off'>
<cache mode='passthrough'/>
- <maxphysaddr mode='passthrough'>
+ <maxphysaddr mode='passthrough'/>
<feature policy='disable' name='lahf_lm'/>
...