sysfs-hypervisor-xen 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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. <class>: "xen" -- x86: paravirtualized, arm: standard
  34. "hvm" -- x86 only: fully virtualized
  35. <major>: major guest interface version
  36. <minor>: minor guest interface version
  37. <arch>: architecture, e.g.:
  38. "x86_32": 32 bit x86 guest without PAE
  39. "x86_32p": 32 bit x86 guest with PAE
  40. "x86_64": 64 bit x86 guest
  41. "armv7l": 32 bit arm guest
  42. "aarch64": 64 bit arm guest
  43. What: /sys/hypervisor/properties/changeset
  44. Date: March 2009
  45. KernelVersion: 2.6.30
  46. Contact: xen-devel@lists.xenproject.org
  47. Description: If running under Xen:
  48. Changeset of the hypervisor (git commit)
  49. Might return "<denied>" in case of special security settings
  50. in the hypervisor.
  51. What: /sys/hypervisor/properties/features
  52. Date: March 2009
  53. KernelVersion: 2.6.30
  54. Contact: xen-devel@lists.xenproject.org
  55. Description: If running under Xen:
  56. Features the Xen hypervisor supports for the guest as defined
  57. in include/xen/interface/features.h printed as a hex value.
  58. What: /sys/hypervisor/properties/pagesize
  59. Date: March 2009
  60. KernelVersion: 2.6.30
  61. Contact: xen-devel@lists.xenproject.org
  62. Description: If running under Xen:
  63. Default page size of the hypervisor printed as a hex value.
  64. Might return "0" in case of special security settings
  65. in the hypervisor.
  66. What: /sys/hypervisor/properties/virtual_start
  67. Date: March 2009
  68. KernelVersion: 2.6.30
  69. Contact: xen-devel@lists.xenproject.org
  70. Description: If running under Xen:
  71. Virtual address of the hypervisor as a hex value.
  72. What: /sys/hypervisor/type
  73. Date: March 2009
  74. KernelVersion: 2.6.30
  75. Contact: xen-devel@lists.xenproject.org
  76. Description: If running under Xen:
  77. Type of hypervisor:
  78. "xen": Xen hypervisor
  79. What: /sys/hypervisor/uuid
  80. Date: March 2009
  81. KernelVersion: 2.6.30
  82. Contact: xen-devel@lists.xenproject.org
  83. Description: If running under Xen:
  84. UUID of the guest as known to the Xen hypervisor.
  85. What: /sys/hypervisor/version/extra
  86. Date: March 2009
  87. KernelVersion: 2.6.30
  88. Contact: xen-devel@lists.xenproject.org
  89. Description: If running under Xen:
  90. The Xen version is in the format <major>.<minor><extra>
  91. This is the <extra> part of it.
  92. Might return "<denied>" in case of special security settings
  93. in the hypervisor.
  94. What: /sys/hypervisor/version/major
  95. Date: March 2009
  96. KernelVersion: 2.6.30
  97. Contact: xen-devel@lists.xenproject.org
  98. Description: If running under Xen:
  99. The Xen version is in the format <major>.<minor><extra>
  100. This is the <major> part of it.
  101. What: /sys/hypervisor/version/minor
  102. Date: March 2009
  103. KernelVersion: 2.6.30
  104. Contact: xen-devel@lists.xenproject.org
  105. Description: If running under Xen:
  106. The Xen version is in the format <major>.<minor><extra>
  107. This is the <minor> part of it.