From: Avi Kivity Date: Thu, 14 Jun 2007 13:27:40 +0000 (+0300) Subject: KVM: Prevent guest fpu state from leaking into the host X-Git-Tag: v2.6.22-rc5~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7702fd1f6fea57921f2e643d27a23a2d0394499c;p=pandora-kernel.git KVM: Prevent guest fpu state from leaking into the host The lazy fpu changes did not take into account that some vmexit handlers can sleep. Move loading the guest state into the inner loop so that it can be reloaded if necessary, and move loading the host state into vmx_vcpu_put() so it can be performed whenever we relinquish the vcpu. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed