All of lore.kernel.org
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Alexander Graf <alex@csgraf.de>,
	Anthony Liguori <aliguori@us.ibm.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: [PATCH] Use a Linux-style MAINTAINERS file
Date: Fri, 10 Sep 2010 19:19:17 +0000	[thread overview]
Message-ID: <AANLkTin7kajE7m5fWgxtxNDVyK=gg85THq+4y1ptm7NA@mail.gmail.com> (raw)
In-Reply-To: <4C8A8183.7070001@codemonkey.ws>

On Fri, Sep 10, 2010 at 7:05 PM, Anthony Liguori <anthony@codemonkey.ws> wrote:
> On 09/10/2010 12:45 PM, Blue Swirl wrote:
>>
>> On Thu, Sep 9, 2010 at 9:18 PM, Anthony Liguori<aliguori@us.ibm.com>
>>  wrote:
>>
>>>
>>> I make no claims that this is accurate or exhaustive but I think it's a
>>> reasonable place to start.
>>>
>>> As the file mentions, the purpose of this file is to give contributors
>>> information about who they can go to with questions about a particular
>>> piece of
>>> code or who they can ask for review.
>>>
>>> If you sign up for a piece of code and indicate that it's Maintained or
>>> Supported, please be prepared to be responsive to questions about that
>>> subsystem.
>>>
>>> Signed-off-by: Anthony Liguori<aliguori@us.ibm.com>
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 79dfc7f..3894cd8 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -9,89 +9,388 @@ to be CC'd when submitting a patch to obtain
>>> appropriate review.
>>>  In general, if you have a question about inclusion of a patch, you
>>> should
>>>  consult qemu-devel and not any specific individual privately.
>>>
>>> -Project leaders:
>>> -----------------
>>> +Please see the MAINTAINERS file in the Linux kernel for information
>>> about how
>>> +to update this file.
>>>
>>> -Paul Brook
>>> -Anthony Liguori
>>> +General Project Administration
>>> +------------------------------
>>> +M: Anthony Liguori<aliguori@us.ibm.com>
>>> +M: Paul Brook<paul@codesourcery.com>
>>>
>>>  Guest CPU cores (TCG):
>>>
>>
>> Perhaps the CPU names should be in alphabetical order.
>
> Yeah, I was thinking that alphabetical order across the board would make
> sense.
>
>>  For
>> completeness, KVM CPUs should have X: target-xxx/kvm.c, though
>> currently TCG and KVM maintainers match.
>>
>
> You mean F: right?

No, X: like exclude.

>
> I already have that in my copy.
>
>>> +SPARC Machines
>>> +--------------
>>> +Sun4u
>>>
>>
>> There is also Sun4v here, though its status could be Odd Fixes. These
>> are actually machine classes, but currently only few machines are
>> implemented.
>>
>
> What should the entry look like?

'Sun4u, Sun4v' and below: 'Sun4m, Sun4c, Sun4d'.

>>> +M: Blue Swirl<blauwirbel@gmail.com>
>>> +S: Maintained
>>>
>>
>> Maybe also the technical status should be indicated, something like
>> Unusable, Boots BIOS, Boots a kernel, Stable?
>>
>
> I'd avoid that here.  If something is unusable for long, I think that
> automatically makes it Orphan'd, no?

Sort of. Perhaps a Wiki page should be a better place for status type
information anyway.

>>> +F: hw/sun4u.c
>>> +
>>> +Sun4m
>>>
>>
>> There's also Sun4c and Sun4d machine classes. There are 9 different
>> Sun4m machines, but do we want to list them? The same thing actually
>> applies to isapc machine.
>>
>
> The granularity is what makes sense as someone who's hacking on the code.
>  So whether you think folks would need to see the difference really is up to
> you since you're the primary person in this space.

I think file level is enough.

  reply	other threads:[~2010-09-10 19:19 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-09 21:18 [Qemu-devel] [PATCH] Use a Linux-style MAINTAINERS file Anthony Liguori
2010-09-09 21:35 ` [Qemu-devel] " Edgar E. Iglesias
2010-09-09 22:01   ` Anthony Liguori
2010-09-09 22:05 ` Alexander Graf
2010-09-10  8:03 ` Kevin Wolf
2010-09-10  8:10   ` Alexander Graf
2010-09-10  8:19     ` Kevin Wolf
2010-09-10  8:22       ` Alexander Graf
2010-09-10 11:30     ` Avi Kivity
2010-09-10 12:22       ` Alexander Graf
2010-09-10 12:26         ` Avi Kivity
2010-09-10 14:04   ` Anthony Liguori
2010-09-10 15:26     ` Venkateswararao Jujjuri (JV)
2010-09-10 15:46       ` Anthony Liguori
2010-09-10  8:25 ` Magnus Damm
2010-09-10 13:59   ` Anthony Liguori
2010-09-13 11:02     ` Magnus Damm
2010-09-10 13:29 ` Luiz Capitulino
2010-09-10 17:45 ` Blue Swirl
2010-09-10 19:05   ` Anthony Liguori
2010-09-10 19:19     ` Blue Swirl [this message]
2010-09-10 20:32       ` Andreas Färber
2010-09-10 22:17     ` Alexander Graf
2010-09-12  7:42 ` Blue Swirl
2010-09-12 13:12 ` Michael S. Tsirkin
2010-09-13 17:32 ` [Qemu-devel] " Anderson Lizardo
2010-09-13 18:29   ` Stefan Weil
2010-09-13 18:41 ` Stefan Weil

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='AANLkTin7kajE7m5fWgxtxNDVyK=gg85THq+4y1ptm7NA@mail.gmail.com' \
    --to=blauwirbel@gmail.com \
    --cc=alex@csgraf.de \
    --cc=aliguori@us.ibm.com \
    --cc=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.