diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 41cc27de4d66..0d122bf889db 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -309,6 +309,7 @@ struct kvm { | |||
309 | int busy; | 309 | int busy; |
310 | unsigned long rmap_overflow; | 310 | unsigned long rmap_overflow; |
311 | struct list_head vm_list; | 311 | struct list_head vm_list; |
312 | struct file *filp; | ||
312 | }; | 313 | }; |
313 | 314 | ||
314 | struct kvm_stat { | 315 | struct kvm_stat { |
@@ -343,7 +344,7 @@ struct kvm_arch_ops { | |||
343 | int (*vcpu_create)(struct kvm_vcpu *vcpu); | 344 | int (*vcpu_create)(struct kvm_vcpu *vcpu); |
344 | void (*vcpu_free)(struct kvm_vcpu *vcpu); | 345 | void (*vcpu_free)(struct kvm_vcpu *vcpu); |
345 | 346 | ||
346 | struct kvm_vcpu *(*vcpu_load)(struct kvm_vcpu *vcpu); | 347 | void (*vcpu_load)(struct kvm_vcpu *vcpu); |
347 | void (*vcpu_put)(struct kvm_vcpu *vcpu); | 348 | void (*vcpu_put)(struct kvm_vcpu *vcpu); |
348 | void (*vcpu_decache)(struct kvm_vcpu *vcpu); | 349 | void (*vcpu_decache)(struct kvm_vcpu *vcpu); |
349 | 350 | ||