]> xenbits.xensource.com Git - xen.git/commitdiff
SUPPORT.md: add PVH Dom0 status
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 23 Mar 2018 12:08:23 +0000 (12:08 +0000)
committerWei Liu <wei.liu2@citrix.com>
Wed, 28 Mar 2018 12:54:46 +0000 (13:54 +0100)
Also fix x86/HVM to spell out that only DomU HVM mode is supported and
remove the 'guest' from the ARM section, ARM supports both Dom0/DomU
using the same mode.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
SUPPORT.md

index ddcdfab5ada8a8925f85ea9e320fcd247e2bcb22..c72a25b6e21087bc565965126e15bdffcfa8f5d4 100644 (file)
@@ -74,23 +74,26 @@ No hardware requirements
 
 ### x86/HVM
 
-    Status: Supported
+    Status, domU: Supported
 
 Fully virtualised guest using hardware virtualisation extensions
 
 Requires hardware virtualisation support (Intel VMX / AMD SVM)
 
-### x86/PVH guest
+### x86/PVH
 
-    Status: Supported
+    Status, domU: Supported
+    Status, dom0: Experimental
 
 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)
+Requires hardware virtualisation support (Intel VMX / AMD SVM).
+
+Dom0 support requires an IOMMU (Intel VT-d / AMD IOMMU).
 
-### ARM guest
+### ARM
 
     Status: Supported