From bfdaab090386e7dda8c442721eeb91179258dad4 Mon Sep 17 00:00:00 2001 From: "He, Qing" Date: Wed, 12 Sep 2007 14:18:28 +0800 Subject: [PATCH] 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-format-patch failed