commit | 404fb881b82cf0cf6981832f8d31a7484e4dee81 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@qumranet.com> | Mon Nov 19 17:57:35 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Tue Nov 27 15:38:18 2007 +0200 |
tree | 5da55ec34573b2f691f66f3a0b35a1698393a06f | |
parent | 8d379a7c069179a98616c9cac6bb2a06a500de49 [diff] |
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>