]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: document bhyve changes for the release
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Wed, 27 Aug 2025 07:47:28 +0000 (09:47 +0200)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Wed, 27 Aug 2025 11:42:26 +0000 (13:42 +0200)
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index e6a74ad6995163c04cd52d4bf35bdc6eb2c4fe06..06cbd8d6c5c10a5c7f45edcff72480e129ed7e0c 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -22,8 +22,23 @@ v11.7.0 (unreleased)
     Users can now configure the verbosity of Cloud Hypervisor by setting
     the "log_level" option in ch.conf
 
+  * bhyve: experimental NAT networking support
+
+    The bhyve driver now has experimental NAT networking support
+    using the Packet Filter (pf) firewall.
+
+  * bhyve: domain statistics reporting
+
+    The bhyve driver now supports querying domain block, interface,
+    and memory statistics. Not all statistics fields are supported though.
+
 * **Improvements**
 
+  * bhyve: improve 'efi' configuration autofill
+
+    When a domain is configured with ``<os firmware='efi'/>``, NVRAM configuration
+    is now autofilled.
+
 * **Bug fixes**