git: 0b908de1d01a - main - CODEOWNERS: Better reflect current #bhyve
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jan 2026 00:55:34 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=0b908de1d01aa32daf71e8d691d79e490178097c
commit 0b908de1d01aa32daf71e8d691d79e490178097c
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2026-01-12 00:46:53 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-01-12 00:55:15 +0000
CODEOWNERS: Better reflect current #bhyve
So as a proof of concept, sync the info we have with the #bhyve
phabricator group. This is imperfect, but will help test out providing
better feedback to diff submitters.
Sponsored by: Netflix
---
.github/CODEOWNERS | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 63d8e9869c1c..4bd600ad447b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -57,7 +57,7 @@
/lib/libpam/ @dag-erling
/lib/libsecureboot/ @stephane-rochoy-stormshield
/lib/libveriexec/ @stephane-rochoy-stormshield
-/lib/libvmmapi @bsdjhb @grehan-freebsd
+/lib/libvmmapi @bsdjhb @bryanv @markjdb @khng300 @markpeek
/libexec/nuageinit/ @bapt
/libexec/rc/rc.d/rctl/ @trasz
/sbin/ipf @cschuber
@@ -70,7 +70,7 @@
/stand/lua @kevans91
/stand/veriexec.mk @stephane-rochoy-stormshield
/sys/amd64/pci @bsdimp @bsdjhb
-/sys/amd64/vmm/ @bsdjhb @grehan-freebsd
+/sys/amd64/vmm/ @bsdjhb @bryanv @markjdb @khng300 @markpeek
/sys/arm/allwinner @evadot
/sys/arm64/arm64 @zxombie
/sys/arm64/include @zxombie
@@ -116,7 +116,7 @@
/usr.bin/rctl/ @trasz
/usr.bin/top @grimreaper
/usr.sbin/autofs/ @trasz
-/usr.sbin/bhyve @bsdjhb @grehan-freebsd
-/usr.sbin/bhyvectl @bsdjhb @grehan-freebsd
-/usr.sbin/bhyveload @bsdjhb @grehan-freebsd
+/usr.sbin/bhyve @bsdjhb @bryanv @markjdb @khng300 @markpeek
+/usr.sbin/bhyvectl @bsdjhb @bryanv @markjdb @khng300 @markpeek
+/usr.sbin/bhyveload @bsdjhb @bryanv @markjdb @khng300 @markpeek
/usr.sbin/lpr @gbergling