aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index b90ca368dcf6..f4deb9992625 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -24,7 +24,7 @@
24 24
25#include <asm/kvm_host.h> 25#include <asm/kvm_host.h>
26 26
27#define KVM_MAX_VCPUS 4 27#define KVM_MAX_VCPUS 16
28#define KVM_MEMORY_SLOTS 8 28#define KVM_MEMORY_SLOTS 8
29/* memory slots that does not exposed to userspace */ 29/* memory slots that does not exposed to userspace */
30#define KVM_PRIVATE_MEM_SLOTS 4 30#define KVM_PRIVATE_MEM_SLOTS 4