[PATCH] news: document bhyve changes for 12.1.0

Roman Bogorodskiy posted 1 patch 3 days, 15 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260227095508.37701-1-bogorodskiy@gmail.com
NEWS.rst | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
[PATCH] news: document bhyve changes for 12.1.0
Posted by Roman Bogorodskiy 3 days, 15 hours ago
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
---
 NEWS.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 71f1f21472..92f6d07e04 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -41,8 +41,25 @@ v12.1.0 (unreleased)
     the `guest firmware configuration <formatdomain.html#guest-firmware>`__
     section of the documentation.
 
+  * bhyve: Add support for vCPU pinning configuration
+
+    Bhyve guests can now have vCPU pinning configured::
+
+     <cputune>
+       <vcpupin vcpu="0" cpuset="1,2,3"/>
+     </cputune>
+
+    Additionally, the ``domainGetVcpuPinInfo`` API is implemented for
+    querying vCPU pinning information.
+
 * **Improvements**
 
+  * bhyve: improve loader configuration for arm64 guests
+
+    If loader is not explicitly configured, use the loader
+    from the ``sysutils/u-boot-bhyve-arm64`` port/package for the
+    arm64 guests.
+
 * **Bug fixes**
 
 
-- 
2.52.0
Re: [PATCH] news: document bhyve changes for 12.1.0
Posted by Michal Prívozník via Devel 3 days, 12 hours ago
On 2/27/26 10:55, Roman Bogorodskiy wrote:
> Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
> ---
>  NEWS.rst | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Michal