summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2023-02-14 17:46:11 +0100
committerAndrea Bolognani <abologna@redhat.com>2023-03-03 13:52:37 +0100
commitc85d7e3647bb33baf624bf32ccd253215c1b33df (patch)
tree19d6422a19467dec250d7e692f476648b6b08582 /NEWS.rst
parenta50fb7dadac961f640f7c43a2a7c28b809dc9b97 (diff)
downloadlibvirt-c85d7e3647bb33baf624bf32ccd253215c1b33df.tar.gz
news: Document changes to firmware autoselection
Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index a55e7394a1..1a763f6223 100644
--- 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**