Browse Source

Merge tag 'kvm-s390-master-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-master

A bugfix for the vsie code (setting the wrong field).
Paolo Bonzini 9 years ago
parent
commit
20218b86ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/s390/kvm/vsie.c

+ 1 - 1
arch/s390/kvm/vsie.c

@@ -584,7 +584,7 @@ static int pin_blocks(struct kvm_vcpu *vcpu, struct vsie_page *vsie_page)
 		/* Validity 0x0044 will be checked by SIE */
 		if (rc)
 			goto unpin;
-		scb_s->gvrd = hpa;
+		scb_s->riccbd = hpa;
 	}
 	return 0;
 unpin: