]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document changes to firmware autoselection
authorAndrea Bolognani <abologna@redhat.com>
Tue, 14 Feb 2023 16:46:11 +0000 (17:46 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 3 Mar 2023 12:52:37 +0000 (13:52 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index a55e7394a1365e2f7a697573f7d2bf61ab3a439e..1a763f62236ba2fe1d4d918113cfd2e1b63084c1 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -19,6 +19,16 @@ v9.2.0 (unreleased)
 
 * **Improvements**
 
+  * qemu: Make firmware selection persistent
+
+    Up until now, firmware autoselection has been performed at domain startup
+    time: as a result, changes to the JSON firmware descriptors present on the
+    system could have translated to a different firmware being chosen for
+    subsequent startups of the same domain, potentially rendering it unbootable
+    or lowering the security guarantees. Firmware selection now happens once,
+    when the domain is defined, and its results are stored in the domain XML
+    to be reused, unchanged, for all subsequent boots.
+
 * **Bug fixes**