diff options
Diffstat (limited to 'include/linux/kvm_host.h')
| -rw-r--r-- | include/linux/kvm_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 7d21cf9f4380..3c4bcf146159 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -584,7 +584,7 @@ void mark_page_dirty(struct kvm *kvm, gfn_t gfn); | |||
| 584 | 584 | ||
| 585 | void kvm_vcpu_block(struct kvm_vcpu *vcpu); | 585 | void kvm_vcpu_block(struct kvm_vcpu *vcpu); |
| 586 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); | 586 | void kvm_vcpu_kick(struct kvm_vcpu *vcpu); |
| 587 | bool kvm_vcpu_yield_to(struct kvm_vcpu *target); | 587 | int kvm_vcpu_yield_to(struct kvm_vcpu *target); |
| 588 | void kvm_vcpu_on_spin(struct kvm_vcpu *vcpu); | 588 | void kvm_vcpu_on_spin(struct kvm_vcpu *vcpu); |
| 589 | void kvm_load_guest_fpu(struct kvm_vcpu *vcpu); | 589 | void kvm_load_guest_fpu(struct kvm_vcpu *vcpu); |
| 590 | void kvm_put_guest_fpu(struct kvm_vcpu *vcpu); | 590 | void kvm_put_guest_fpu(struct kvm_vcpu *vcpu); |
