Skip to content

Commit

Permalink
Merge pull request #570 from fossedihelm/use_uefi_windows
Browse files Browse the repository at this point in the history
Adopt UEFI in Windows 2k12, 2k16 and 2k19
  • Loading branch information
kubevirt-bot authored Mar 12, 2024
2 parents 75888b1 + 8df2274 commit 407f2cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/windows2k12.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ objects:
features:
acpi: {}
apic: {}
smm: {}
hyperv:
relaxed: {}
vapic: {}
Expand All @@ -143,6 +144,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand Down
5 changes: 5 additions & 0 deletions templates/windows2k16.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ objects:
features:
acpi: {}
apic: {}
smm: {}
hyperv:
relaxed: {}
vapic: {}
Expand All @@ -142,6 +143,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand Down
5 changes: 5 additions & 0 deletions templates/windows2k19.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ objects:
features:
acpi: {}
apic: {}
smm: {}
hyperv:
relaxed: {}
vapic: {}
Expand All @@ -142,6 +143,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand Down

0 comments on commit 407f2cb

Please sign in to comment.