[PATCH 40/40] KVM: Increase the number of user memory slots per vm
- From: Avi Kivity <avi@xxxxxxxxxxxx>
- Date: Mon, 31 Mar 2008 17:37:24 +0300
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 f4deb99..eb88d32 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -25,7 +25,7 @@
#include <asm/kvm_host.h>
#define KVM_MAX_VCPUS 16
-#define KVM_MEMORY_SLOTS 8
+#define KVM_MEMORY_SLOTS 32
/* 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: Re: [patch 2/2] zcrypt: add support for large random numbers
- Next by Date: Re: 2.6.25-rc7: Ugh.
- Previous by thread: [PATCH 39/40] KVM: Add API for determining the number of supported memory slots
- Next by thread: [BUG] 2.6.24.4 - kernel bug at kernel/sched.c:5154!
- Index(es):