commit | 5a00a5e7a3e013b2323f87c1b69ff9557eae5ec9 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Fri Jul 25 15:53:12 2008 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 27 11:36:20 2008 +0300 |
tree | 1895de31abc875c5b7d818e9d900a92b6aa507bb | |
parent | f5e10b09a5f8fc40666c95fe0cd6bcc2b8f11437 [diff] |
KVM: s390: Fix possible host kernel bug on lctl(g) handling The lctl(g) instructions require a specific alignment for the parameters. The architecture requires a specification program check if these alignments are not used. Enforcing this alignment also removes a possible host BUG, since the get_guest functions check for proper alignment and emits a BUG. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>