original_kernel/arch/x86/kvm
Gleb Natapov de3e6480f7 KVM: x86 emulator: fix unlocked CMPXCHG8B emulation
When CMPXCHG8B is executed without LOCK prefix it is racy. Preserve this
behaviour in emulator too.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2010-05-17 12:16:38 +03:00
..
Kconfig Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm 2010-03-05 13:12:34 -08:00
Makefile
emulate.c KVM: x86 emulator: fix unlocked CMPXCHG8B emulation 2010-05-17 12:16:38 +03:00
i8254.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
i8254.h
i8259.c KVM: x86: Kick VCPU outside PIC lock again 2010-04-25 12:39:28 +03:00
irq.c
irq.h KVM: x86: Kick VCPU outside PIC lock again 2010-04-25 12:39:28 +03:00
kvm_cache_regs.h
kvm_timer.h KVM: arch/x86/kvm/kvm_timer.h checkpatch cleanup 2010-05-17 12:14:42 +03:00
lapic.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
lapic.h
mmu.c KVM: MMU: Reinstate pte prefetch on invlpg 2010-05-17 12:15:43 +03:00
mmu.h
mmutrace.h KVM: cleanup kvm trace 2010-05-17 12:15:22 +03:00
paging_tmpl.h KVM: MMU: Reinstate pte prefetch on invlpg 2010-05-17 12:15:43 +03:00
svm.c KVM: x86 emulator: fix in/out emulation. 2010-05-17 12:16:25 +03:00
timer.c
trace.h KVM: Trace exception injection 2010-05-17 12:15:27 +03:00
tss.h
vmx.c KVM: x86 emulator: fix in/out emulation. 2010-05-17 12:16:25 +03:00
x86.c KVM: x86 emulator: commit rflags as part of registers commit 2010-05-17 12:16:35 +03:00
x86.h