From: Roman Bogorodskiy Date: Wed, 27 Aug 2025 07:47:28 +0000 (+0200) Subject: NEWS: document bhyve changes for the release X-Git-Tag: v11.7.0-rc2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a82299ac8baf945269410124448b49e9190bac02;p=thirdparty%2Flibvirt.git NEWS: document bhyve changes for the release Signed-off-by: Roman Bogorodskiy Reviewed-by: Jiri Denemark --- 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 ````, NVRAM configuration + is now autofilled. + * **Bug fixes**