git: 83cf9b52e960 - main - RELNOTES: Document some recent vmm changes

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Thu, 19 Feb 2026 17:17:18 UTC
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=83cf9b52e96086f598ed21f0f7830b74f4f4476a

commit 83cf9b52e96086f598ed21f0f7830b74f4f4476a
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-02-19 17:16:59 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-02-19 17:16:59 +0000

    RELNOTES: Document some recent vmm changes
---
 RELNOTES | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 52a2ee77e568..b7a1f8b501a5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,14 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+af099eaa5ec:
+	Users belonging to the new vmm group can now create bhyve VMs.  See the
+	vmm(4) man page for details.
+
+c71354030a2:
+	Users wishing to use bhyve PCI passthrough in jails must create the
+	jail with the allow.vmm_ppt option configured.
+
 4d707825bf62:
 	The pdwait(2) system call was added.  It provides wait(2)-like
 	functionality for a process descriptor (see procdesc(4)).