]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] Hypervisor filesystem (s390_hypfs) for z/VM
authorMichael Holzheu <holzheu@de.ibm.com>
Mon, 5 Feb 2007 20:18:29 +0000 (21:18 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 5 Feb 2007 20:18:29 +0000 (21:18 +0100)
commit830f9c7e77c54a2b56bac6d9f5c5b50d38167af8
treeecfbdc24742474f3d14efb1799d7994bbaa67612
parent748b606aa1fa7b03bfb5229a201c35bd5bc345b4
[S390] Hypervisor filesystem (s390_hypfs) for z/VM

This is an extension of the already existing hypfs for LPAR (DIAG 204).
Data returned by DIAG 2fc is exported using the s390_hypfs when Linux
is running under z/VM. Information about cpus and memory is provided.
Data is put into different virtual files which can be accessed from user
space. All values are represented as ASCII strings

Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/hypfs/Makefile
arch/s390/hypfs/hypfs.h
arch/s390/hypfs/hypfs_diag.h [deleted file]
arch/s390/hypfs/hypfs_vm.c [new file with mode: 0644]
arch/s390/hypfs/inode.c