From 21e3cf978beaf84e9c6252bbae837da3a05b50e4 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Fri, 11 Apr 2025 20:43:58 +0200 Subject: [PATCH] NEWS: bhyve: document new features Document the virtio random number generator device support and support. Signed-off-by: Roman Bogorodskiy Reviewed-by: Michal Privoznik --- NEWS.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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** -- 2.47.3