From patchwork Thu Jul 5 10:07:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 1158971 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 7F05F3FD4F for ; Thu, 5 Jul 2012 10:07:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755578Ab2GEKHZ (ORCPT ); Thu, 5 Jul 2012 06:07:25 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:57754 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751437Ab2GEKHX (ORCPT ); Thu, 5 Jul 2012 06:07:23 -0400 Received: by gglu4 with SMTP id u4so7174924ggl.19 for ; Thu, 05 Jul 2012 03:07:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer; bh=PdxswlRoM+qhUEh1SY8+jBGZvb5uSkVN7PJgG8h0RE4=; b=PsOHTfoOI/8ZC4W3t6NB00GVYdqlEQGHk324es4369eafU0N1CWIgvHJouWJI9WJeI mNorTU06eveqzOKUw1CO3wJKw1/HLGNtfB4WuZ/p1m4hYESyiFWj6Tiiend9X25+wZYb MLd/OiTjRCvC+51ICrL/3CxUt/WlbDbZnlXw9anHFBTKgoSJy18N80BG27sp3hWwOLs0 80Rd7bRKSSOdeRhykB9V9/OVqAyCk6HnR+0ZlQu/OUbMt/m64cKB7TA62DLzITvX17vR aOVtB+Jk5Jq03bEJJgsPmA0UdM3W0tLfpFxDoqoFdDTfNzay7QV/AuvV4ECWQwDSZLPp fm2Q== Received: by 10.68.135.201 with SMTP id pu9mr26532110pbb.146.1341482842774; Thu, 05 Jul 2012 03:07:22 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-189-113.ip51.fastwebnet.it. [93.34.189.113]) by mx.google.com with ESMTPS id hw6sm19483249pbc.73.2012.07.05.03.07.19 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 05 Jul 2012 03:07:21 -0700 (PDT) From: Paolo Bonzini To: linux-kernel@vger.kernel.org Cc: amit.shah@redhat.com, virtualization@lists.linux-foundation.org, kvm@vger.kernel.org, rusty@rustcorp.com.au, mst@redhat.com Subject: [PATCH] MAINTAINERS: add kvm list for virtio components Date: Thu, 5 Jul 2012 12:07:07 +0200 Message-Id: <1341482827-13195-1-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.10.2 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org The KVM list is followed by more people than the generic virtualization@lists.linux-foundation.org mailing list, and is already "de facto" the place where virtio patches are posted. pv-ops still has no other lists than virtualization@lists.linux-foundation.org. However, pv-ops patches will likely touch Xen or KVM files as well and the respective mailing list will usually be reached as well. Signed-off-by: Paolo Bonzini Acked-by: Michael S. Tsirkin --- MAINTAINERS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 14bc707..e265f2e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7340,6 +7340,7 @@ F: include/media/videobuf2-* VIRTIO CONSOLE DRIVER M: Amit Shah L: virtualization@lists.linux-foundation.org +L: kvm@vger.kernel.org S: Maintained F: drivers/char/virtio_console.c F: include/linux/virtio_console.h @@ -7348,6 +7349,7 @@ VIRTIO CORE, NET AND BLOCK DRIVERS M: Rusty Russell M: "Michael S. Tsirkin" L: virtualization@lists.linux-foundation.org +L: kvm@vger.kernel.org S: Maintained F: drivers/virtio/ F: drivers/net/virtio_net.c