diff options
author | Avi Kivity <avi@qumranet.com> | 2008-02-20 10:53:16 +0100 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-04-27 10:53:23 +0200 |
commit | f725230af9ea03f6cc6f4a90e87aa428df46ec19 (patch) | |
tree | dcbeae15414805505a71b25c0ee989d698522ea4 /include | |
parent | KVM: x86 emulator: make register_address_increment and JMP_REL static inlines (diff) | |
download | linux-f725230af9ea03f6cc6f4a90e87aa428df46ec19.tar.xz linux-f725230af9ea03f6cc6f4a90e87aa428df46ec19.zip |
KVM: Add API to retrieve the number of supported vcpus per vm
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 94540b3c6872..deb9c38f98e7 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h @@ -234,6 +234,7 @@ struct kvm_vapic_addr { #define KVM_CAP_VAPIC 6 #define KVM_CAP_EXT_CPUID 7 #define KVM_CAP_CLOCKSOURCE 8 +#define KVM_CAP_NR_VCPUS 9 /* returns max vcpus per vm */ /* * ioctls for VM fds |