commit | edbe6c325da48e707a3b31310c5ff5783cf6c0be | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Wed Feb 20 11:56:51 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Apr 27 11:53:23 2008 +0300 |
tree | 397e11e558da67fc025e5ab7a6ff5d2628d94af1 | |
parent | f725230af9ea03f6cc6f4a90e87aa428df46ec19 [diff] [blame] |
KVM: Increase vcpu count to 16 With NPT support, scalability is much improved. Signed-off-by: Avi Kivity <avi@qumranet.com>
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index b90ca36..f4deb99 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h
@@ -24,7 +24,7 @@ #include <asm/kvm_host.h> -#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