diff options
Diffstat (limited to 'include/linux/kvm_host.h')
| -rw-r--r-- | include/linux/kvm_host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 0a0e00d9c5da..352889d6e322 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -35,6 +35,10 @@ | |||
| 35 | 35 | ||
| 36 | #include <asm/kvm_host.h> | 36 | #include <asm/kvm_host.h> |
| 37 | 37 | ||
| 38 | #ifndef KVM_MAX_VCPU_ID | ||
| 39 | #define KVM_MAX_VCPU_ID KVM_MAX_VCPUS | ||
| 40 | #endif | ||
| 41 | |||
| 38 | /* | 42 | /* |
| 39 | * The bit 16 ~ bit 31 of kvm_memory_region::flags are internally used | 43 | * The bit 16 ~ bit 31 of kvm_memory_region::flags are internally used |
| 40 | * in kvm, other bits are visible for userspace which are defined in | 44 | * in kvm, other bits are visible for userspace which are defined in |
