diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index db18d278c1c0..f7181a407be1 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -412,7 +412,7 @@ struct kvm_x86_ops { | |||
412 | /* Create, but do not attach this VCPU */ | 412 | /* Create, but do not attach this VCPU */ |
413 | struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id); | 413 | struct kvm_vcpu *(*vcpu_create)(struct kvm *kvm, unsigned id); |
414 | void (*vcpu_free)(struct kvm_vcpu *vcpu); | 414 | void (*vcpu_free)(struct kvm_vcpu *vcpu); |
415 | void (*vcpu_reset)(struct kvm_vcpu *vcpu); | 415 | int (*vcpu_reset)(struct kvm_vcpu *vcpu); |
416 | 416 | ||
417 | void (*prepare_guest_switch)(struct kvm_vcpu *vcpu); | 417 | void (*prepare_guest_switch)(struct kvm_vcpu *vcpu); |
418 | void (*vcpu_load)(struct kvm_vcpu *vcpu, int cpu); | 418 | void (*vcpu_load)(struct kvm_vcpu *vcpu, int cpu); |