From: Roman Bogorodskiy Date: Sun, 26 Apr 2026 11:20:08 +0000 (+0200) Subject: NEWS: document new bhyve features for 12.3.0 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Flibvirt.git NEWS: document new bhyve features for 12.3.0 Signed-off-by: Roman Bogorodskiy Reviewed-by: Peter Krempa --- diff --git a/NEWS.rst b/NEWS.rst index 478cc6e925..56e344776b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,28 @@ v12.3.0 (unreleased) * **New features** + * bhyve: Add blkiotune support + + The bhyve driver now supports guest I/O throttling configuration:: + + + + * + 20000 + 20000 + 10000 + 10000 + + + + It uses the ``rctl(4)`` framework to apply these limits. + + * bhyve: Implement ``virDomainInterfaceAddresses()`` and ``virDomainGetHostname()`` + + The bhyve driver now implements APIs allowing to fetch address of + VM's interfaces (accessible via ``virsh domifaddr``) and the hostname + of the VM (``virsh domhostname``). + * **Improvements** * **Bug fixes**