aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoao Martins <joao.m.martins@oracle.com>2017-11-08 12:19:58 -0500
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2017-11-08 16:33:14 -0500
commitffe15f83ef856ba451e99c41b07d46763bd72a0f (patch)
tree0266ccb01930048cbbff5bd9af6275040229e548
parent2229f70b5bbb025e1394b61007938a68060afbfb (diff)
MAINTAINERS: xen, kvm: track pvclock-abi.h changes
This file defines an ABI shared between guest and hypervisor(s) (KVM, Xen) and as such there should be an correspondent entry in MAINTAINERS file. Notice that there's already a text notice at the top of the header file, hence this commit simply enforces it more explicitly and have both peers noticed when such changes happen. Signed-off-by: Joao Martins <joao.m.martins@oracle.com> Acked-by: Juergen Gross <jgross@suse.com> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index af0cb69f6a3e..ff93f4a44d2e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7604,6 +7604,7 @@ S: Supported
7604F: arch/x86/kvm/ 7604F: arch/x86/kvm/
7605F: arch/x86/include/uapi/asm/kvm* 7605F: arch/x86/include/uapi/asm/kvm*
7606F: arch/x86/include/asm/kvm* 7606F: arch/x86/include/asm/kvm*
7607F: arch/x86/include/asm/pvclock-abi.h
7607F: arch/x86/kernel/kvm.c 7608F: arch/x86/kernel/kvm.c
7608F: arch/x86/kernel/kvmclock.c 7609F: arch/x86/kernel/kvmclock.c
7609 7610
@@ -14731,6 +14732,7 @@ F: arch/x86/xen/
14731F: drivers/*/xen-*front.c 14732F: drivers/*/xen-*front.c
14732F: drivers/xen/ 14733F: drivers/xen/
14733F: arch/x86/include/asm/xen/ 14734F: arch/x86/include/asm/xen/
14735F: arch/x86/include/asm/pvclock-abi.h
14734F: include/xen/ 14736F: include/xen/
14735F: include/uapi/xen/ 14737F: include/uapi/xen/
14736F: Documentation/ABI/stable/sysfs-hypervisor-xen 14738F: Documentation/ABI/stable/sysfs-hypervisor-xen