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>
36 <class>: "xen" -- x86: paravirtualized, arm: standard
37 "hvm" -- x86 only: fully virtualized
38 <major>: major guest interface version
39 <minor>: minor guest interface version
40 <arch>: architecture, e.g.:
41 "x86_32": 32 bit x86 guest without PAE
42 "x86_32p": 32 bit x86 guest with PAE
43 "x86_64": 64 bit x86 guest
44 "armv7l": 32 bit arm guest
45 "aarch64": 64 bit arm guest
47 What: /sys/hypervisor/properties/changeset
50 Contact: xen-devel@lists.xenproject.org
51 Description: If running under Xen:
52 Changeset of the hypervisor (git commit)
53 Might return "<denied>" in case of special security settings
56 What: /sys/hypervisor/properties/features
59 Contact: xen-devel@lists.xenproject.org
60 Description: If running under Xen:
61 Features the Xen hypervisor supports for the guest as defined
62 in include/xen/interface/features.h printed as a hex value.
64 What: /sys/hypervisor/properties/pagesize
67 Contact: xen-devel@lists.xenproject.org
68 Description: If running under Xen:
69 Default page size of the hypervisor printed as a hex value.
70 Might return "0" in case of special security settings
73 What: /sys/hypervisor/properties/virtual_start
76 Contact: xen-devel@lists.xenproject.org
77 Description: If running under Xen:
78 Virtual address of the hypervisor as a hex value.
80 What: /sys/hypervisor/type
83 Contact: xen-devel@lists.xenproject.org
84 Description: If running under Xen:
88 What: /sys/hypervisor/uuid
91 Contact: xen-devel@lists.xenproject.org
92 Description: If running under Xen:
93 UUID of the guest as known to the Xen hypervisor.
95 What: /sys/hypervisor/version/extra
98 Contact: xen-devel@lists.xenproject.org
99 Description: If running under Xen:
100 The Xen version is in the format <major>.<minor><extra>
101 This is the <extra> part of it.
102 Might return "<denied>" in case of special security settings
105 What: /sys/hypervisor/version/major
107 KernelVersion: 2.6.30
108 Contact: xen-devel@lists.xenproject.org
109 Description: If running under Xen:
110 The Xen version is in the format <major>.<minor><extra>
111 This is the <major> part of it.
113 What: /sys/hypervisor/version/minor
115 KernelVersion: 2.6.30
116 Contact: xen-devel@lists.xenproject.org
117 Description: If running under Xen:
118 The Xen version is in the format <major>.<minor><extra>
119 This is the <minor> part of it.