[libvirt] [PATCHv2 2/2] formatdomain: Update <loader/> example to match the rest

Michal Privoznik mprivozn at redhat.com
Fri Sep 12 11:33:26 UTC 2014


At the beginning when I was inventing <loader/> attributes and
<nvram/> I've introduced this @readonly attribute to the loader
element. It accepted values 'on' and 'off'. However, later, during the
review process, that has changed to 'yes' and 'no', but the example
XML snippet wasn't updated, so while the description is correct, the
example isn't.

Reported-by: Laszlo Ersek <lersek at redhat.com>
Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index a2ea758..5081be3 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -102,7 +102,7 @@
   ...
   <os>
     <type>hvm</type>
-    <loader readonly='on' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
+    <loader readonly='yes' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
     <nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/nvram/guest_VARS.fd</nvram>
     <boot dev='hd'/>
     <boot dev='cdrom'/>
-- 
1.8.5.5




More information about the libvir-list mailing list