Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe722d13 authored by Christian Borntraeger's avatar Christian Borntraeger
Browse files

KVM: s390: Fix sdnxo setting for nested guests



If the guest does not use the host register management, but it uses
the sdnx area, we must fill in a proper sdnxo value (address of sdnx
and the sdnxc).

Reported-by: default avatarDavid Hildenbrand <david@redhat.com>
Signed-off-by: default avatarChristian Borntraeger <borntraeger@de.ibm.com>
Acked-by: default avatarCornelia Huck <cornelia.huck@de.ibm.com>
parent f7b1a77d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -627,7 +627,7 @@ static int pin_blocks(struct kvm_vcpu *vcpu, struct vsie_page *vsie_page)
			rc = set_validity_icpt(scb_s, 0x10b0U);
		if (rc)
			goto unpin;
		scb_s->sdnxo = hpa;
		scb_s->sdnxo = hpa | sdnxc;
	}
	return 0;
unpin: