Skip to content

Commit

Permalink
[dist] added "bios useserial" to VM templates
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed May 16, 2024
1 parent de85131 commit 1d5595b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/templates/default-vm.tt2.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<os>
<type arch='aarch64' machine='virt-5.1'>hvm</type>
<loader readonly='yes' type='pflash'>/usr/share/qemu/aavmf-aarch64-code.bin</loader>
<bios useserial='yes'/>
</os>
<features>
<acpi/>
Expand Down
1 change: 1 addition & 0 deletions etc/templates/default-vm.tt2.i686
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</cpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<bios useserial='yes'/>
</os>
<features>
<acpi/>
Expand Down
1 change: 1 addition & 0 deletions etc/templates/default-vm.tt2.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</cpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<bios useserial='yes'/>
</os>
<features>
<acpi/>
Expand Down
1 change: 1 addition & 0 deletions etc/templates/vm-x86_64-uefi-tpm2.0.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
</firmware>
<loader readonly='yes' secure='yes' type='pflash'>/usr/share/qemu/ovmf-x86_64-smm-ms-code.bin</loader>
<nvram template='/usr/share/qemu/ovmf-x86_64-smm-ms-vars.bin'>/var/lib/libvirt/qemu/nvram/[% domain.name %]_VARS.fd</nvram>
<bios useserial='yes'/>
</os>
<features>
<acpi/>
Expand Down
1 change: 1 addition & 0 deletions etc/templates/with-spice.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</cpu>
<os>
<type arch='x86_64' machine='pc'>hvm</type>
<bios useserial='yes'/>
</os>
<features>
<acpi/>
Expand Down

0 comments on commit 1d5595b

Please sign in to comment.