[libvirt] [PATCH] qemu.conf: Make nvram list obsolete

Michal Privoznik mprivozn at redhat.com
Thu Apr 18 12:22:46 UTC 2019


Now that libvirt has firmware auto selection feature the nvram
config knob is more or less obsolete. It still makes sense in
cases where distro users are using does not provide FW descriptor
files, therefore I'm not removing it.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 src/qemu/qemu.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/qemu/qemu.conf b/src/qemu/qemu.conf
index 334b4cd4ee..ecde8f0181 100644
--- a/src/qemu/qemu.conf
+++ b/src/qemu/qemu.conf
@@ -740,6 +740,8 @@
 
 # Location of master nvram file
 #
+# This is now obsoleted by firmware auto selection feature.
+# Prefer that before this.
 # When a domain is configured to use UEFI instead of standard
 # BIOS it may use a separate storage for UEFI variables. If
 # that's the case libvirt creates the variable store per domain
-- 
2.21.0




More information about the libvir-list mailing list