From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751358AbaALLiY (ORCPT ); Sun, 12 Jan 2014 06:38:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48591 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbaALLiW (ORCPT ); Sun, 12 Jan 2014 06:38:22 -0500 Date: Sun, 12 Jan 2014 13:37:56 +0200 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Cc: Rusty Russell , Andrew Morton , Joe Perches , Greg Kroah-Hartman , Mauro Carvalho Chehab , "David S. Miller" , amit.shah@redhat.com, Jason Wang , Wanlong Gao , virtio-dev@lists.oasis-open.org, netdev@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: [PATCH] MAINTAINERS: add virtio-dev ML for virtio Message-ID: <20140112113756.GA9127@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since virtio is an OASIS standard draft now, virtio implementation discussions are taking place on the virtio-dev OASIS mailing list. Update MAINTAINERS. Signed-off-by: Michael S. Tsirkin --- MAINTAINERS | 3 + drivers/net/virtio_net.c | 355 +++++++++++++++++++++++++---------------------- 2 files changed, 191 insertions(+), 167 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ffcaf97..75202af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9088,6 +9088,7 @@ F: include/media/videobuf2-* VIRTIO CONSOLE DRIVER M: Amit Shah +L: virtio-dev@lists.oasis-open.org L: virtualization@lists.linux-foundation.org S: Maintained F: drivers/char/virtio_console.c @@ -9097,6 +9098,7 @@ F: include/uapi/linux/virtio_console.h VIRTIO CORE, NET AND BLOCK DRIVERS M: Rusty Russell M: "Michael S. Tsirkin" +L: virtio-dev@lists.oasis-open.org L: virtualization@lists.linux-foundation.org S: Maintained F: drivers/virtio/ @@ -9109,6 +9111,7 @@ F: include/uapi/linux/virtio_*.h VIRTIO HOST (VHOST) M: "Michael S. Tsirkin" L: kvm@vger.kernel.org +L: virtio-dev@lists.oasis-open.org L: virtualization@lists.linux-foundation.org L: netdev@vger.kernel.org S: Maintained -- MST