Skip to content
Snippets Groups Projects
Commit ef2979bd authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Increase the number of user memory slots per vm


Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent a988b910
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment