From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v2] KVM: MAINTAINERS improvements Date: Fri, 11 Aug 2017 16:44:32 +0200 Message-ID: <20170811144432.GG30515@8bytes.org> References: <20170811122920.29179-1-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, pbonzini@redhat.com, rkrcmar@redhat.com, cdall@linaro.org, marc.zyngier@arm.com, agraf@suse.com, borntraeger@de.ibm.com, cohuck@redhat.com, james.hogan@imgtec.com To: Andrew Jones Return-path: Received: from 8bytes.org ([81.169.241.247]:40396 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752883AbdHKOod (ORCPT ); Fri, 11 Aug 2017 10:44:33 -0400 Content-Disposition: inline In-Reply-To: <20170811122920.29179-1-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Aug 11, 2017 at 02:29:20PM +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 Acked-by: Joerg Roedel