qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update bsd-user maintainers
@ 2021-01-30 16:46 Warner Losh
  2021-02-01  6:23 ` Thomas Huth
  2021-02-01  6:30 ` Thomas Huth
  0 siblings, 2 replies; 4+ messages in thread
From: Warner Losh @ 2021-01-30 16:46 UTC (permalink / raw)
  To: QEMU Developers, Kyle Evans

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

bsd-user: Add new mainatiners

The FreeBSD project has a number of enhancements to bsd-user. Add myself
as maintainer and Kyle Evans as a reviewer. Also add our github repo.

Signed-off-by: Warner Losh <imp@bsdimp.com>
---
 MAINTAINERS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bcd88668bc..1b2c276eca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2845,9 +2845,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/*-bsd-user.mak
+T: git https://github.com/qemu-bsd-user/qemu-bse-user bsd-user-rebase-3.1

 Linux user
 M: Laurent Vivier <laurent@vivier.eu>
--
2.22.0

[-- Attachment #2: Type: text/html, Size: 1211 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: update bsd-user maintainers
  2021-01-30 16:46 [PATCH] MAINTAINERS: update bsd-user maintainers Warner Losh
@ 2021-02-01  6:23 ` Thomas Huth
  2021-02-01  6:30 ` Thomas Huth
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-02-01  6:23 UTC (permalink / raw)
  To: Warner Losh, QEMU Developers, Kyle Evans

On 30/01/2021 17.46, Warner Losh wrote:
> bsd-user: Add new mainatiners

s/mainatiners/maintainers/

> The FreeBSD project has a number of enhancements to bsd-user. Add myself
> as maintainer and Kyle Evans as a reviewer. Also add our github repo.

Thanks for taking care of this!

> Signed-off-by: Warner Losh <imp@bsdimp.com <mailto:imp@bsdimp.com>>
> ---
>   MAINTAINERS | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bcd88668bc..1b2c276eca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2845,9 +2845,12 @@ F: thunk.c
>   F: accel/tcg/user-exec*.c
> 
>   BSD user
> -S: Orphan
> +M: Warner Losh <imp@bsdimp.com <mailto:imp@bsdimp.com>>
> +R: Kyle Evans <kevans@freebsd.org <mailto:kevans@freebsd.org>>
> +S: Maintained
>   F: bsd-user/
>   F: default-configs/*-bsd-user.mak
> +T: git https://github.com/qemu-bsd-user/qemu-bse-user 
> bsd-user-rebase-3.1

s/qemu-bse-user/qemu-bsd-user/

With the typos fixed:

Reviewed-by: Thomas Huth <thuth@redhat.com>

PS: Please avoid sending patches as HTML e-mails!



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: update bsd-user maintainers
  2021-01-30 16:46 [PATCH] MAINTAINERS: update bsd-user maintainers Warner Losh
  2021-02-01  6:23 ` Thomas Huth
@ 2021-02-01  6:30 ` Thomas Huth
  2021-02-03 18:06   ` Warner Losh
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2021-02-01  6:30 UTC (permalink / raw)
  To: Warner Losh, QEMU Developers, Kyle Evans

On 30/01/2021 17.46, Warner Losh wrote:
> bsd-user: Add new mainatiners
> 
> The FreeBSD project has a number of enhancements to bsd-user. Add myself
> as maintainer and Kyle Evans as a reviewer. Also add our github repo.
> 
> Signed-off-by: Warner Losh <imp@bsdimp.com <mailto:imp@bsdimp.com>>
> ---
>   MAINTAINERS | 5 ++++-
>   1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bcd88668bc..1b2c276eca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2845,9 +2845,12 @@ F: thunk.c
>   F: accel/tcg/user-exec*.c
> 
>   BSD user
> -S: Orphan
> +M: Warner Losh <imp@bsdimp.com <mailto:imp@bsdimp.com>>
> +R: Kyle Evans <kevans@freebsd.org <mailto:kevans@freebsd.org>>
> +S: Maintained
>   F: bsd-user/
>   F: default-configs/*-bsd-user.mak

Oh, by the way, while you're at it, please update the second F: line to:

  F: default-configs/targets/*-bsd-user.mak

Otherwise the scripts/get_maintainer.pl script won't recognize the files 
correctly.

  Thomas



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: update bsd-user maintainers
  2021-02-01  6:30 ` Thomas Huth
@ 2021-02-03 18:06   ` Warner Losh
  0 siblings, 0 replies; 4+ messages in thread
From: Warner Losh @ 2021-02-03 18:06 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Kyle Evans, QEMU Developers

[-- Attachment #1: Type: text/plain, Size: 1262 bytes --]

On Sun, Jan 31, 2021 at 11:30 PM Thomas Huth <thuth@redhat.com> wrote:

> On 30/01/2021 17.46, Warner Losh wrote:
> > bsd-user: Add new mainatiners
> >
> > The FreeBSD project has a number of enhancements to bsd-user. Add myself
> > as maintainer and Kyle Evans as a reviewer. Also add our github repo.
> >
> > Signed-off-by: Warner Losh <imp@bsdimp.com <mailto:imp@bsdimp.com>>
> > ---
> >   MAINTAINERS | 5 ++++-
> >   1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index bcd88668bc..1b2c276eca 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2845,9 +2845,12 @@ F: thunk.c
> >   F: accel/tcg/user-exec*.c
> >
> >   BSD user
> > -S: Orphan
> > +M: Warner Losh <imp@bsdimp.com <mailto:imp@bsdimp.com>>
> > +R: Kyle Evans <kevans@freebsd.org <mailto:kevans@freebsd.org>>
> > +S: Maintained
> >   F: bsd-user/
> >   F: default-configs/*-bsd-user.mak
>
> Oh, by the way, while you're at it, please update the second F: line to:
>
>   F: default-configs/targets/*-bsd-user.mak
>
> Otherwise the scripts/get_maintainer.pl script won't recognize the files
> correctly.
>

Thanks! I notice that the linux-user entry is missing the targets/ part of
the patch as well..

Uploading new version soon...

Warner

[-- Attachment #2: Type: text/html, Size: 2271 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-02-03 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-30 16:46 [PATCH] MAINTAINERS: update bsd-user maintainers Warner Losh
2021-02-01  6:23 ` Thomas Huth
2021-02-01  6:30 ` Thomas Huth
2021-02-03 18:06   ` Warner Losh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).