diff options
author | Marc Zyngier <[email protected]> | 2014-04-26 03:43:01 -0700 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2014-04-28 12:28:16 +0200 |
commit | 5c8818b46e067120d33bbb2f610313240d76ba02 (patch) | |
tree | 552f0a4acabb1710408d3784f171ce2e36e34361 | |
parent | fe2b201b3be91575857227da7ef21f661bc460b1 (diff) |
MAINTAINERS: co-maintainance of KVM/{arm,arm64}
The KVM/{arm,arm64} ports are sharing a lot of code, and are
effectively co-maintained (and have been for quite a while).
Make the situation official and list the two maintainers
for both ports.
Cc: Catalin Marinas <[email protected]>
Cc: Russell King <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Cc: Gleb Natapov <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Signed-off-by: Christoffer Dall <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6dc67b1fdb50..24815e784905 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5108,14 +5108,19 @@ F: drivers/s390/kvm/ KERNEL VIRTUAL MACHINE (KVM) FOR ARM M: Christoffer Dall <[email protected]> +M: Marc Zyngier <[email protected]> +L: [email protected] (moderated for non-subscribers) W: http://systems.cs.columbia.edu/projects/kvm-arm S: Supported F: arch/arm/include/uapi/asm/kvm* F: arch/arm/include/asm/kvm* F: arch/arm/kvm/ +F: virt/kvm/arm/ +F: include/kvm/arm_* KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) +M: Christoffer Dall <[email protected]> M: Marc Zyngier <[email protected]> L: [email protected] (moderated for non-subscribers) |