From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7jjp-0000Vk-Dh for qemu-devel@nongnu.org; Mon, 27 Jan 2014 05:48:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7jjh-0003Ya-UF for qemu-devel@nongnu.org; Mon, 27 Jan 2014 05:48:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7jjh-0003YH-NZ for qemu-devel@nongnu.org; Mon, 27 Jan 2014 05:48:13 -0500 Date: Mon, 27 Jan 2014 12:53:03 +0200 From: "Michael S. Tsirkin" Message-ID: <20140127105303.GA10386@redhat.com> References: <20140126104044.GA11387@redhat.com> <20140127093716.GA4458@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140127093716.GA4458@dhcp-200-207.str.redhat.com> Subject: Re: [Qemu-devel] [PATCH] MAINTAINERS: add self as virtio co-maintainer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Peter Maydell , Andreas =?iso-8859-1?Q?F=E4rber?= , Stefan Hajnoczi , qemu-devel@nongnu.org, Anthony Liguori On Mon, Jan 27, 2014 at 10:37:16AM +0100, Kevin Wolf wrote: > Am 26.01.2014 um 11:40 hat Michael S. Tsirkin geschrieben: > > This will help make sure I get Cc'd on patches. > > You wish... > > This won't change the actual responsibility, i.e. patches to virtio-blk > are still meant to be merged through the block tree, right? It's just so > you get a chance to comment? > > Kevin Right - not different from Anthony really. Well for things completely unrelated to block, like virtio 1.0 support it might make sense to merged them through my tree. > > Signed-off-by: Michael S. Tsirkin > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index fb53242..adc5973 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -610,6 +610,7 @@ F: hw/*/*vhost* > > > > virtio > > M: Anthony Liguori > > +M: Michael S. Tsirkin > > S: Supported > > F: hw/*/virtio* > > > > -- > > MST