From: Roman Bogorodskiy Date: Fri, 11 Apr 2025 18:43:58 +0000 (+0200) Subject: NEWS: bhyve: document new features X-Git-Tag: v11.3.0-rc1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21e3cf978beaf84e9c6252bbae837da3a05b50e4;p=thirdparty%2Flibvirt.git NEWS: bhyve: document new features Document the virtio random number generator device support and support. Signed-off-by: Roman Bogorodskiy Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 759765dcb6..3c13a84a1b 100644 --- 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:: + + + + + + * bhyve: Support ```` + + At the moment it doesn't provide any new features compared to + ````, but allows a more flexible configuration. + * **Improvements** * **Bug fixes**