[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)
commit31cb4bd31a48f62105d037ad53192b94d4c08f53
treeecfbdc24742474f3d14efb1799d7994bbaa67612
parentcced1dd42ebcebc7fa7f02fe487e48aa71752401
[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