mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 19:26:38 +07:00
KVM: Increase vcpu count to 16
With NPT support, scalability is much improved. Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
f725230af9
commit
edbe6c325d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user