From patchwork Wed Sep 16 03:05:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Wang X-Patchwork-Id: 518252 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 389EF140187 for ; Wed, 16 Sep 2015 13:22:44 +1000 (AEST) Received: from localhost ([::1]:47122 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc3Iv-0002AE-Pg for incoming@patchwork.ozlabs.org; Tue, 15 Sep 2015 23:22:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc3Ic-0001sr-Hj for qemu-devel@nongnu.org; Tue, 15 Sep 2015 23:22:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zc32Y-0000VV-S6 for qemu-devel@nongnu.org; Tue, 15 Sep 2015 23:05:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zc32Y-0000T9-Be for qemu-devel@nongnu.org; Tue, 15 Sep 2015 23:05:46 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 5F3C1461E0; Wed, 16 Sep 2015 03:05:44 +0000 (UTC) Received: from jason-ThinkPad-T430s.nay.redhat.com (dhcp-14-122.nay.redhat.com [10.66.14.122]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8G35dmU003699; Tue, 15 Sep 2015 23:05:41 -0400 From: Jason Wang To: qemu-devel@nongnu.org, peter.maydell@linaro.org Date: Wed, 16 Sep 2015 11:05:30 +0800 Message-Id: <1442372730-11360-1-git-send-email-jasowang@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Jason Wang , Stefan Hajnoczi , "Michael S. Tsirkin" Subject: [Qemu-devel] [PATCH] MAINTAINERS: Stefan will not maintain net subsystem 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 Talked with Stefan, he will not maintain net subsystem. Cc: Stefan Hajnoczi Cc: Michael S. Tsirkin Signed-off-by: Jason Wang --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 688979b..2f4e8cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -955,11 +955,10 @@ F: hmp-commands.hx T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Network device layer -M: Stefan Hajnoczi M: Jason Wang S: Maintained F: net/ -T: git git://github.com/stefanha/qemu.git net +T: git git://github.com/jasowang/qemu.git net Netmap network backend M: Luigi Rizzo