diff options
Diffstat (limited to 'arch/s390/kvm/kvm-s390.h')
| -rw-r--r-- | arch/s390/kvm/kvm-s390.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/kvm/kvm-s390.h b/arch/s390/kvm/kvm-s390.h index 3862fa2cefe0..244d02303182 100644 --- a/arch/s390/kvm/kvm-s390.h +++ b/arch/s390/kvm/kvm-s390.h | |||
| @@ -70,7 +70,7 @@ static inline u32 kvm_s390_get_prefix(struct kvm_vcpu *vcpu) | |||
| 70 | static inline void kvm_s390_set_prefix(struct kvm_vcpu *vcpu, u32 prefix) | 70 | static inline void kvm_s390_set_prefix(struct kvm_vcpu *vcpu, u32 prefix) |
| 71 | { | 71 | { |
| 72 | vcpu->arch.sie_block->prefix = prefix >> GUEST_PREFIX_SHIFT; | 72 | vcpu->arch.sie_block->prefix = prefix >> GUEST_PREFIX_SHIFT; |
| 73 | vcpu->arch.sie_block->ihcpu = 0xffff; | 73 | kvm_make_request(KVM_REQ_TLB_FLUSH, vcpu); |
| 74 | kvm_make_request(KVM_REQ_MMU_RELOAD, vcpu); | 74 | kvm_make_request(KVM_REQ_MMU_RELOAD, vcpu); |
| 75 | } | 75 | } |
| 76 | 76 | ||
| @@ -138,8 +138,7 @@ static inline int kvm_s390_user_cpu_state_ctrl(struct kvm *kvm) | |||
| 138 | int kvm_s390_handle_wait(struct kvm_vcpu *vcpu); | 138 | int kvm_s390_handle_wait(struct kvm_vcpu *vcpu); |
| 139 | void kvm_s390_vcpu_wakeup(struct kvm_vcpu *vcpu); | 139 | void kvm_s390_vcpu_wakeup(struct kvm_vcpu *vcpu); |
| 140 | enum hrtimer_restart kvm_s390_idle_wakeup(struct hrtimer *timer); | 140 | enum hrtimer_restart kvm_s390_idle_wakeup(struct hrtimer *timer); |
| 141 | void kvm_s390_deliver_pending_interrupts(struct kvm_vcpu *vcpu); | 141 | int __must_check kvm_s390_deliver_pending_interrupts(struct kvm_vcpu *vcpu); |
| 142 | void kvm_s390_deliver_pending_machine_checks(struct kvm_vcpu *vcpu); | ||
| 143 | void kvm_s390_clear_local_irqs(struct kvm_vcpu *vcpu); | 142 | void kvm_s390_clear_local_irqs(struct kvm_vcpu *vcpu); |
| 144 | void kvm_s390_clear_float_irqs(struct kvm *kvm); | 143 | void kvm_s390_clear_float_irqs(struct kvm *kvm); |
| 145 | int __must_check kvm_s390_inject_vm(struct kvm *kvm, | 144 | int __must_check kvm_s390_inject_vm(struct kvm *kvm, |
| @@ -228,6 +227,7 @@ int kvm_cpu_has_interrupt(struct kvm_vcpu *vcpu); | |||
| 228 | int psw_extint_disabled(struct kvm_vcpu *vcpu); | 227 | int psw_extint_disabled(struct kvm_vcpu *vcpu); |
| 229 | void kvm_s390_destroy_adapters(struct kvm *kvm); | 228 | void kvm_s390_destroy_adapters(struct kvm *kvm); |
| 230 | int kvm_s390_si_ext_call_pending(struct kvm_vcpu *vcpu); | 229 | int kvm_s390_si_ext_call_pending(struct kvm_vcpu *vcpu); |
| 230 | extern struct kvm_device_ops kvm_flic_ops; | ||
| 231 | 231 | ||
| 232 | /* implemented in guestdbg.c */ | 232 | /* implemented in guestdbg.c */ |
| 233 | void kvm_s390_backup_guest_per_regs(struct kvm_vcpu *vcpu); | 233 | void kvm_s390_backup_guest_per_regs(struct kvm_vcpu *vcpu); |
