From: Andre Przywara Date: Mon, 2 Jun 2014 14:26:01 +0000 (+0200) Subject: arm/arm64: KVM: make the maximum number of vCPUs a per-VM value X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~97^2~37^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3caa2d8c3b2d80f5e342fe8cec07c03c8147dcab;p=pandora-kernel.git arm/arm64: KVM: make the maximum number of vCPUs a per-VM value Currently the maximum number of vCPUs supported is a global value limited by the used GIC model. GICv3 will lift this limit, but we still need to observe it for guests using GICv2. So the maximum number of vCPUs is per-VM value, depending on the GIC model the guest uses. Store and check the value in struct kvm_arch, but keep it down to 8 for now. Signed-off-by: Andre Przywara Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed