diff options
author | Avi Kivity <avi@qumranet.com> | 2008-02-20 04:56:51 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 04:53:23 -0400 |
commit | edbe6c325da48e707a3b31310c5ff5783cf6c0be (patch) | |
tree | 397e11e558da67fc025e5ab7a6ff5d2628d94af1 /include | |
parent | f725230af9ea03f6cc6f4a90e87aa428df46ec19 (diff) |
KVM: Increase vcpu count to 16
With NPT support, scalability is much improved.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
24 | 24 | ||
25 | #include <asm/kvm_host.h> | 25 | #include <asm/kvm_host.h> |
26 | 26 | ||
27 | #define KVM_MAX_VCPUS 4 | 27 | #define KVM_MAX_VCPUS 16 |
28 | #define KVM_MEMORY_SLOTS 8 | 28 | #define KVM_MEMORY_SLOTS 8 |
29 | /* memory slots that does not exposed to userspace */ | 29 | /* memory slots that does not exposed to userspace */ |
30 | #define KVM_PRIVATE_MEM_SLOTS 4 | 30 | #define KVM_PRIVATE_MEM_SLOTS 4 |