From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsiPq-00018I-2o for qemu-devel@nongnu.org; Wed, 01 Feb 2012 17:12:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RsiPl-0000DF-WD for qemu-devel@nongnu.org; Wed, 01 Feb 2012 17:12:33 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:35198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RsiPl-0000Cr-Kf for qemu-devel@nongnu.org; Wed, 01 Feb 2012 17:12:29 -0500 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 1 Feb 2012 15:12:27 -0700 Received: from d03relay01.boulder.ibm.com (d03relay01.boulder.ibm.com [9.17.195.226]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 6D24419D804A for ; Wed, 1 Feb 2012 15:12:03 -0700 (MST) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay01.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q11MBnlR124440 for ; Wed, 1 Feb 2012 15:11:49 -0700 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q11MBnut000516 for ; Wed, 1 Feb 2012 15:11:49 -0700 Message-ID: <4F29B8A3.5070803@us.ibm.com> Date: Wed, 01 Feb 2012 16:11:47 -0600 From: Anthony Liguori 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-1; format=flowed 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: qemu-devel@nongnu.org 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 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 > +S: Maintained > +F: *win32* > + > ARM Machines > ------------ > Gumstix