From: Avi Kivity Date: Wed, 20 Apr 2011 12:32:49 +0000 (+0300) Subject: KVM: x86 emulator: emulate CLTS internally X-Git-Tag: v3.0-rc1~350^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d04a05bd7e93c13f13a82ac40de4065a99d069b;p=pandora-kernel.git KVM: x86 emulator: emulate CLTS internally Avoid using ctxt->vcpu; we can do everything with ->get_cr() and ->set_cr(). A side effect is that we no longer activate the fpu on emulated CLTS; but that should be very rare. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed