We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a4d30 commit da56e8cCopy full SHA for da56e8c
templates/vm.xml.j2
@@ -6,6 +6,7 @@
6
<os>
7
<type arch='{{ libvirt_vm_arch }}'{% if libvirt_vm_machine is not none %} machine='{{ libvirt_vm_machine }}'{% endif %}>hvm</type>
8
<bootmenu enable='no'/>
9
+ <bios useserial='yes'/>
10
</os>
11
<cpu{% if libvirt_vm_cpu_mode is not none %} mode='{{ libvirt_vm_cpu_mode }}'{% endif %}>
12
<model fallback='allow'/>
0 commit comments