Skip to content

Commit

Permalink
Merge pull request #632 from nestoracunablanco/fix/fedoraDisableSmm
Browse files Browse the repository at this point in the history
fix: disable SMM on Fedora for s390x architecture
  • Loading branch information
kubevirt-bot authored Nov 6, 2024
2 parents 3759a79 + 13f265e commit 6334890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fedora.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ objects:
spec:
architecture: "{{ 'amd64' if ansible_architecture == 'x86_64' else ansible_architecture }}"
domain:
{% if ansible_architecture != 's390x' %}
features:
smm:
enabled: true
{% if ansible_architecture != 's390x' %}
firmware:
bootloader:
efi: {}
Expand Down

0 comments on commit 6334890

Please sign in to comment.