From: Ingo Molnar Date: Sun, 11 Mar 2007 12:52:33 +0000 (+0100) Subject: KVM: always reload segment selectors X-Git-Tag: v2.6.21-rc6~86^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d9658df07789a124e5c1f8677afcd7773439f3e;p=pandora-kernel.git KVM: always reload segment selectors failed VM entry on VMX might still change %fs or %gs, thus make sure that KVM always reloads the segment selectors. This is crutial on both x86 and x86_64: x86 has __KERNEL_PDA in %fs on which things like 'current' depends and x86_64 has 0 there and needs MSR_GS_BASE to work. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed