From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v2] KVM: MAINTAINERS improvements Date: Fri, 11 Aug 2017 14:59:08 +0200 Message-ID: <20170811145908.52d9d7b4.cohuck@redhat.com> References: <20170811122920.29179-1-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, pbonzini@redhat.com, rkrcmar@redhat.com, joro@8bytes.org, cdall@linaro.org, marc.zyngier@arm.com, agraf@suse.com, borntraeger@de.ibm.com, james.hogan@imgtec.com To: Andrew Jones Return-path: Received: from mx1.redhat.com ([209.132.183.28]:58076 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753112AbdHKM7P (ORCPT ); Fri, 11 Aug 2017 08:59:15 -0400 In-Reply-To: <20170811122920.29179-1-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 11 Aug 2017 14:29:20 +0200 Andrew Jones wrote: > Remove nonexistent files, allow less awkward expressions when > extracting arch-specific information, and only return relevant > information when using arch-specific expressions. Additionally > add include/trace/events/kvm.h, arch/*/include/uapi/asm/kvm*, > and arch/powerpc/kernel/kvm* to appropriate sections. The arch- > specific expressions are now: > > /KVM/ -- All KVM > /\(KVM\)|\(KVM\/x86\)/ -- X86 > /\(KVM\)|\(KVM\/x86\)|\(KVM\/amd\)/ -- X86 plus AMD > /\(KVM\)|\(KVM\/arm\)/ -- ARM > /\(KVM\)|\(KVM\/arm\)|\(KVM\/arm64\)/ -- ARM plus ARM64 > /\(KVM\)|\(KVM\/powerpc\)/ -- POWERPC > /\(KVM\)|\(KVM\/s390\)/ -- S390 > /\(KVM\)|\(KVM\/mips\)/ -- MIPS > > Signed-off-by: Andrew Jones > @@ -7454,7 +7468,7 @@ L: linux-s390@vger.kernel.org > W: http://www.ibm.com/developerworks/linux/linux390/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git > S: Supported > -F: Documentation/s390/kvm.txt > +F: arch/s390/include/uapi/asm/kvm* > F: arch/s390/include/asm/kvm* > F: arch/s390/kvm/ > F: arch/s390/mm/gmap.c There might be a case for arch/s390/include/asm/gmap.h as well, but gmap.c should already cover the gmap code, so Acked-by: Cornelia Huck