Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Dec 2025 14:55:08 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 12292b4c98 - main - releases/15.0R/relnotes: Add some bhyve features
Message-ID:  <692dac4c.2ccc8.6cfce6d2@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/doc/commit/?id=12292b4c984e0dd08e7ce0f8d754d3b83ab5d38d

commit 12292b4c984e0dd08e7ce0f8d754d3b83ab5d38d
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2025-12-01 14:54:05 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2025-12-01 14:55:02 +0000

    releases/15.0R/relnotes: Add some bhyve features
---
 website/content/en/releases/15.0R/relnotes.adoc | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index 64f18f1b4c..dd837e4e26 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -1349,6 +1349,25 @@ Please see link:https://www.freebsd.org/releases/{localRel}R/hardware[the list o
 [[hardware-virtualization]]
 === Virtualization Support
 
+man:bhyve[8] and man:vmm[4] now support the arm64 and riscv platforms.
+The `sysutils/u-boot-bhyve-arm64` and `sysutils/u-boot-bhyve-riscv` ports provide boot loaders for use on these platforms.
+gitref:47e073941f4e[repository=src]
+gitref:d3916eace506[repository=src]
+{{< sponsored "Arm Ltd" >}}
+{{< sponsored "Innovate UK" >}}
+{{< sponsored "The FreeBSD Foundation" >}}
+{{< sponsored "University Politehnica of Bucharest" >}}
+
+man:bhyve[4] now supports a "slirp" networking backend, which enables unprivileged user networking.
+Currently only inbound connections to the guest are supported, outbound connections from the guest are not.
+This feature requires the `net/libslirp` port.
+gitref:c5359e2af5ab[repository=src] {{< sponsored "Innovate UK" >}}
+
+man:bhyve[4] now may configure a NUMA topology for guest memory.
+Furthermore, it is possible to define a man:domainset[9] policy for each guest NUMA domain, wherein the host memory used to back the guest physical memory of each guest NUMA domain can be specified, akin to man:cpuset[1]'s `-n` option.
+This is supported only for amd64 guests for now.
+gitref:f1d705d4f431[repository=src]
+
 The NVMM hypervisor is now detected.
 gitref:34f40baca641[repository=src]
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692dac4c.2ccc8.6cfce6d2>