[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 16/16] SUPPORT.md: Add limits RFC
Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxx> --- Could someone take this one over as well? 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> --- SUPPORT.md | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index e72f9f3892..d11e05fc2a 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -64,6 +64,53 @@ for the definitions of the support status levels etc. Extension to the GICv3 interrupt controller to support MSI. +## Limits/Host + +### CPUs + + Limit, x86: 4095 + Limit, ARM32: 8 + Limit, ARM64: 128 + +Note that for x86, very large number of cpus may not work/boot, +but we will still provide security support + +### x86/RAM + + Limit, x86: 123TiB + Limit, ARM32: 16GiB + Limit, ARM64: 5TiB + +## Limits/Guest + +### Virtual CPUs + + Limit, x86 PV: 8192 + Limit-security, x86 PV: 32 + Limit, x86 HVM: 128 + Limit-security, x86 HVM: 32 + Limit, ARM32: 8 + Limit, ARM64: 128 + +### Virtual RAM + + Limit-security, x86 PV: 2047GiB + Limit-security, x86 HVM: 1.5TiB + Limit, ARM32: 16GiB + Limit, ARM64: 1TiB + +Note that there are no theoretical limits to PV or HVM guest sizes +other than those determined by the processor architecture. + +### Event Channel 2-level ABI + + Limit, 32-bit: 1024 + Limit, 64-bit: 4096 + +### Event Channel FIFO ABI + + Limit: 131072 + ## Guest Type ### x86/PV @@ -685,6 +732,20 @@ If support differs based on implementation (for instance, x86 / ARM, Linux / QEMU / FreeBSD), one line for each set of implementations will be listed. +### Limit-security + +For size limits. +This figure shows the largest configuration which will receive +security support. +It is generally determined by the maximum amount that is regularly tested. +This limit will only be listed explicitly +if it is different than the theoretical limit. + +### Limit + +This figure shows a theoretical size limit. +This does not mean that such a large configuration will actually work. + ## Definition of Status labels Each Status value corresponds to levels of security support, -- 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 |