sysfs-hypervisor-xen 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. What: /sys/hypervisor/guest_type
  2. Date: June 2017
  3. KernelVersion: 4.13
  4. Contact: [email protected]
  5. Description: If running under Xen:
  6. Type of guest:
  7. "Xen": standard guest type on arm
  8. "HVM": fully virtualized guest (x86)
  9. "PV": paravirtualized guest (x86)
  10. "PVH": fully virtualized guest without legacy emulation (x86)
  11. What: /sys/hypervisor/pmu/pmu_mode
  12. Date: August 2015
  13. KernelVersion: 4.3
  14. Contact: Boris Ostrovsky <[email protected]>
  15. Description: If running under Xen:
  16. Describes mode that Xen's performance-monitoring unit (PMU)
  17. uses. Accepted values are:
  18. ====== ============================================
  19. "off" PMU is disabled
  20. "self" The guest can profile itself
  21. "hv" The guest can profile itself and, if it is
  22. privileged (e.g. dom0), the hypervisor
  23. "all" The guest can profile itself, the hypervisor
  24. and all other guests. Only available to
  25. privileged guests.
  26. ====== ============================================
  27. What: /sys/hypervisor/pmu/pmu_features
  28. Date: August 2015
  29. KernelVersion: 4.3
  30. Contact: Boris Ostrovsky <[email protected]>
  31. Description: If running under Xen:
  32. Describes Xen PMU features (as an integer). A set bit indicates
  33. that the corresponding feature is enabled. See
  34. include/xen/interface/xenpmu.h for available features
  35. What: /sys/hypervisor/properties/buildid
  36. Date: June 2017
  37. KernelVersion: 4.13
  38. Contact: [email protected]
  39. Description: If running under Xen:
  40. Build id of the hypervisor, needed for hypervisor live patching.
  41. Might return "<denied>" in case of special security settings
  42. in the hypervisor.