Skip to content
Commit 2d04a05b authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@redhat.com>
parent fd72c419
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment