Commit 2e2c618d authored by Izik Eidus's avatar Izik Eidus Committed by Avi Kivity

KVM: Support more memory slots

Needed for mapping memory at 4GB.
Signed-off-by: default avatarIzik Eidus <izike@qumranet.com>
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 33f5fa16
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#define KVM_MAX_VCPUS 4 #define KVM_MAX_VCPUS 4
#define KVM_ALIAS_SLOTS 4 #define KVM_ALIAS_SLOTS 4
#define KVM_MEMORY_SLOTS 4 #define KVM_MEMORY_SLOTS 8
#define KVM_NUM_MMU_PAGES 1024 #define KVM_NUM_MMU_PAGES 1024
#define KVM_MIN_FREE_MMU_PAGES 5 #define KVM_MIN_FREE_MMU_PAGES 5
#define KVM_REFILL_PAGES 25 #define KVM_REFILL_PAGES 25
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment