From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2EFF3C31E40 for ; Fri, 9 Aug 2019 07:42:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 102BD2086A for ; Fri, 9 Aug 2019 07:42:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405691AbfHIHl7 (ORCPT ); Fri, 9 Aug 2019 03:41:59 -0400 Received: from 8bytes.org ([81.169.241.247]:48422 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725985AbfHIHl7 (ORCPT ); Fri, 9 Aug 2019 03:41:59 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 2240339B; Fri, 9 Aug 2019 09:41:58 +0200 (CEST) Date: Fri, 9 Aug 2019 09:41:57 +0200 From: Joerg Roedel To: Paolo Bonzini Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Sean Christopherson , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson Subject: Re: [PATCH] MAINTAINERS: add KVM x86 reviewers Message-ID: <20190809074157.GA29621@8bytes.org> References: <1565336051-31793-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1565336051-31793-1-git-send-email-pbonzini@redhat.com> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, Aug 09, 2019 at 09:34:11AM +0200, Paolo Bonzini wrote: > This is probably overdone---KVM x86 has quite a few contributors that > usually review each other's patches, which is really helpful to me. > Formalize this by listing them as reviewers. I am including people > with various expertise: > > - Joerg for SVM (with designated reviewers, it makes more sense to have > him in the main KVM/x86 stanza) > > - Sean for MMU and VMX > > - Jim for VMX > > - Vitaly for Hyper-V and possibly SVM > > - Wanpeng for LAPIC and paravirtualization. > > Please ack if you are okay with this arrangement, otherwise speak up. > > In other news, Radim is going to leave Red Hat soon. However, he has > not been very much involved in upstream KVM development for some time, > and in the immediate future he is still going to help maintain kvm/queue > while I am on vacation. Since not much is going to change, I will let > him decide whether he wants to keep the maintainer role after he leaves. > > Cc: Sean Christopherson > Cc: Vitaly Kuznetsov > Cc: Wanpeng Li > Cc: Jim Mattson > Cc: Joerg Roedel > Signed-off-by: Paolo Bonzini > --- > MAINTAINERS | 17 +++++++++-------- > 1 file changed, 9 insertions(+), 8 deletions(-) Acked-by: Joerg Roedel