Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edbe6c32 authored by Avi Kivity's avatar Avi Kivity
Browse files

KVM: Increase vcpu count to 16



With NPT support, scalability is much improved.

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent f725230a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

#include <asm/kvm_host.h>

#define KVM_MAX_VCPUS 4
#define KVM_MAX_VCPUS 16
#define KVM_MEMORY_SLOTS 8
/* memory slots that does not exposed to userspace */
#define KVM_PRIVATE_MEM_SLOTS 4