We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7b275e + 0dd4cdc commit 7e3bba9Copy full SHA for 7e3bba9
arch/s390/kvm/vsie.c
@@ -546,8 +546,10 @@ static int shadow_scb(struct kvm_vcpu *vcpu, struct vsie_page *vsie_page)
546
if (test_kvm_cpu_feat(vcpu->kvm, KVM_S390_VM_CPU_FEAT_CEI))
547
scb_s->eca |= scb_o->eca & ECA_CEI;
548
/* Epoch Extension */
549
- if (test_kvm_facility(vcpu->kvm, 139))
+ if (test_kvm_facility(vcpu->kvm, 139)) {
550
scb_s->ecd |= scb_o->ecd & ECD_MEF;
551
+ scb_s->epdx = scb_o->epdx;
552
+ }
553
554
/* etoken */
555
if (test_kvm_facility(vcpu->kvm, 156))
0 commit comments