Skip to content

Commit

Permalink
Merge tag 'kvm-s390-master-4.8-3' of git://git.kernel.org/pub/scm/lin…
Browse files Browse the repository at this point in the history
…ux/kernel/git/kvms390/linux into kvm-master

A bugfix for the vsie code (setting the wrong field).
  • Loading branch information
bonzini committed Sep 5, 2016
2 parents e12c8f3 + 4d21cef commit 20218b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/kvm/vsie.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 20218b8

Please sign in to comment.