1KVM Unit Tests Maintainers 2========================== 3 4The intention of this file is not to establish who owns what portions of the 5code base, but to provide a set of names that developers can consult when they 6have a question about a particular subset and also to provide a set of names 7to be CC'd when submitting a patch to obtain appropriate review. 8 9In general, if you have a question about inclusion of a patch, you 10should consult the KVM mailing list <kvm@vger.kernel.org> and not any 11specific individual privately. 12 13Descriptions of section entries: 14 15 M: Mail patches to: FullName <address@domain> 16 R: Designated reviewer: FullName <address@domain> 17 These reviewers should be CCed on patches. 18 L: Mailing list that is relevant to this area 19 W: Web-page with status/info 20 Q: Patchwork web based patch tracking system site 21 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 22 S: Status, one of the following: 23 Supported: Someone is actually paid to look after this. 24 Maintained: Someone actually looks after it. 25 Odd Fixes: It has a maintainer but they don't have time to do 26 much other than throw the odd patch in. See below. 27 Orphan: No current maintainer [but maybe you could take the 28 role as you write your new code]. 29 Obsolete: Old code. Something tagged obsolete generally means 30 it has been replaced by a better system and you 31 should be using that. 32 F: Files and directories with wildcard patterns. 33 A trailing slash includes all files and subdirectory files. 34 F: drivers/net/ all files in and below drivers/net 35 F: drivers/net/* all files in drivers/net, but not below 36 F: */net/* all files in "any top level directory"/net 37 One pattern per line. Multiple F: lines acceptable. 38 X: Files and directories that are NOT maintained, same rules as F: 39 Files exclusions are tested before file matches. 40 Can be useful for excluding a specific subdirectory, for instance: 41 F: net/ 42 X: net/ipv6/ 43 matches all files in and below net excluding net/ipv6/ 44 K: Keyword perl extended regex pattern to match content in a 45 patch or file. For instance: 46 K: of_get_profile 47 matches patches or files that contain "of_get_profile" 48 K: \b(printk|pr_(info|err))\b 49 matches patches or files that contain one or more of the words 50 printk, pr_info or pr_err 51 One regex pattern per line. Multiple K: lines acceptable. 52 53 54Maintainers 55----------- 56M: Paolo Bonzini <pbonzini@redhat.com> 57M: Radim Krčmář <rkrcmar@redhat.com> 58L: kvm@vger.kernel.org 59T: git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-tests.git 60 61Architecture Specific Code: 62--------------------------- 63 64ARM 65M: Drew Jones <drjones@redhat.com> 66L: kvm@vger.kernel.org 67L: kvmarm@lists.cs.columbia.edu 68F: arm/* 69F: lib/arm/* 70F: lib/arm64/* 71 72POWERPC 73M: Laurent Vivier <lvivier@redhat.com> 74M: Thomas Huth <thuth@redhat.com> 75L: kvm@vger.kernel.org 76L: kvm-ppc@vger.kernel.org 77F: powerpc/* 78F: lib/powerpc/* 79F: lib/ppc64/* 80 81S390X 82M: Thomas Huth <thuth@redhat.com> 83M: David Hildenbrand <david@redhat.com> 84R: Janosch Frank <frankja@linux.ibm.com> 85L: kvm@vger.kernel.org 86F: s390x/* 87F: lib/s390x/* 88 89X86 90M: Paolo Bonzini <pbonzini@redhat.com> 91M: Radim Krčmář <rkrcmar@redhat.com> 92L: kvm@vger.kernel.org 93F: x86/* 94F: lib/x86/* 95