Loading arch/s390/kvm/intercept.c +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ static int handle_lctl(struct kvm_vcpu *vcpu) return 0; } static intercept_handler_t instruction_handlers[256] = { static const intercept_handler_t instruction_handlers[256] = { [0x01] = kvm_s390_handle_01, [0x83] = kvm_s390_handle_diag, [0xae] = kvm_s390_handle_sigp, Loading arch/s390/kvm/priv.c +2 −2 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ static int handle_stsi(struct kvm_vcpu *vcpu) return 0; } static intercept_handler_t priv_handlers[256] = { static const intercept_handler_t priv_handlers[256] = { [0x02] = handle_stidp, [0x10] = handle_set_prefix, [0x11] = handle_store_prefix, Loading Loading @@ -405,7 +405,7 @@ static int handle_sckpf(struct kvm_vcpu *vcpu) return 0; } static intercept_handler_t x01_handlers[256] = { static const intercept_handler_t x01_handlers[256] = { [0x07] = handle_sckpf, }; Loading Loading
arch/s390/kvm/intercept.c +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ static int handle_lctl(struct kvm_vcpu *vcpu) return 0; } static intercept_handler_t instruction_handlers[256] = { static const intercept_handler_t instruction_handlers[256] = { [0x01] = kvm_s390_handle_01, [0x83] = kvm_s390_handle_diag, [0xae] = kvm_s390_handle_sigp, Loading
arch/s390/kvm/priv.c +2 −2 Original line number Diff line number Diff line Loading @@ -297,7 +297,7 @@ static int handle_stsi(struct kvm_vcpu *vcpu) return 0; } static intercept_handler_t priv_handlers[256] = { static const intercept_handler_t priv_handlers[256] = { [0x02] = handle_stidp, [0x10] = handle_set_prefix, [0x11] = handle_store_prefix, Loading Loading @@ -405,7 +405,7 @@ static int handle_sckpf(struct kvm_vcpu *vcpu) return 0; } static intercept_handler_t x01_handlers[256] = { static const intercept_handler_t x01_handlers[256] = { [0x07] = handle_sckpf, }; Loading