[PATCH 38/40] KVM: Increase vcpu count to 16
- From: Avi Kivity <avi@xxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 17:37:22 +0300
With NPT support, scalability is much improved.
Signed-off-by: Avi Kivity <avi@xxxxxxxxxxxx>
---
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 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
--
1.5.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 00/40] KVM updates for the 2.6.26 merge window (part I)
- From: Avi Kivity
- [PATCH 00/40] KVM updates for the 2.6.26 merge window (part I)
- Prev by Date: [PATCH 36/40] KVM: x86 emulator: make register_address_increment and JMP_REL static inlines
- Next by Date: [PATCH 37/40] KVM: Add API to retrieve the number of supported vcpus per vm
- Previous by thread: [PATCH 36/40] KVM: x86 emulator: make register_address_increment and JMP_REL static inlines
- Next by thread: [PATCH 37/40] KVM: Add API to retrieve the number of supported vcpus per vm
- Index(es):
Relevant Pages
- Re: Kernel Scalability
... I am wondering if 2.4.x/2.6.x kernel is scalable enough to run on ... Do we
have any scalability comparison data between ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: [patch] increase spinlock-debug looping timeouts (write_lock and NMI)
... most workloads on most systems. ... clearly shows the "scalability issues"
you mention above, ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel)