From: Joerg Roedel Date: Wed, 5 May 2010 14:04:43 +0000 (+0200) Subject: KVM: SVM: Fix wrong intercept masks on 32 bit X-Git-Tag: v2.6.34~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=061e2fd16863009c8005b4b5fdfb75c7215c0b99;p=pandora-kernel.git KVM: SVM: Fix wrong intercept masks on 32 bit This patch makes KVM on 32 bit SVM working again by correcting the masks used for iret interception. With the wrong masks the upper 32 bits of the intercepts are masked out which leaves vmrun unintercepted. This is not legal on svm and the vmrun fails. Bug was introduced by commits 95ba827313 and 3cfc3092. Cc: Jan Kiszka Cc: Gleb Natapov Cc: stable@kernel.org Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed