qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Richard Henderson" <richard.henderson@linaro.org>
Cc: Kyle Evans <kevans@freebsd.org>, Ed Maste <emaste@freebsd.org>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Warner Losh <imp@bsdimp.com>, Li-Wen Hsu <lwhsu@freebsd.org>
Subject: Re: RESEND [PATCH v2] bsd-user: Add new maintainers
Date: Mon, 8 Mar 2021 12:55:10 +0100	[thread overview]
Message-ID: <376579a6-091d-b923-4aca-b69ca942bada@redhat.com> (raw)
In-Reply-To: <f6665ee9-e279-6a4d-687f-b94579d71b8d@redhat.com>

On 08/03/2021 12.16, Philippe Mathieu-Daudé wrote:
> Hi Peter,
> 
> +Markus/Paolo/Laurent/Richard
> 
> On 3/8/21 11:24 AM, Peter Maydell wrote:
>> On Mon, 8 Mar 2021 at 10:09, Thomas Huth <thuth@redhat.com> wrote:
>>>
>>> On 07/03/2021 16.56, Warner Losh wrote:
>>>> 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>
>>>> Signed-off-by: Kyle Evans <kevans@freebsd.org>
>>>> 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
>>>
>>> BSD is not really my home turf, but since nobody else picked this up and I
>>> plan to send a pull request for a bunch of patches anyway this week, I can
>>> also put it into my queue.
>>
>> Fine with me. (The v1 was in my to-review queue, but I'm currently
>> running somewhat behind on processing patches.)
> 
> This is a patch for mainstream QEMU, I'm having hard time
> understanding the point of it. This is some official way
> to say that BSD-user is not maintained in mainstream but
> has to be used in the referred fork which is way different
> that mainstream...
> 
> I'd rather wait for more mainstream contributions from Warner
> and Kyle, or blow the current orphan/dead code and import
> bsd-user-rebase-3.1 adding the maintainer entries along, but
> certainly not mark this dead code as maintained.
> 
> Please convince me why I'm wrong, because I'd prefer NAck this
> patch...

The idea has been discussed here:

https://lists.gnu.org/archive/html/qemu-devel/2021-01/msg01399.html

So this is not about declaring that bsd-user is maintained in a different 
repository, but about giving Warner et al. a chance to finally upstream 
their work.

  Thomas



  parent reply	other threads:[~2021-03-08 11:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-07 15:56 RESEND [PATCH v2] bsd-user: Add new maintainers Warner Losh
2021-03-07 15:56 ` [PATCH v2] FreeBSD: Upgrade to 12.2 release Warner Losh
2021-03-08 13:30   ` Thomas Huth
2021-03-08 15:26     ` Warner Losh
2021-03-08 15:31       ` Daniel P. Berrangé
2021-03-08 15:41       ` Thomas Huth
2021-03-08 15:46         ` Roman Bolshakov
2021-03-08 16:49           ` Stefan Weil
2021-03-08 19:51           ` Warner Losh
2021-03-08 19:57             ` Warner Losh
2021-03-09  5:08               ` Thomas Huth
2021-03-19 12:01                 ` Thomas Huth
2021-03-08 10:09 ` RESEND [PATCH v2] bsd-user: Add new maintainers Thomas Huth
2021-03-08 10:24   ` Peter Maydell
2021-03-08 11:16     ` Philippe Mathieu-Daudé
2021-03-08 11:49       ` Peter Maydell
2021-03-08 11:55       ` Thomas Huth [this message]
2021-03-08 12:01         ` Peter Maydell
2021-03-08 12:14         ` Daniel P. Berrangé
2021-03-08 13:14           ` Philippe Mathieu-Daudé
2021-03-08 15:21             ` Warner Losh
2021-03-08 15:27               ` Daniel P. Berrangé
2021-03-08 19:59                 ` Warner Losh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=376579a6-091d-b923-4aca-b69ca942bada@redhat.com \
    --to=thuth@redhat.com \
    --cc=armbru@redhat.com \
    --cc=emaste@freebsd.org \
    --cc=imp@bsdimp.com \
    --cc=kevans@freebsd.org \
    --cc=laurent@vivier.eu \
    --cc=lwhsu@freebsd.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).