diff mbox series

[v3] bsd-user: Add new maintainers

Message ID 20210308224023.75187-1-imp@bsdimp.com
State New
Headers show
Series [v3] bsd-user: Add new maintainers | expand

Commit Message

Warner Losh March 8, 2021, 10:40 p.m. UTC
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>
---
 MAINTAINERS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Daniel P. Berrangé March 9, 2021, 9:25 a.m. UTC | #1
On Mon, Mar 08, 2021 at 03:40:23PM -0700, Warner Losh wrote:
> 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>
> ---
>  MAINTAINERS | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>


Regards,
Daniel
Peter Maydell March 9, 2021, 10:15 a.m. UTC | #2
On Mon, 8 Mar 2021 at 22:43, Warner Losh <imp@bsdimp.com> wrote:
>
> 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>
> ---
>  MAINTAINERS | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 26c9454823..ec0e935038 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2896,9 +2896,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>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
Philippe Mathieu-Daudé March 9, 2021, 10:57 a.m. UTC | #3
On 3/8/21 11:40 PM, Warner Losh wrote:
> 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.

Thanks for this explanation and for doing this!

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> 
> Signed-off-by: Warner Losh <imp@bsdimp.com>
> Reviewed-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 26c9454823..ec0e935038 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2896,9 +2896,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>