diff options
author | Juergen Gross <jgross@suse.com> | 2017-06-14 19:23:49 +0200 |
---|---|---|
committer | Juergen Gross <jgross@suse.com> | 2017-06-15 08:50:15 +0200 |
commit | db985220778e200a935c6d8afddb2b1e32554375 (patch) | |
tree | 9128f66adc687903f48b5565e4e87e4762f689e9 /MAINTAINERS | |
parent | ae039001054b34c4a624539b32a8b6ff3403aaf9 (diff) | |
download | op-kernel-dev-db985220778e200a935c6d8afddb2b1e32554375.zip op-kernel-dev-db985220778e200a935c6d8afddb2b1e32554375.tar.gz |
doc,xen: document hypervisor sysfs nodes for xen
Today only a few sysfs nodes under /sys/hypervisor/ are documented
for Xen in Documentation/ABI/testing/sysfs-hypervisor-pmu.
Add the remaining Xen sysfs nodes under /sys/hypervisor/ in a new
file Documentation/ABI/stable/sysfs-hypervisor-xen and add the Xen
specific sysfs docs to the MAINTAINERS file.
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7a28acd..730245a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13983,6 +13983,8 @@ F: drivers/xen/ F: arch/x86/include/asm/xen/ F: include/xen/ F: include/uapi/xen/ +F: Documentation/ABI/stable/sysfs-hypervisor-xen +F: Documentation/ABI/testing/sysfs-hypervisor-pmu XEN HYPERVISOR ARM M: Stefano Stabellini <sstabellini@kernel.org> |