From: Roger Pau Monne Date: Fri, 23 Mar 2018 12:08:23 +0000 (+0000) Subject: SUPPORT.md: add PVH Dom0 status X-Git-Tag: 4.11.0-rc1~122 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cfc1fd0f522c655903b7c506d766680a0ff366c4;p=xen.git SUPPORT.md: add PVH Dom0 status 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é Acked-by: George Dunlap --- diff --git a/SUPPORT.md b/SUPPORT.md index ddcdfab5ad..c72a25b6e2 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -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