From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0tQ2-0004FL-TC for qemu-devel@nongnu.org; Fri, 24 Feb 2012 06:34:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0tPm-0006ZL-Gu for qemu-devel@nongnu.org; Fri, 24 Feb 2012 06:34:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0tPm-0006Yw-6G for qemu-devel@nongnu.org; Fri, 24 Feb 2012 06:34:18 -0500 Message-ID: <4F477684.9040209@redhat.com> Date: Fri, 24 Feb 2012 12:37:40 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1329922792-23929-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1329922792-23929-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] split SCSI and LSI, add myself as SCSI maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, paul@codesourcery.com Am 22.02.2012 15:59, schrieb Paolo Bonzini: > This has been the de facto situation for a while now. > Add a tree, too. > > Signed-off-by: Paolo Bonzini > --- > MAINTAINERS | 9 +++++++-- > 1 files changed, 7 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 647c413..0b3b3d8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -420,11 +420,16 @@ F: hw/pci* > F: hw/piix* > > SCSI > +M: Paolo Bonzini > +S: Supported > +F: hw/virtio-scsi.* > +F: hw/scsi* > +T: git://github.com/bonzini/qemu.git scsi-next > + > +LSI53C895A > M: Paul Brook > -M: Kevin Wolf > S: Odd Fixes > F: hw/lsi53c895a.c > -F: hw/scsi* > > USB > M: Gerd Hoffmann Acked-by: Kevin Wolf