From: Avi Kivity <avi@qumranet.com> Date: Wed, 20 Feb 2008 10:04:47 +0000 (+0200) Subject: KVM: Increase the number of user memory slots per vm X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ef2979bd98dac86ea6a4cd9bdd6820a466108017;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git KVM: Increase the number of user memory slots per vm Signed-off-by: Avi Kivity <avi@qumranet.com> --- 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