1 What: /sys/hypervisor/compilation/compile_date
4 Contact: xen-devel@lists.xenproject.org
5 Description: If running under Xen:
6 Contains the build time stamp of the Xen hypervisor
7 Might return "<denied>" in case of special security settings
10 What: /sys/hypervisor/compilation/compiled_by
13 Contact: xen-devel@lists.xenproject.org
14 Description: If running under Xen:
15 Contains information who built the Xen hypervisor
16 Might return "<denied>" in case of special security settings
19 What: /sys/hypervisor/compilation/compiler
22 Contact: xen-devel@lists.xenproject.org
23 Description: If running under Xen:
24 Compiler which was used to build the Xen hypervisor
25 Might return "<denied>" in case of special security settings
28 What: /sys/hypervisor/properties/capabilities
31 Contact: xen-devel@lists.xenproject.org
32 Description: If running under Xen:
33 Space separated list of supported guest system types. Each type
34 is in the format: <class>-<major>.<minor>-<arch>
37 ======== ============================================
38 <class>: "xen" -- x86: paravirtualized, arm: standard
39 "hvm" -- x86 only: fully virtualized
40 <major>: major guest interface version
41 <minor>: minor guest interface version
42 <arch>: architecture, e.g.:
43 "x86_32": 32 bit x86 guest without PAE
44 "x86_32p": 32 bit x86 guest with PAE
45 "x86_64": 64 bit x86 guest
46 "armv7l": 32 bit arm guest
47 "aarch64": 64 bit arm guest
48 ======== ============================================
50 What: /sys/hypervisor/properties/changeset
53 Contact: xen-devel@lists.xenproject.org
54 Description: If running under Xen:
55 Changeset of the hypervisor (git commit)
56 Might return "<denied>" in case of special security settings
59 What: /sys/hypervisor/properties/features
62 Contact: xen-devel@lists.xenproject.org
63 Description: If running under Xen:
64 Features the Xen hypervisor supports for the guest as defined
65 in include/xen/interface/features.h printed as a hex value.
67 What: /sys/hypervisor/properties/pagesize
70 Contact: xen-devel@lists.xenproject.org
71 Description: If running under Xen:
72 Default page size of the hypervisor printed as a hex value.
73 Might return "0" in case of special security settings
76 What: /sys/hypervisor/properties/virtual_start
79 Contact: xen-devel@lists.xenproject.org
80 Description: If running under Xen:
81 Virtual address of the hypervisor as a hex value.
83 What: /sys/hypervisor/type
86 Contact: xen-devel@lists.xenproject.org
87 Description: If running under Xen:
91 What: /sys/hypervisor/uuid
94 Contact: xen-devel@lists.xenproject.org
95 Description: If running under Xen:
96 UUID of the guest as known to the Xen hypervisor.
98 What: /sys/hypervisor/version/extra
100 KernelVersion: 2.6.30
101 Contact: xen-devel@lists.xenproject.org
102 Description: If running under Xen:
103 The Xen version is in the format <major>.<minor><extra>
104 This is the <extra> part of it.
105 Might return "<denied>" in case of special security settings
108 What: /sys/hypervisor/version/major
110 KernelVersion: 2.6.30
111 Contact: xen-devel@lists.xenproject.org
112 Description: If running under Xen:
113 The Xen version is in the format <major>.<minor><extra>
114 This is the <major> part of it.
116 What: /sys/hypervisor/version/minor
118 KernelVersion: 2.6.30
119 Contact: xen-devel@lists.xenproject.org
120 Description: If running under Xen:
121 The Xen version is in the format <major>.<minor><extra>
122 This is the <minor> part of it.