diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 4721b11b922a..3751ea0d1f92 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
@@ -235,6 +235,7 @@ struct kvm { | |||
235 | #endif | 235 | #endif |
236 | struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; | 236 | struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; |
237 | atomic_t online_vcpus; | 237 | atomic_t online_vcpus; |
238 | int last_boosted_vcpu; | ||
238 | struct list_head vm_list; | 239 | struct list_head vm_list; |
239 | struct mutex lock; | 240 | struct mutex lock; |
240 | struct kvm_io_bus *buses[KVM_NR_BUSES]; | 241 | struct kvm_io_bus *buses[KVM_NR_BUSES]; |