aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorWarner Losh <imp@bsdimp.com>2021-03-08 15:40:23 -0700
committerThomas Huth <thuth@redhat.com>2021-03-09 11:26:32 +0100
commit65a9d3807e9a0ffd9f9719416a07be41b6f39e94 (patch)
tree42849378606da584f2c653855d8f86845398f0fb /MAINTAINERS
parent2cc1a90166b5baa7ae9d00baf7099254e1353485 (diff)
bsd-user: Add new maintainers
The FreeBSD project has a number of enhancements to bsd-user. These changes have evolved over the past 10 year, and aren't currently updated to the latest version of qemu due to fluxuations in staffing causing us to fall behind in the past. We're working on porting all the changes forward and contributing all the changes back to qemu. Add myself as maintainer and Kyle Evans as a reviewer for changes. In addition, add a pointer to our github repo in the interim while this work is ongoing. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210308224023.75187-1-imp@bsdimp.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 4 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 68388900af..06ea6e0b9d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2903,9 +2903,12 @@ F: thunk.c
F: accel/tcg/user-exec*.c
BSD user
-S: Orphan
+M: Warner Losh <imp@bsdimp.com>
+R: Kyle Evans <kevans@freebsd.org>
+S: Maintained
F: bsd-user/
F: default-configs/targets/*-bsd-user.mak
+T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
Linux user
M: Laurent Vivier <laurent@vivier.eu>