From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] MAINTAINERS: add kvm list for virtio components Date: Thu, 5 Jul 2012 15:22:25 +0300 Message-ID: <20120705122225.GA30572@redhat.com> References: <1341482827-13195-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1341482827-13195-1-git-send-email-pbonzini@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, avi@redhat.com, amit.shah@redhat.com List-Id: virtualization@lists.linuxfoundation.org On Thu, Jul 05, 2012 at 12:07:07PM +0200, Paolo Bonzini wrote: > 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. I have no data on the first statement (do you?) and I disagree with the last statement, but have no objection to people adding kvm list as well. > 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 So pls please replace the 1st paragraph in the commit log with "virtio changes are likely to affect many KVM users as virtio is the de-facto standard for PV devices under KVM". Otherwise ok. 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 > -- > 1.7.1