]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
SUPPORT.md: Add some x86 features
authorGeorge Dunlap <george.dunlap@citrix.com>
Thu, 23 Nov 2017 17:32:16 +0000 (17:32 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Thu, 23 Nov 2017 17:32:16 +0000 (17:32 +0000)
Including host architecture support and guest types.

Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
SUPPORT.md

index 934028074b74f08182676b48719c4cf9b758211a..b80c9e98e142bf919e8a2e277334a7d83828402c 100644 (file)
@@ -16,6 +16,63 @@ for the definitions of the support status levels etc.
 
 # Feature Support
 
+## Host Architecture
+
+### x86-64
+
+    Status: Supported
+
+## Host hardware support
+
+### Physical CPU Hotplug
+
+    Status, x86: Supported
+
+### Physical Memory Hotplug
+
+    Status, x86: Supported
+
+### Host ACPI (via Domain 0)
+
+    Status, x86 PV: Supported
+
+### x86/Intel Platform QoS Technologies
+
+    Status: Tech Preview
+
+### IOMMU
+
+    Status, AMD IOMMU: Supported
+    Status, Intel VT-d: Supported
+
+## Guest Type
+
+### x86/PV
+
+    Status: Supported
+
+Traditional Xen PV guest
+
+No hardware requirements
+
+### x86/HVM
+
+    Status: Supported
+
+Fully virtualised guest using hardware virtualisation extensions
+
+Requires hardware virtualisation support (Intel VMX / AMD SVM)
+
+### x86/PVH guest
+
+    Status: Supported
+
+PVH is a next-generation paravirtualized mode
+designed to take advantage of hardware virtualization support when possible.
+During development this was sometimes called HVMLite or PVHv2.
+
+Requires hardware virtualisation support (Intel VMX / AMD SVM)
+
 ## Memory Management
 
 ### Dynamic memory control