diff options
| -rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 38f2cc0a5a23..ec14b7245a4e 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | #include <asm/msr-index.h> | 31 | #include <asm/msr-index.h> |
| 32 | #include <asm/asm.h> | 32 | #include <asm/asm.h> |
| 33 | 33 | ||
| 34 | #define KVM_MAX_VCPUS 254 | 34 | #define KVM_MAX_VCPUS 255 |
| 35 | #define KVM_SOFT_MAX_VCPUS 160 | 35 | #define KVM_SOFT_MAX_VCPUS 160 |
| 36 | #define KVM_USER_MEM_SLOTS 125 | 36 | #define KVM_USER_MEM_SLOTS 125 |
| 37 | /* memory slots that are not exposed to userspace */ | 37 | /* memory slots that are not exposed to userspace */ |
