diff options
author | Sean Christopherson <seanjc@google.com> | 2023-04-11 10:16:51 -0700 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2023-06-22 14:25:38 -0700 |
commit | 63e2f55cabedf8a7ede928f7cf3ab028af44b9e9 (patch) | |
tree | 66cc3da0b2db96596585117c6c51b2a86d939161 /MAINTAINERS | |
parent | b7dac767c9356fe94fe345f907adf573cf745d8d (diff) |
Documentation/process: Add a maintainer handbook for KVM x86
Add a KVM x86 doc to the subsystem/maintainer handbook section to explain
how KVM x86 (currently) operates as a sub-subsystem, and to soapbox on
the rules and expectations for contributing to KVM x86.
Reviewed-by: Like Xu <likexu@tencent.com>
Link: https://lore.kernel.org/r/20230411171651.1067966-3-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e0ad886d3163..d682bfa2b291 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11420,6 +11420,7 @@ M: Sean Christopherson <seanjc@google.com> M: Paolo Bonzini <pbonzini@redhat.com> L: kvm@vger.kernel.org S: Supported +P: Documentation/process/maintainer-kvm-x86.rst T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git F: arch/x86/include/asm/kvm* F: arch/x86/include/asm/svm.h |