0001 What: /sys/hypervisor/compilation/compile_date
0002 Date: March 2009
0003 KernelVersion: 2.6.30
0004 Contact: xen-devel@lists.xenproject.org
0005 Description: If running under Xen:
0006 Contains the build time stamp of the Xen hypervisor
0007 Might return "<denied>" in case of special security settings
0008 in the hypervisor.
0009
0010 What: /sys/hypervisor/compilation/compiled_by
0011 Date: March 2009
0012 KernelVersion: 2.6.30
0013 Contact: xen-devel@lists.xenproject.org
0014 Description: If running under Xen:
0015 Contains information who built the Xen hypervisor
0016 Might return "<denied>" in case of special security settings
0017 in the hypervisor.
0018
0019 What: /sys/hypervisor/compilation/compiler
0020 Date: March 2009
0021 KernelVersion: 2.6.30
0022 Contact: xen-devel@lists.xenproject.org
0023 Description: If running under Xen:
0024 Compiler which was used to build the Xen hypervisor
0025 Might return "<denied>" in case of special security settings
0026 in the hypervisor.
0027
0028 What: /sys/hypervisor/properties/capabilities
0029 Date: March 2009
0030 KernelVersion: 2.6.30
0031 Contact: xen-devel@lists.xenproject.org
0032 Description: If running under Xen:
0033 Space separated list of supported guest system types. Each type
0034 is in the format: <class>-<major>.<minor>-<arch>
0035 With:
0036
0037 ======== ============================================
0038 <class>: "xen" -- x86: paravirtualized, arm: standard
0039 "hvm" -- x86 only: fully virtualized
0040 <major>: major guest interface version
0041 <minor>: minor guest interface version
0042 <arch>: architecture, e.g.:
0043 "x86_32": 32 bit x86 guest without PAE
0044 "x86_32p": 32 bit x86 guest with PAE
0045 "x86_64": 64 bit x86 guest
0046 "armv7l": 32 bit arm guest
0047 "aarch64": 64 bit arm guest
0048 ======== ============================================
0049
0050 What: /sys/hypervisor/properties/changeset
0051 Date: March 2009
0052 KernelVersion: 2.6.30
0053 Contact: xen-devel@lists.xenproject.org
0054 Description: If running under Xen:
0055 Changeset of the hypervisor (git commit)
0056 Might return "<denied>" in case of special security settings
0057 in the hypervisor.
0058
0059 What: /sys/hypervisor/properties/features
0060 Date: March 2009
0061 KernelVersion: 2.6.30
0062 Contact: xen-devel@lists.xenproject.org
0063 Description: If running under Xen:
0064 Features the Xen hypervisor supports for the guest as defined
0065 in include/xen/interface/features.h printed as a hex value.
0066
0067 What: /sys/hypervisor/properties/pagesize
0068 Date: March 2009
0069 KernelVersion: 2.6.30
0070 Contact: xen-devel@lists.xenproject.org
0071 Description: If running under Xen:
0072 Default page size of the hypervisor printed as a hex value.
0073 Might return "0" in case of special security settings
0074 in the hypervisor.
0075
0076 What: /sys/hypervisor/properties/virtual_start
0077 Date: March 2009
0078 KernelVersion: 2.6.30
0079 Contact: xen-devel@lists.xenproject.org
0080 Description: If running under Xen:
0081 Virtual address of the hypervisor as a hex value.
0082
0083 What: /sys/hypervisor/type
0084 Date: March 2009
0085 KernelVersion: 2.6.30
0086 Contact: xen-devel@lists.xenproject.org
0087 Description: If running under Xen:
0088 Type of hypervisor:
0089 "xen": Xen hypervisor
0090
0091 What: /sys/hypervisor/uuid
0092 Date: March 2009
0093 KernelVersion: 2.6.30
0094 Contact: xen-devel@lists.xenproject.org
0095 Description: If running under Xen:
0096 UUID of the guest as known to the Xen hypervisor.
0097
0098 What: /sys/hypervisor/version/extra
0099 Date: March 2009
0100 KernelVersion: 2.6.30
0101 Contact: xen-devel@lists.xenproject.org
0102 Description: If running under Xen:
0103 The Xen version is in the format <major>.<minor><extra>
0104 This is the <extra> part of it.
0105 Might return "<denied>" in case of special security settings
0106 in the hypervisor.
0107
0108 What: /sys/hypervisor/version/major
0109 Date: March 2009
0110 KernelVersion: 2.6.30
0111 Contact: xen-devel@lists.xenproject.org
0112 Description: If running under Xen:
0113 The Xen version is in the format <major>.<minor><extra>
0114 This is the <major> part of it.
0115
0116 What: /sys/hypervisor/version/minor
0117 Date: March 2009
0118 KernelVersion: 2.6.30
0119 Contact: xen-devel@lists.xenproject.org
0120 Description: If running under Xen:
0121 The Xen version is in the format <major>.<minor><extra>
0122 This is the <minor> part of it.