From: Christian Borntraeger Date: Fri, 25 Jul 2008 13:53:12 +0000 (+0200) Subject: KVM: s390: Fix possible host kernel bug on lctl(g) handling X-Git-Tag: v2.6.27-rc1~57^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a00a5e7a3e013b2323f87c1b69ff9557eae5ec9;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed