From: Andrea Bolognani Date: Tue, 2 Jan 2018 14:51:59 +0000 (+0100) Subject: docs: Fix serial console configuration examples X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8bcceaa9244fbf89dd1173756dd835c8c0d5af1c;p=libvirt.git docs: Fix serial console configuration examples Signed-off-by: Andrea Bolognani --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 01db83e608..d272cc1ba6 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -6603,6 +6603,7 @@ qemu-kvm -net nic,model=? /dev/null
 ...
+<devices>
   <!-- KVM virtio console -->
   <console type='pty'>
     <source path='/dev/pts/5'/>
@@ -6694,7 +6695,7 @@ qemu-kvm -net nic,model=? /dev/null
 
 
 ...
-</devices>
+<devices>
   <console type='pty'>
     <target type='serial'/>
   </console>
@@ -6719,21 +6720,21 @@ qemu-kvm -net nic,model=? /dev/null
 
 
 ...
-</devices>
+<devices>
   <serial type='pty'/>
 </devices>
 ...
 ...
-</devices>
+<devices>
   <console type='pty'/>
 </devices>
 ...
 ...
-</devices>
+<devices>
   <serial type='pty'/>
   <console type='pty'/>
 </devices>