diff options
Diffstat (limited to 'drivers/kvm/x86.h')
-rw-r--r-- | drivers/kvm/x86.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/kvm/x86.h b/drivers/kvm/x86.h index ec32c26a5118..4df064100226 100644 --- a/drivers/kvm/x86.h +++ b/drivers/kvm/x86.h | |||
@@ -19,6 +19,9 @@ | |||
19 | #include <linux/kvm.h> | 19 | #include <linux/kvm.h> |
20 | #include <linux/kvm_para.h> | 20 | #include <linux/kvm_para.h> |
21 | 21 | ||
22 | extern spinlock_t kvm_lock; | ||
23 | extern struct list_head vm_list; | ||
24 | |||
22 | struct kvm_vcpu { | 25 | struct kvm_vcpu { |
23 | KVM_VCPU_COMM; | 26 | KVM_VCPU_COMM; |
24 | u64 host_tsc; | 27 | u64 host_tsc; |