From: Avi Kivity Date: Sun, 15 Feb 2009 00:32:07 +0000 (+0200) Subject: KVM: VMX: Flush volatile msrs before emulating rdmsr X-Git-Tag: v2.6.29-rc6~90^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516a1a7e9dc80358030fe01aabb3bedf882db9e2;p=pandora-kernel.git KVM: VMX: Flush volatile msrs before emulating rdmsr Some msrs (notable MSR_KERNEL_GS_BASE) are held in the processor registers and need to be flushed to the vcpu struture before they can be read. This fixes cygwin longjmp() failure on Windows x64. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed