[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v3 03/17] SUPPORT.md: Add some x86 features
Including host architecture support and guest types. Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxx> --- Changes since v2: - No Host ACPI listing for PVH dom0 - Add IOMMU entries for AMD and Intel CC: Ian Jackson <ian.jackson@xxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> CC: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CC: Jan Beulich <jbeulich@xxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Konrad Wilk <konrad.wilk@xxxxxxxxxx> CC: Tim Deegan <tim@xxxxxxx> CC: Roger Pau Monne <roger.pau@xxxxxxxxxx> --- SUPPORT.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index 934028074b..a4cf2da50d 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -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 -- 2.15.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |