From: He, Qing Date: Wed, 12 Sep 2007 06:18:28 +0000 (+0800) Subject: KVM: VMX: Fix exit qualification width on i386 X-Git-Tag: v2.6.24-rc1~1365^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfdaab090386e7dda8c442721eeb91179258dad4;p=pandora-kernel.git KVM: VMX: Fix exit qualification width on i386 According to Intel Software Developer's Manual, Vol. 3B, Appendix H.4.2, exit qualification should be of natural width. However, current code uses u64 as the data type for this register, which occasionally introduces invalid value to VMExit handling logics. This patch fixes this bug. I have tested Windows and Linux guest on i386 host, and they can boot successfully with this patch. Signed-off-by: Qing He Signed-off-by: Avi Kivity --- Reading git-diff-tree failed