Skip to content

Commit

Permalink
KVM: Increase the number of user memory slots per vm
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Avi Kivity committed Apr 27, 2008
1 parent a988b91 commit ef2979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef2979b

Please sign in to comment.