From 8bcceaa9244fbf89dd1173756dd835c8c0d5af1c Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 2 Jan 2018 15:51:59 +0100 Subject: [PATCH] docs: Fix serial console configuration examples Signed-off-by: Andrea Bolognani --- docs/formatdomain.html.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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>
-- 
GitLab