From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zex0b-0002gM-Sm for qemu-devel@nongnu.org; Wed, 23 Sep 2015 23:15:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zex0X-0000Di-RV for qemu-devel@nongnu.org; Wed, 23 Sep 2015 23:15:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48245) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zex0X-0000D3-Mm for qemu-devel@nongnu.org; Wed, 23 Sep 2015 23:15:41 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 82847C0B2B7C for ; Thu, 24 Sep 2015 03:15:40 +0000 (UTC) References: <1442915813-21059-1-git-send-email-pbonzini@redhat.com> <1442915813-21059-12-git-send-email-pbonzini@redhat.com> From: Jason Wang Message-ID: <56036AD7.6000605@redhat.com> Date: Thu, 24 Sep 2015 11:15:35 +0800 MIME-Version: 1.0 In-Reply-To: <1442915813-21059-12-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 11/14] MAINTAINERS: add maintainer for network device front-ends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: armbru@redhat.com On 09/22/2015 05:56 PM, Paolo Bonzini wrote: > Only "Odd Fixes" status, but let's add a point of contact. > > Cc: Jason Wang > Signed-off-by: Paolo Bonzini > --- > MAINTAINERS | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0580fb9..2305c48 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -737,6 +737,12 @@ M: Paolo Bonzini > S: Odd Fixes > F: hw/char/ > > +Network devices > +M: Jason Wang > +S: Odd Fixes > +F: hw/net/ > +T: git git://github.com/jasowang/qemu.git net > + > SCSI > M: Paolo Bonzini > S: Supported > @@ -1016,7 +1022,7 @@ F: hmp.c > F: hmp-commands.hx > T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp > > -Network device layer > +Network device backends > M: Jason Wang > S: Maintained > F: net/ Acked-by: Jason Wang