sysfs-hypervisor-xen 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. What: /sys/hypervisor/compilation/compile_date
  2. Date: March 2009
  3. KernelVersion: 2.6.30
  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
  8. in the hypervisor.
  9. What: /sys/hypervisor/compilation/compiled_by
  10. Date: March 2009
  11. KernelVersion: 2.6.30
  12. Contact: xen-devel@lists.xenproject.org
  13. Description: If running under Xen:
  14. Contains information who built the Xen hypervisor
  15. Might return "<denied>" in case of special security settings
  16. in the hypervisor.
  17. What: /sys/hypervisor/compilation/compiler
  18. Date: March 2009
  19. KernelVersion: 2.6.30
  20. Contact: xen-devel@lists.xenproject.org
  21. Description: If running under Xen:
  22. Compiler which was used to build the Xen hypervisor
  23. Might return "<denied>" in case of special security settings
  24. in the hypervisor.
  25. What: /sys/hypervisor/properties/capabilities
  26. Date: March 2009
  27. KernelVersion: 2.6.30
  28. Contact: xen-devel@lists.xenproject.org
  29. Description: If running under Xen:
  30. Space separated list of supported guest system types. Each type
  31. is in the format: <class>-<major>.<minor>-<arch>
  32. With:
  33. ======== ============================================
  34. <class>: "xen" -- x86: paravirtualized, arm: standard
  35. "hvm" -- x86 only: fully virtualized
  36. <major>: major guest interface version
  37. <minor>: minor guest interface version
  38. <arch>: architecture, e.g.:
  39. "x86_32": 32 bit x86 guest without PAE
  40. "x86_32p": 32 bit x86 guest with PAE
  41. "x86_64": 64 bit x86 guest
  42. "armv7l": 32 bit arm guest
  43. "aarch64": 64 bit arm guest
  44. ======== ============================================
  45. What: /sys/hypervisor/properties/changeset
  46. Date: March 2009
  47. KernelVersion: 2.6.30
  48. Contact: xen-devel@lists.xenproject.org
  49. Description: If running under Xen:
  50. Changeset of the hypervisor (git commit)
  51. Might return "<denied>" in case of special security settings
  52. in the hypervisor.
  53. What: /sys/hypervisor/properties/features
  54. Date: March 2009
  55. KernelVersion: 2.6.30
  56. Contact: xen-devel@lists.xenproject.org
  57. Description: If running under Xen:
  58. Features the Xen hypervisor supports for the guest as defined
  59. in include/xen/interface/features.h printed as a hex value.
  60. What: /sys/hypervisor/properties/pagesize
  61. Date: March 2009
  62. KernelVersion: 2.6.30
  63. Contact: xen-devel@lists.xenproject.org
  64. Description: If running under Xen:
  65. Default page size of the hypervisor printed as a hex value.
  66. Might return "0" in case of special security settings
  67. in the hypervisor.
  68. What: /sys/hypervisor/properties/virtual_start
  69. Date: March 2009
  70. KernelVersion: 2.6.30
  71. Contact: xen-devel@lists.xenproject.org
  72. Description: If running under Xen:
  73. Virtual address of the hypervisor as a hex value.
  74. What: /sys/hypervisor/type
  75. Date: March 2009
  76. KernelVersion: 2.6.30
  77. Contact: xen-devel@lists.xenproject.org
  78. Description: If running under Xen:
  79. Type of hypervisor:
  80. "xen": Xen hypervisor
  81. What: /sys/hypervisor/uuid
  82. Date: March 2009
  83. KernelVersion: 2.6.30
  84. Contact: xen-devel@lists.xenproject.org
  85. Description: If running under Xen:
  86. UUID of the guest as known to the Xen hypervisor.
  87. What: /sys/hypervisor/version/extra
  88. Date: March 2009
  89. KernelVersion: 2.6.30
  90. Contact: xen-devel@lists.xenproject.org
  91. Description: If running under Xen:
  92. The Xen version is in the format <major>.<minor><extra>
  93. This is the <extra> part of it.
  94. Might return "<denied>" in case of special security settings
  95. in the hypervisor.
  96. What: /sys/hypervisor/version/major
  97. Date: March 2009
  98. KernelVersion: 2.6.30
  99. Contact: xen-devel@lists.xenproject.org
  100. Description: If running under Xen:
  101. The Xen version is in the format <major>.<minor><extra>
  102. This is the <major> part of it.
  103. What: /sys/hypervisor/version/minor
  104. Date: March 2009
  105. KernelVersion: 2.6.30
  106. Contact: xen-devel@lists.xenproject.org
  107. Description: If running under Xen:
  108. The Xen version is in the format <major>.<minor><extra>
  109. This is the <minor> part of it.