]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Fix FPU leak while emulating clts
authorAmit Shah <amit.shah@qumranet.com>
Mon, 19 Nov 2007 15:57:35 +0000 (17:57 +0200)
committerAvi Kivity <avi@qumranet.com>
Tue, 27 Nov 2007 13:38:18 +0000 (15:38 +0200)
commit66fac14ae4c5ca98aacd75e074cc7039bc17fe43
tree5da55ec34573b2f691f66f3a0b35a1698393a06f
parent0ecf956d3ed78b08bbd94b0800071efe3a35aada
KVM: SVM: Fix FPU leak while emulating clts

The clts code didn't use set_cr0 properly, so our lazy FPU
processing wasn't being done by the clts instruction at all.

(this isn't called on Intel as the hardware does the decode for us)

Signed-off-by: Amit Shah <amit.shah@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm_main.c