diff options
author | David Woodhouse <[email protected]> | 2022-11-12 14:28:20 +0000 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2022-11-28 13:31:02 -0500 |
commit | 7927e27549d3f02354233a9ab3f28e0080ede29b (patch) | |
tree | f545ea08b668f2a0a5cff6f16f5e501a87b19f21 | |
parent | c3f3719952b9ab64e001e36df3d7bf24d5a4752d (diff) |
MAINTAINERS: Add KVM x86/xen maintainer list
Adding Paul as co-maintainer of Xen support to help ensure that things
don't fall through the cracks when I spend three months at a time
travelling...
Signed-off-by: David Woodhouse <[email protected]>
Reviewed-by: Paul Durrant <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 046ff06ff97f..89672a59c0c3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11324,6 +11324,16 @@ F: arch/x86/kvm/svm/hyperv.* F: arch/x86/kvm/svm/svm_onhyperv.* F: arch/x86/kvm/vmx/evmcs.* +KVM X86 Xen (KVM/Xen) +M: David Woodhouse <[email protected]> +M: Paul Durrant <[email protected]> +M: Sean Christopherson <[email protected]> +M: Paolo Bonzini <[email protected]> +S: Supported +T: git git://git.kernel.org/pub/scm/virt/kvm/kvm.git +F: arch/x86/kvm/xen.* + KERNFS M: Greg Kroah-Hartman <[email protected]> M: Tejun Heo <[email protected]> |