kernel-ark/drivers/kvm
Amit Shah 404fb881b8 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>
2007-11-27 15:38:18 +02:00
..
i8259.c
ioapic.c
irq.c
irq.h
Kconfig
kvm_main.c KVM: SVM: Fix FPU leak while emulating clts 2007-11-27 15:38:18 +02:00
kvm_svm.h
kvm.h
lapic.c
Makefile
mmu.c KVM: VMX: Reset mmu context when entering real mode 2007-10-22 12:03:28 +02:00
paging_tmpl.h
segment_descriptor.h
svm.c
svm.h
vmx.c
vmx.h
x86_emulate.c
x86_emulate.h