linux/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
..
Kconfig Consolidate host virtualization support under Virtualization menu 2007-10-23 15:49:47 +10:00
Makefile
i8259.c
ioapic.c
irq.c
irq.h
kvm.h
kvm_main.c KVM: SVM: Fix FPU leak while emulating clts 2007-11-27 15:38:18 +02:00
kvm_svm.h
lapic.c
mmu.c
paging_tmpl.h
segment_descriptor.h
svm.c KVM: SVM: Unload guest fpu on vcpu_put() 2007-11-27 15:33:10 +02:00
svm.h
vmx.c
vmx.h
x86_emulate.c KVM: x86 emulator: Use emulator_write_emulated and not emulator_write_std 2007-11-27 15:28:29 +02:00
x86_emulate.h