From: Anthony Liguori <aliguori@linux.vnet.ibm.com>
To: Kevin Wolf <kwolf@redhat.com>
Cc: "Mark McLoughlin" <markmc@redhat.com>,
"Riku Voipio" <riku.voipio@iki.fi>,
"Jan Kiszka" <jan.kiszka@web.de>,
"Michael S. Tsirkin" <mst@redhat.com>,
"JV Rao" <jvrao@linux.vnet.ibm.com>,
"Marcelo Tosatti" <mtosatti@redhat.com>,
qemu-devel@nongnu.org, "Alexander Graf" <agraf@suse.de>,
"Blue Swirl" <blauwirbel@gmail.com>,
"Hervé Poussineau" <hpoussin@reactos.org>,
"Avi Kivity" <avi@redhat.com>,
"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
"Amit Shah" <amit.shah@redhat.com>,
"Aurelien Jarno" <aurel@aurel32.net>,
"Luiz Capitulino" <lcapitulino@redhat.com>,
"Paul Brook" <paul@codesourcery.com>
Subject: [Qemu-devel] Re: [PATCH] Use a Linux-style MAINTAINERS file
Date: Fri, 10 Sep 2010 09:04:35 -0500 [thread overview]
Message-ID: <4C8A3AF3.4040208@linux.vnet.ibm.com> (raw)
In-Reply-To: <4C89E64D.2060702@redhat.com>
On 09/10/2010 03:03 AM, Kevin Wolf wrote:
>> -Project leaders:
>> -----------------
>> +Please see the MAINTAINERS file in the Linux kernel for information about how
>> +to update this file.
>>
> Can't we just copy that one interesting section from Linux into this file?
>
Sure, that makes sense.
>> +Devices
>> +-------
>> +Virtio
>> +M: Anthony Liguori<aliguori@us.ibm.com>
>> +S: Supported
>> +F: hw/virtio*
>>
> Hm, what does this mean considering that we have later other entries
> like hw/virtio-9p*?
>
My intention with this file is not to establish ownership of code but to
establish who are the right people to ask about areas of the code base.
So having overlapping listings is not a bad thing. IOW, think of it not
as, this is the person who owns this set of files but rather, this
person is willing to be helpful with this set of files.
>> +vhost
>> +M: Michael S. Tsirkin<mst@redhat.com>
>> +S: Supported
>> +F: hw/vhost*
>> +
>> +virtio-9p
>> +M: JV Rao<jvrao@linux.vnet.ibm.com>
>> +S: Supported
>> +F: hw/virtio-9p*
>> +
>> +virtio-serial
>> +M: Amit Shah<amit.shah@redhat.com>
>> +S: Supported
>> +F: hw/virtio-serial*
>> +F: hw/virtio-console*
>> +
>> +IDE
>> +M: qemu-devel@nongnu.org
>> +S: Odd Fixes
>> +F: hw/ide/
>> +
>> +SCSI
>> +M: Paul Brook<paul@codesourcery.com>
>> +S: Odd Fixes
>> +F: hw/lsi53c895a.c
>> +F: hw/scsi*
>>
> In practice, virtio-blk, IDE and partly scsi-disk were done by me recently.
>
True, I'll add your name.
> I didn't see the TCG backends in the list, are they missing?
>
They are. Suggestions about the right entries to add would be appreciated.
Regards,
Anthony Liguori
> Kevin
>
next prev parent reply other threads:[~2010-09-10 14:04 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 [this message]
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
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=4C8A3AF3.4040208@linux.vnet.ibm.com \
--to=aliguori@linux.vnet.ibm.com \
--cc=agraf@suse.de \
--cc=amit.shah@redhat.com \
--cc=aurel@aurel32.net \
--cc=avi@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=edgar.iglesias@gmail.com \
--cc=hpoussin@reactos.org \
--cc=jan.kiszka@web.de \
--cc=jvrao@linux.vnet.ibm.com \
--cc=kwolf@redhat.com \
--cc=lcapitulino@redhat.com \
--cc=markmc@redhat.com \
--cc=mst@redhat.com \
--cc=mtosatti@redhat.com \
--cc=paul@codesourcery.com \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@iki.fi \
/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).