All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer
@ 2012-01-27 17:53 Stefan Weil
  2012-01-31 13:35 ` Kevin Wolf
  2012-02-01 22:11 ` Anthony Liguori
  0 siblings, 2 replies; 6+ messages in thread
From: Stefan Weil @ 2012-01-27 17:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: Stefan Weil, Anthony Liguori

Up to now, there was no special section for the different
host operating systems used with QEMU.

scripts/get_maintainer.pl did not show a maintainer for
OS specific files and patches.

Therefore I added three hosts systems:

* POSIX for the majority of host systems which are supported.
  This includes BSD and Linux host systems.

* LINUX is a special case of POSIX needed for some Linux specific
  files and directories.

* W32, W64 for a well known family of closed source operating systems.

I also added myself as a maintainer for W32, W64.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 MAINTAINERS |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 73c0a10..882958e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -161,6 +161,26 @@ S: Supported
 F: xen-*
 F: */xen*
 
+Hosts:
+------
+
+LINUX
+L: qemu-devel@nongnu.org
+S: Maintained
+F: linux-*
+F: linux-headers/
+
+POSIX
+L: qemu-devel@nongnu.org
+S: Maintained
+F: *posix*
+
+W32, W64
+L: qemu-devel@nongnu.org
+M: Stefan Weil <sw@weilnetz.de>
+S: Maintained
+F: *win32*
+
 ARM Machines
 ------------
 Gumstix
-- 
1.7.7.3

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer
  2012-01-27 17:53 [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer Stefan Weil
@ 2012-01-31 13:35 ` Kevin Wolf
  2012-01-31 14:40   ` Peter Maydell
  2012-02-01 22:11 ` Anthony Liguori
  1 sibling, 1 reply; 6+ messages in thread
From: Kevin Wolf @ 2012-01-31 13:35 UTC (permalink / raw)
  To: Stefan Weil; +Cc: Anthony Liguori, qemu-devel

Am 27.01.2012 18:53, schrieb Stefan Weil:
> Up to now, there was no special section for the different
> host operating systems used with QEMU.
> 
> scripts/get_maintainer.pl did not show a maintainer for
> OS specific files and patches.
> 
> Therefore I added three hosts systems:
> 
> * POSIX for the majority of host systems which are supported.
>   This includes BSD and Linux host systems.
> 
> * LINUX is a special case of POSIX needed for some Linux specific
>   files and directories.
> 
> * W32, W64 for a well known family of closed source operating systems.
> 
> I also added myself as a maintainer for W32, W64.
> 
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>  MAINTAINERS |   20 ++++++++++++++++++++
>  1 files changed, 20 insertions(+), 0 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 73c0a10..882958e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -161,6 +161,26 @@ S: Supported
>  F: xen-*
>  F: */xen*
>  
> +Hosts:
> +------
> +
> +LINUX
> +L: qemu-devel@nongnu.org
> +S: Maintained
> +F: linux-*
> +F: linux-headers/
> +
> +POSIX
> +L: qemu-devel@nongnu.org
> +S: Maintained
> +F: *posix*

How can these be "Maintained" without a maintainer?

Kevin

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer
  2012-01-31 13:35 ` Kevin Wolf
@ 2012-01-31 14:40   ` Peter Maydell
  2012-01-31 14:48     ` Kevin Wolf
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Maydell @ 2012-01-31 14:40 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: Stefan Weil, Anthony Liguori, qemu-devel

On 31 January 2012 13:35, Kevin Wolf <kwolf@redhat.com> wrote:
> Am 27.01.2012 18:53, schrieb Stefan Weil:
>> +Hosts:
>> +------
>> +
>> +LINUX
>> +L: qemu-devel@nongnu.org
>> +S: Maintained
>> +F: linux-*
>> +F: linux-headers/
>> +
>> +POSIX
>> +L: qemu-devel@nongnu.org
>> +S: Maintained
>> +F: *posix*
>
> How can these be "Maintained" without a maintainer?

They're maintained in the sense that if you break it somebody
*will* fix it, probably with a faster turnaround than any
other host system. Certainly 'Odd Fixes' doesn't sound right.

-- PMM

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer
  2012-01-31 14:40   ` Peter Maydell
@ 2012-01-31 14:48     ` Kevin Wolf
  2012-01-31 18:20       ` Stefan Weil
  0 siblings, 1 reply; 6+ messages in thread
From: Kevin Wolf @ 2012-01-31 14:48 UTC (permalink / raw)
  To: Peter Maydell; +Cc: Stefan Weil, Anthony Liguori, qemu-devel

Am 31.01.2012 15:40, schrieb Peter Maydell:
> On 31 January 2012 13:35, Kevin Wolf <kwolf@redhat.com> wrote:
>> Am 27.01.2012 18:53, schrieb Stefan Weil:
>>> +Hosts:
>>> +------
>>> +
>>> +LINUX
>>> +L: qemu-devel@nongnu.org
>>> +S: Maintained
>>> +F: linux-*
>>> +F: linux-headers/
>>> +
>>> +POSIX
>>> +L: qemu-devel@nongnu.org
>>> +S: Maintained
>>> +F: *posix*
>>
>> How can these be "Maintained" without a maintainer?
> 
> They're maintained in the sense that if you break it somebody
> *will* fix it, probably with a faster turnaround than any
> other host system. Certainly 'Odd Fixes' doesn't sound right.

I agree, adding a maintainer name (Anthony?) would be better.

Kevin

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer
  2012-01-31 14:48     ` Kevin Wolf
@ 2012-01-31 18:20       ` Stefan Weil
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Weil @ 2012-01-31 18:20 UTC (permalink / raw)
  To: Kevin Wolf; +Cc: Peter Maydell, Anthony Liguori, qemu-devel

Am 31.01.2012 15:48, schrieb Kevin Wolf:
> Am 31.01.2012 15:40, schrieb Peter Maydell:
>> On 31 January 2012 13:35, Kevin Wolf <kwolf@redhat.com> wrote:
>>> Am 27.01.2012 18:53, schrieb Stefan Weil:
>>>> +Hosts:
>>>> +------
>>>> +
>>>> +LINUX
>>>> +L: qemu-devel@nongnu.org
>>>> +S: Maintained
>>>> +F: linux-*
>>>> +F: linux-headers/
>>>> +
>>>> +POSIX
>>>> +L: qemu-devel@nongnu.org
>>>> +S: Maintained
>>>> +F: *posix*
>>>
>>> How can these be "Maintained" without a maintainer?
>>
>> They're maintained in the sense that if you break it somebody
>> *will* fix it, probably with a faster turnaround than any
>> other host system. Certainly 'Odd Fixes' doesn't sound right.
>
> I agree, adding a maintainer name (Anthony?) would be better.
>
> Kevin

I added LINUX and POSIX just to have a hook were a maintainer
and files / directories can be added (and to fill the host list with
more than an entry for w32 :-)). Of course BSD and other hosts
can also be added if needed.

There are some more entries for qemu-devel which use
M: qemu-devel@nongnu.org. I think L: qemu-devel@nongnu.org
would be more appropriate there, too.

Regards,
Stefan

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer
  2012-01-27 17:53 [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer Stefan Weil
  2012-01-31 13:35 ` Kevin Wolf
@ 2012-02-01 22:11 ` Anthony Liguori
  1 sibling, 0 replies; 6+ messages in thread
From: Anthony Liguori @ 2012-02-01 22:11 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-devel

On 01/27/2012 11:53 AM, Stefan Weil wrote:
> Up to now, there was no special section for the different
> host operating systems used with QEMU.
>
> scripts/get_maintainer.pl did not show a maintainer for
> OS specific files and patches.
>
> Therefore I added three hosts systems:
>
> * POSIX for the majority of host systems which are supported.
>    This includes BSD and Linux host systems.
>
> * LINUX is a special case of POSIX needed for some Linux specific
>    files and directories.
>
> * W32, W64 for a well known family of closed source operating systems.
>
> I also added myself as a maintainer for W32, W64.
>
> Signed-off-by: Stefan Weil<sw@weilnetz.de>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>   MAINTAINERS |   20 ++++++++++++++++++++
>   1 files changed, 20 insertions(+), 0 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 73c0a10..882958e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -161,6 +161,26 @@ S: Supported
>   F: xen-*
>   F: */xen*
>
> +Hosts:
> +------
> +
> +LINUX
> +L: qemu-devel@nongnu.org
> +S: Maintained
> +F: linux-*
> +F: linux-headers/
> +
> +POSIX
> +L: qemu-devel@nongnu.org
> +S: Maintained
> +F: *posix*
> +
> +W32, W64
> +L: qemu-devel@nongnu.org
> +M: Stefan Weil<sw@weilnetz.de>
> +S: Maintained
> +F: *win32*
> +
>   ARM Machines
>   ------------
>   Gumstix

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

end of thread, other threads:[~2012-02-01 22:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-27 17:53 [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer Stefan Weil
2012-01-31 13:35 ` Kevin Wolf
2012-01-31 14:40   ` Peter Maydell
2012-01-31 14:48     ` Kevin Wolf
2012-01-31 18:20       ` Stefan Weil
2012-02-01 22:11 ` Anthony Liguori

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.