Commit ef9254df authored by Avi Kivity's avatar Avi Kivity

KVM: Enable guest smp

As we don't support guest tlb shootdown yet, this is only reliable
for real-mode guests.
Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 120e9a45
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#define INVALID_PAGE (~(hpa_t)0) #define INVALID_PAGE (~(hpa_t)0)
#define UNMAPPED_GVA (~(gpa_t)0) #define UNMAPPED_GVA (~(gpa_t)0)
#define KVM_MAX_VCPUS 1 #define KVM_MAX_VCPUS 4
#define KVM_ALIAS_SLOTS 4 #define KVM_ALIAS_SLOTS 4
#define KVM_MEMORY_SLOTS 4 #define KVM_MEMORY_SLOTS 4
#define KVM_NUM_MMU_PAGES 1024 #define KVM_NUM_MMU_PAGES 1024
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment