Skip to content

Commit

Permalink
KVM: Increase vcpu count to 16
Browse files Browse the repository at this point in the history
With NPT support, scalability is much improved.

Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Avi Kivity committed Apr 27, 2008
1 parent f725230 commit edbe6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edbe6c3

Please sign in to comment.