|
@@ -151,8 +151,8 @@ int __must_check kvm_s390_inject_vcpu(struct kvm_vcpu *vcpu,
|
|
|
int __must_check kvm_s390_inject_program_int(struct kvm_vcpu *vcpu, u16 code);
|
|
int __must_check kvm_s390_inject_program_int(struct kvm_vcpu *vcpu, u16 code);
|
|
|
struct kvm_s390_interrupt_info *kvm_s390_get_io_int(struct kvm *kvm,
|
|
struct kvm_s390_interrupt_info *kvm_s390_get_io_int(struct kvm *kvm,
|
|
|
u64 cr6, u64 schid);
|
|
u64 cr6, u64 schid);
|
|
|
-void kvm_s390_reinject_io_int(struct kvm *kvm,
|
|
|
|
|
- struct kvm_s390_interrupt_info *inti);
|
|
|
|
|
|
|
+int kvm_s390_reinject_io_int(struct kvm *kvm,
|
|
|
|
|
+ struct kvm_s390_interrupt_info *inti);
|
|
|
int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked);
|
|
int kvm_s390_mask_adapter(struct kvm *kvm, unsigned int id, bool masked);
|
|
|
|
|
|
|
|
/* implemented in intercept.c */
|
|
/* implemented in intercept.c */
|