]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Document -fw_cfg
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 4 Jun 2020 18:24:40 +0000 (20:24 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 10 Jun 2020 12:00:38 +0000 (14:00 +0200)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
NEWS.rst

index d7c4473dcb051ae33a5dad928977410f039c58e2..a16903c7c35a50ea51174f1be8ac43952ba5442e 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -13,6 +13,14 @@ v6.5.0 (unreleased)
 
 * **New features**
 
+  * Allow firmware blobs configuration
+
+    QEMU offers a way to tweak how firmware configures itself
+    and/or provide new configuration blobs. New ``<sysinfo/>``
+    type is introduced that will hold these new blobs.
+    It's possible to either specify new value as a string or
+    provide a filename which contents then serve as the value.
+
 * **Improvements**
 
 * **Bug fixes**