]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: bhyve: document new features
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Fri, 11 Apr 2025 18:43:58 +0000 (20:43 +0200)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 15 Apr 2025 09:27:56 +0000 (11:27 +0200)
Document the virtio random number generator device support
and <interface type='network'> support.

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 759765dcb6ac5afbddcaba417cc2485158904c36..3c13a84a1b093f4aec1b9740d9dfc8863a439e83 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -24,6 +24,20 @@ v11.3.0 (unreleased)
     The following flags are now configurable for Xen: ``vapic``, ``synic``,
     ``stimer``, ``frequencies``, ``tlbflush`` and ``ipi``.
 
+  * bhyve: Support virtio random number generator devices
+
+    Domain XMLs can now include virtio random number generator devices.
+    They are configured with::
+
+     <rng model='virtio'>
+       <backend model='random'/>
+     </rng>
+
+  * bhyve: Support ``<interface type='network'>``
+
+    At the moment it doesn't provide any new features compared to
+    ``<interface type='bridge'>``, but allows a more flexible configuration.
+
 * **Improvements**
 
 * **Bug fixes**