From patchwork Tue Sep 22 09:56:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 520975 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3D9C7140187 for ; Tue, 22 Sep 2015 20:03:55 +1000 (AEST) Received: from localhost ([::1]:38099 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeKQT-0007EI-24 for incoming@patchwork.ozlabs.org; Tue, 22 Sep 2015 06:03:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeKKA-0004Kz-BJ for qemu-devel@nongnu.org; Tue, 22 Sep 2015 05:57:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeKK6-0002qt-EI for qemu-devel@nongnu.org; Tue, 22 Sep 2015 05:57:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35117) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeKK6-0002qc-9d for qemu-devel@nongnu.org; Tue, 22 Sep 2015 05:57:18 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id EE6C18F305 for ; Tue, 22 Sep 2015 09:57:17 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-71.ams2.redhat.com [10.36.112.71]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8M9ut37023029; Tue, 22 Sep 2015 05:57:16 -0400 From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 22 Sep 2015 11:56:50 +0200 Message-Id: <1442915813-21059-12-git-send-email-pbonzini@redhat.com> In-Reply-To: <1442915813-21059-1-git-send-email-pbonzini@redhat.com> References: <1442915813-21059-1-git-send-email-pbonzini@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Jason Wang , armbru@redhat.com Subject: [Qemu-devel] [PATCH 11/14] MAINTAINERS: add maintainer for network device front-ends X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Only "Odd Fixes" status, but let's add a point of contact. Cc: Jason Wang Signed-off-by: Paolo Bonzini Acked-by: Jason Wang --- 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/