diff options
author | Radim Krčmář <rkrcmar@redhat.com> | 2016-07-12 22:09:17 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-07-14 09:03:51 +0200 |
commit | 757883de41eca292765578ef87c4f49453529bb2 (patch) | |
tree | e1faf1b1d3e3d05a7f7525a1ce6aad64f1bcc468 /arch/x86/include/asm | |
parent | 02120c45b07953ca4dfc19fa6ff90466efaf363f (diff) | |
download | linux-757883de41eca292765578ef87c4f49453529bb2.tar.gz linux-757883de41eca292765578ef87c4f49453529bb2.tar.bz2 linux-757883de41eca292765578ef87c4f49453529bb2.zip |
KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
240 has been well tested by Red Hat.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-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 d0845b289adb..5f90dce6fbd1 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -35,7 +35,7 @@ #include <asm/kvm_page_track.h> #define KVM_MAX_VCPUS 255 -#define KVM_SOFT_MAX_VCPUS 160 +#define KVM_SOFT_MAX_VCPUS 240 #define KVM_USER_MEM_SLOTS 509 /* memory slots that are not exposed to userspace */ #define KVM_PRIVATE_MEM_SLOTS 3 |