2017-06-14 17:12:45 +02:00
What: /sys/hypervisor/guest_type
2017-06-14 19:23:52 +02:00
Date: June 2017
2017-06-14 17:12:45 +02:00
KernelVersion: 4.13
Contact: xen-devel@lists.xenproject.org
Description: If running under Xen:
Type of guest:
"Xen": standard guest type on arm
"HVM": fully virtualized guest (x86)
"PV": paravirtualized guest (x86)
"PVH": fully virtualized guest without legacy emulation (x86)
2015-08-10 16:34:33 -04:00
What: /sys/hypervisor/pmu/pmu_mode
Date: August 2015
KernelVersion: 4.3
Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com>
2017-06-14 17:12:45 +02:00
Description: If running under Xen:
2015-08-10 16:34:33 -04:00
Describes mode that Xen's performance-monitoring unit (PMU)
2020-10-30 08:40:39 +01:00
uses. Accepted values are:
====== ============================================
"off" PMU is disabled
"self" The guest can profile itself
"hv" The guest can profile itself and, if it is
2015-08-10 16:34:33 -04:00
privileged (e.g. dom0), the hypervisor
2020-10-30 08:40:39 +01:00
"all" The guest can profile itself, the hypervisor
2015-08-10 16:34:33 -04:00
and all other guests. Only available to
privileged guests.
2020-10-30 08:40:39 +01:00
====== ============================================
2015-08-10 16:34:33 -04:00
What: /sys/hypervisor/pmu/pmu_features
Date: August 2015
KernelVersion: 4.3
Contact: Boris Ostrovsky <boris.ostrovsky@oracle.com>
2017-06-14 17:12:45 +02:00
Description: If running under Xen:
2015-08-10 16:34:33 -04:00
Describes Xen PMU features (as an integer). A set bit indicates
that the corresponding feature is enabled. See
include/xen/interface/xenpmu.h for available features
2017-06-14 19:23:52 +02:00
What: /sys/hypervisor/properties/buildid
Date: June 2017
KernelVersion: 4.13
Contact: xen-devel@lists.xenproject.org
Description: If running under Xen:
Build id of the hypervisor, needed for hypervisor live patching.
Might return "<denied>" in case of special security settings
in the hypervisor.