|
| 1 | +What: /sys/hypervisor/compilation/compile_date |
| 2 | +Date: March 2009 |
| 3 | +KernelVersion: 2.6.30 |
| 4 | + |
| 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 |
| 8 | + in the hypervisor. |
| 9 | + |
| 10 | +What: /sys/hypervisor/compilation/compiled_by |
| 11 | +Date: March 2009 |
| 12 | +KernelVersion: 2.6.30 |
| 13 | + |
| 14 | +Description: If running under Xen: |
| 15 | + Contains information who built the Xen hypervisor |
| 16 | + Might return "<denied>" in case of special security settings |
| 17 | + in the hypervisor. |
| 18 | + |
| 19 | +What: /sys/hypervisor/compilation/compiler |
| 20 | +Date: March 2009 |
| 21 | +KernelVersion: 2.6.30 |
| 22 | + |
| 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 |
| 26 | + in the hypervisor. |
| 27 | + |
| 28 | +What: /sys/hypervisor/properties/capabilities |
| 29 | +Date: March 2009 |
| 30 | +KernelVersion: 2.6.30 |
| 31 | + |
| 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> |
| 35 | + With: |
| 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 |
| 46 | + |
| 47 | +What: /sys/hypervisor/properties/changeset |
| 48 | +Date: March 2009 |
| 49 | +KernelVersion: 2.6.30 |
| 50 | + |
| 51 | +Description: If running under Xen: |
| 52 | + Changeset of the hypervisor (git commit) |
| 53 | + Might return "<denied>" in case of special security settings |
| 54 | + in the hypervisor. |
| 55 | + |
| 56 | +What: /sys/hypervisor/properties/features |
| 57 | +Date: March 2009 |
| 58 | +KernelVersion: 2.6.30 |
| 59 | + |
| 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. |
| 63 | + |
| 64 | +What: /sys/hypervisor/properties/pagesize |
| 65 | +Date: March 2009 |
| 66 | +KernelVersion: 2.6.30 |
| 67 | + |
| 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 |
| 71 | + in the hypervisor. |
| 72 | + |
| 73 | +What: /sys/hypervisor/properties/virtual_start |
| 74 | +Date: March 2009 |
| 75 | +KernelVersion: 2.6.30 |
| 76 | + |
| 77 | +Description: If running under Xen: |
| 78 | + Virtual address of the hypervisor as a hex value. |
| 79 | + |
| 80 | +What: /sys/hypervisor/type |
| 81 | +Date: March 2009 |
| 82 | +KernelVersion: 2.6.30 |
| 83 | + |
| 84 | +Description: If running under Xen: |
| 85 | + Type of hypervisor: |
| 86 | + "xen": Xen hypervisor |
| 87 | + |
| 88 | +What: /sys/hypervisor/uuid |
| 89 | +Date: March 2009 |
| 90 | +KernelVersion: 2.6.30 |
| 91 | + |
| 92 | +Description: If running under Xen: |
| 93 | + UUID of the guest as known to the Xen hypervisor. |
| 94 | + |
| 95 | +What: /sys/hypervisor/version/extra |
| 96 | +Date: March 2009 |
| 97 | +KernelVersion: 2.6.30 |
| 98 | + |
| 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 |
| 103 | + in the hypervisor. |
| 104 | + |
| 105 | +What: /sys/hypervisor/version/major |
| 106 | +Date: March 2009 |
| 107 | +KernelVersion: 2.6.30 |
| 108 | + |
| 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. |
| 112 | + |
| 113 | +What: /sys/hypervisor/version/minor |
| 114 | +Date: March 2009 |
| 115 | +KernelVersion: 2.6.30 |
| 116 | + |
| 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. |
0 commit comments