From: Avi Kivity Date: Wed, 20 Feb 2008 09:56:51 +0000 (+0200) Subject: KVM: Increase vcpu count to 16 X-Git-Tag: v2.6.26-rc1~1028^2~109 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=edbe6c325da48e707a3b31310c5ff5783cf6c0be;p=karo-tx-linux.git KVM: Increase vcpu count to 16 With NPT support, scalability is much improved. Signed-off-by: Avi Kivity --- diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index b90ca368dcf6..f4deb9992625 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -24,7 +24,7 @@ #include -#define KVM_MAX_VCPUS 4 +#define KVM_MAX_VCPUS 16 #define KVM_MEMORY_SLOTS 8 /* memory slots that does not exposed to userspace */ #define KVM_PRIVATE_MEM_SLOTS 4