forked from pool/libvirt
Accepting request 747457 from home:jfehlig:branches:Virtualization
- Enable automatic firmware seletction and add the new smm flavor to the build-time firmware list jsc#SLE-6997 OBS-URL: https://build.opensuse.org/request/show/747457 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=781
This commit is contained in:
parent
9c7535d575
commit
14a0b75e7d
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 23:32:43 UTC 2019 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
- Enable automatic firmware seletction and add the new smm
|
||||||
|
flavor to the build-time firmware list
|
||||||
|
jsc#SLE-6997
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 6 14:55:39 UTC 2019 - James Fehlig <jfehlig@suse.com>
|
Wed Nov 6 14:55:39 UTC 2019 - James Fehlig <jfehlig@suse.com>
|
||||||
|
|
||||||
|
@ -1012,7 +1012,8 @@ libvirt plugin for NSS for translating domain names into IP addresses.
|
|||||||
# used by default for new VM installations. The 2MB images are still
|
# used by default for new VM installations. The 2MB images are still
|
||||||
# available for existing VMs, and can be selected for new installations
|
# available for existing VMs, and can be selected for new installations
|
||||||
# as well.
|
# as well.
|
||||||
LOADERS="/usr/share/qemu/ovmf-x86_64-ms-4m-code.bin:/usr/share/qemu/ovmf-x86_64-ms-4m-vars.bin"
|
LOADERS="/usr/share/qemu/ovmf-x86_64-smm-ms-code.bin:/usr/share/qemu/ovmf-x86_64-smm-ms-vars.bin"
|
||||||
|
LOADERS="$LOADERS:/usr/share/qemu/ovmf-x86_64-ms-4m-code.bin:/usr/share/qemu/ovmf-x86_64-ms-4m-vars.bin"
|
||||||
LOADERS="$LOADERS:/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin"
|
LOADERS="$LOADERS:/usr/share/qemu/ovmf-x86_64-ms-code.bin:/usr/share/qemu/ovmf-x86_64-ms-vars.bin"
|
||||||
# aarch64 UEFI firmwares
|
# aarch64 UEFI firmwares
|
||||||
LOADERS="$LOADERS:/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
LOADERS="$LOADERS:/usr/share/qemu/aavmf-aarch64-code.bin:/usr/share/qemu/aavmf-aarch64-vars.bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user