diff options
| author | Avi Kivity <avi@qumranet.com> | 2008-02-20 05:04:47 -0500 |
|---|---|---|
| committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 04:53:23 -0400 |
| commit | ef2979bd98dac86ea6a4cd9bdd6820a466108017 (patch) | |
| tree | 5c5fb4ab189cce45148c8d73086b39f88f486f36 /include/linux | |
| parent | a988b910ef816ed57e1cecbec14e98e906453f91 (diff) | |
KVM: Increase the number of user memory slots per vm
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index f4deb9992625..eb88d32dd5c7 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | #include <asm/kvm_host.h> | 25 | #include <asm/kvm_host.h> |
| 26 | 26 | ||
| 27 | #define KVM_MAX_VCPUS 16 | 27 | #define KVM_MAX_VCPUS 16 |
| 28 | #define KVM_MEMORY_SLOTS 8 | 28 | #define KVM_MEMORY_SLOTS 32 |
| 29 | /* memory slots that does not exposed to userspace */ | 29 | /* memory slots that does not exposed to userspace */ |
| 30 | #define KVM_PRIVATE_MEM_SLOTS 4 | 30 | #define KVM_PRIVATE_MEM_SLOTS 4 |
| 31 | 31 | ||
