[PATCH] NEWS: document bhyve changes for the release

Roman Bogorodskiy posted 1 patch 1 week, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250827075211.6599-1-bogorodskiy@gmail.com
NEWS.rst | 15 +++++++++++++++
1 file changed, 15 insertions(+)
[PATCH] NEWS: document bhyve changes for the release
Posted by Roman Bogorodskiy 1 week, 3 days ago
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
---
 NEWS.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index e6a74ad699..06cbd8d6c5 100644
--- 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**
 
 
-- 
2.51.0
Re: [PATCH] NEWS: document bhyve changes for the release
Posted by Jiri Denemark via Devel 1 week, 3 days ago
On Wed, Aug 27, 2025 at 09:52:11 +0200, Roman Bogorodskiy wrote:
> Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
> ---
>  NEWS.rst | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>