|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
#define KVM_MAX_VCPUS 255
|
|
#define KVM_MAX_VCPUS 255
|
|
#define KVM_SOFT_MAX_VCPUS 160
|
|
#define KVM_SOFT_MAX_VCPUS 160
|
|
-#define KVM_USER_MEM_SLOTS 125
|
|
|
|
|
|
+#define KVM_USER_MEM_SLOTS 509
|
|
/* memory slots that are not exposed to userspace */
|
|
/* memory slots that are not exposed to userspace */
|
|
#define KVM_PRIVATE_MEM_SLOTS 3
|
|
#define KVM_PRIVATE_MEM_SLOTS 3
|
|
#define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS)
|
|
#define KVM_MEM_SLOTS_NUM (KVM_USER_MEM_SLOTS + KVM_PRIVATE_MEM_SLOTS)
|