From: Avi Kivity Date: Tue, 8 Mar 2011 14:09:51 +0000 (+0200) Subject: KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n X-Git-Tag: v2.6.39-rc1~436^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831ca6093ca486060721f5c3c74f97b10f3172b9;p=pandora-kernel.git KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n With CONFIG_CC_STACKPROTECTOR, we need a valid %gs at all times, so disable lazy reload and do an eager reload immediately after the vmexit. Reported-by: IVAN ANGELOV Acked-By: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed