qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Eduardo Habkost" <ehabkost@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
	"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Richard Henderson" <rth@twiddle.net>,
	"Markus Armbruster" <armbru@redhat.com>,
	"Helge Deller" <deller@gmx.de>,
	"Artyom Tarasenko" <atar4qemu@gmail.com>,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"Luc Michel" <luc.michel@greensocs.com>,
	"Michael S . Tsirkin" <mst@redhat.com>,
	"Igor Mammedov" <imammedo@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 10/12] MAINTAINERS: Orphanize the 'CPU (QOM)' subsystem
Date: Wed, 19 Dec 2018 09:56:10 +0000	[thread overview]
Message-ID: <20181219095610.GB20465@redhat.com> (raw)
In-Reply-To: <99b7b806-b18a-8c59-b4f5-ff04ffe3da6e@redhat.com>

On Tue, Dec 18, 2018 at 10:22:39PM +0100, Paolo Bonzini wrote:
> On 18/12/18 20:13, Eduardo Habkost wrote:
> > On Tue, Dec 18, 2018 at 06:15:06PM +0100, Paolo Bonzini wrote:
> >> On 18/12/18 16:57, Eduardo Habkost wrote:
> >>> On Tue, Dec 18, 2018 at 04:44:25PM +0100, Thomas Huth wrote:
> >>>> On 2018-12-18 16:31, Philippe Mathieu-Daudé wrote:
> >>>>> Hi Paolo, Eduardo,
> >>>>>
> >>>>> On 12/18/18 4:22 PM, Eduardo Habkost wrote:
> >>>>>> On Tue, Dec 18, 2018 at 01:34:52PM +0100, Paolo Bonzini wrote:
> >>>>>>> On 18/12/18 12:56, Philippe Mathieu-Daudé wrote:
> >>>>>>>> Nobody is looking at those files, downgrade this subsystem as orphan.
> >>>>>>>>
> >>>>>>>> Remove the qemu-devel@nongnu.org entry because the list is always
> >>>>>>>> selected by the 'All patches CC here' section.
> >>>>>>>>
> >>>>>>>> Suggested-by: Markus Armbruster <armbru@redhat.com>
> >>>>>>>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> >>>>>>>> ---
> >>>>>>>>  MAINTAINERS | 3 +--
> >>>>>>>>  1 file changed, 1 insertion(+), 2 deletions(-)
> >>>>>>>>
> >>>>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>>>>>>> index e50f8c6b97..e6a73820f1 100644
> >>>>>>>> --- a/MAINTAINERS
> >>>>>>>> +++ b/MAINTAINERS
> >>>>>>>> @@ -1745,8 +1745,7 @@ S: Supported
> >>>>>>>>  F: scripts/coverity-model.c
> >>>>>>>>  
> >>>>>>>>  CPU
> >>>>>>>> -L: qemu-devel@nongnu.org
> >>>>>>>> -S: Supported
> >>>>>>>> +S: Orphan
> >>>>>>>>  F: qom/cpu.c
> >>>>>>>>  F: include/qom/cpu.h
> >>>>>>>>  
> >>>>>>>>
> >>>>>>>
> >>>>>>> I don't think that's accurate.  Simply there's not much going on.  If
> >>>>>>> patches are sent, get-maintainers's git fallback will do something
> >>>>>>> (probably sending the patch to Eduardo, Igor or me).
> >>>>>
> >>>>> I followed Markus suggestion from
> >>>>> https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg05414.html:
> >>>>>
> >>>>>   If we take the definition of S: in MAINTAINERS seriously,
> >>>>>   we need to appoint a maintainer (a person, not a mailing list),
> >>>>>   or downgrade to S: Orphan.
> >>>>
> >>>> I agree with Markus and Philippe. Having "S: Supported" but no names
> >>>> available is just confusing. So either put a maintainer name in here, or
> >>>> downgrade to "Orphan".
> >>>
> >>> I volunteer to maintain it, but I don't want to be the only
> >>> maintainer.  Any other volunteer?
> >>
> >> I can volunteer since I'd take the patches anyway.  We can also mark it
> >> as Odd Fixes, and also make it a single thing with all of qom/ and
> >> include/qom/.
> > 
> > Actually, I consider qom/cpu.c distinct from QOM core, and I was
> > planning to move it to hw/cpu, and add hw/cpu/core.c to the same
> > section.
> > 
> > Anyway, I guess this means you're also volunteering to be listed
> > as QOM maintainer?
> 
> Igor and Daniel, would you co-maintain or review it?

I'm fine being listed as a manitainer for qom/, agree with moving
qom/cpu.c to hw/cpu, as I was going to suggest that myself :-)


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

  reply	other threads:[~2018-12-19  9:56 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-18 11:56 [Qemu-devel] [PATCH v2 00/12] MAINTAINERS: Add various missing entries Philippe Mathieu-Daudé
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 01/12] MAINTAINERS: Add missing entries to the X86 section (AMD SEV) Philippe Mathieu-Daudé
2019-02-15 17:27   ` Thomas Huth
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 02/12] MAINTAINERS: Add missing entries for the sun4u machines Philippe Mathieu-Daudé
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 03/12] MAINTAINERS: Add missing entries for the PC machines Philippe Mathieu-Daudé
2018-12-18 12:39   ` Michael S. Tsirkin
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 04/12] MAINTAINERS: Add missing entries to VFIO and NVMe Philippe Mathieu-Daudé
2019-02-15 17:29   ` Thomas Huth
2019-02-15 17:39     ` Alex Williamson
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 05/12] MAINTAINERS: Add missing entries for the QObject section Philippe Mathieu-Daudé
2019-02-15 12:31   ` Thomas Huth
2019-02-15 16:14   ` Markus Armbruster
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 06/12] MAINTAINERS: Add missing test entries to the Cryptography section Philippe Mathieu-Daudé
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 07/12] MAINTAINERS: Add an entry for the Dino machine Philippe Mathieu-Daudé
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 08/12] MAINTAINERS: Add maintainers to the Linux subsystem Philippe Mathieu-Daudé
2018-12-18 12:51   ` Cornelia Huck
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 09/12] MAINTAINERS: Add maintainer to the POSIX subsystem Philippe Mathieu-Daudé
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 10/12] MAINTAINERS: Orphanize the 'CPU (QOM)' subsystem Philippe Mathieu-Daudé
2018-12-18 12:34   ` Paolo Bonzini
2018-12-18 15:22     ` Eduardo Habkost
2018-12-18 15:31       ` Philippe Mathieu-Daudé
2018-12-18 15:44         ` Thomas Huth
2018-12-18 15:57           ` Eduardo Habkost
2018-12-18 17:15             ` Paolo Bonzini
2018-12-18 19:13               ` Eduardo Habkost
2018-12-18 21:22                 ` Paolo Bonzini
2018-12-19  9:56                   ` Daniel P. Berrangé [this message]
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 11/12] MAINTAINERS: Orphanize the 'GDB stub' subsystem Philippe Mathieu-Daudé
2018-12-18 11:56 ` [Qemu-devel] [PATCH v2 12/12] MAINTAINERS: Add maintainer to the TCG/i386 subsystem Philippe Mathieu-Daudé

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=20181219095610.GB20465@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=armbru@redhat.com \
    --cc=atar4qemu@gmail.com \
    --cc=cohuck@redhat.com \
    --cc=deller@gmx.de \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=luc.michel@greensocs.com \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=thuth@redhat.com \
    /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).