Skip to content

Commit da56e8c

Browse files
committed
Use serial port for BIOS output
1 parent 87a4d30 commit da56e8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/vm.xml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<os>
77
<type arch='{{ libvirt_vm_arch }}'{% if libvirt_vm_machine is not none %} machine='{{ libvirt_vm_machine }}'{% endif %}>hvm</type>
88
<bootmenu enable='no'/>
9+
<bios useserial='yes'/>
910
</os>
1011
<cpu{% if libvirt_vm_cpu_mode is not none %} mode='{{ libvirt_vm_cpu_mode }}'{% endif %}>
1112
<model fallback='allow'/>

0 commit comments

Comments
 (0)