From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsDoq-0004VN-Qe for qemu-devel@nongnu.org; Tue, 31 Jan 2012 08:32:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsDok-00070k-Ql for qemu-devel@nongnu.org; Tue, 31 Jan 2012 08:32:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsDok-00070W-IB for qemu-devel@nongnu.org; Tue, 31 Jan 2012 08:32:14 -0500 Message-ID: <4F27EE29.6010606@redhat.com> Date: Tue, 31 Jan 2012 14:35:37 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1327686829-11791-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1327686829-11791-1-git-send-email-sw@weilnetz.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: Add a section for the host OS and a W32 maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , qemu-devel@nongnu.org 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 > --- > 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