remarkable-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
..
i8259.c
ioapic.c
irq.c KVM: deliver PIC interrupt only to vcpu0 2007-10-13 10:18:26 +02:00
irq.h KVM: enable in-kernel APIC INIT/SIPI handling 2007-10-13 10:18:26 +02:00
Kconfig Consolidate host virtualization support under Virtualization menu 2007-10-23 15:49:47 +10:00
kvm.h sched: guest CPU accounting: maintain guest state in KVM 2007-10-15 17:00:19 +02:00
kvm_main.c KVM: SVM: Fix FPU leak while emulating clts 2007-11-27 15:38:18 +02:00
kvm_svm.h
lapic.c KVM: Improve local apic timer wraparound handling 2007-10-22 12:03:29 +02:00
Makefile
mmu.c KVM: VMX: Reset mmu context when entering real mode 2007-10-22 12:03:28 +02:00
paging_tmpl.h KVM: Rename kvm_arch_ops to kvm_x86_ops 2007-10-13 10:18:27 +02:00
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 KVM: VMX: Force vm86 mode if setting flags during real mode 2007-10-22 12:03:29 +02:00
vmx.h KVM: VMX: Use shadow TPR/cr8 for 64-bits guests 2007-10-13 10:18:26 +02:00
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