aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2008-02-20 12:04:47 +0200
committerAvi Kivity <avi@qumranet.com>2008-04-27 11:53:23 +0300
commitef2979bd98dac86ea6a4cd9bdd6820a466108017 (patch)
tree5c5fb4ab189cce45148c8d73086b39f88f486f36
parentKVM: Add API for determining the number of supported memory slots (diff)
downloadlinux-dev-ef2979bd98dac86ea6a4cd9bdd6820a466108017.tar.xz
linux-dev-ef2979bd98dac86ea6a4cd9bdd6820a466108017.zip
KVM: Increase the number of user memory slots per vm
Signed-off-by: Avi Kivity <avi@qumranet.com>
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index f4deb9992625..eb88d32dd5c7 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