original_kernel/arch/x86/kvm
Avi Kivity 9be3be1f15 KVM: x86 emulator: fix Src2CL decode
Src2CL decode (used for double width shifts) erronously decodes only bit 3
of %rcx, instead of bits 7:0.

Fix by decoding %cl in its entirety.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2011-09-25 19:14:58 +03:00
..
Kconfig KVM: uses TASKSTATS, depends on NET 2011-08-16 19:00:41 +03:00
Makefile
emulate.c KVM: x86 emulator: fix Src2CL decode 2011-09-25 19:14:58 +03:00
i8254.c
i8254.h
i8259.c
irq.c
irq.h
kvm_cache_regs.h
kvm_timer.h
lapic.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
lapic.h
mmu.c KVM: MMU: fix incorrect return of spte 2011-09-25 19:13:25 +03:00
mmu.h KVM: MMU: mmio page fault support 2011-07-24 11:50:40 +03:00
mmu_audit.c KVM: MMU: remove bypass_guest_pf 2011-07-24 11:50:33 +03:00
mmutrace.h KVM: MMU: trace mmio page fault 2011-07-24 11:50:41 +03:00
paging_tmpl.h KVM: MMU: mmio page fault support 2011-07-24 11:50:40 +03:00
svm.c
timer.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
trace.h KVM: MMU: trace mmio page fault 2011-07-24 11:50:41 +03:00
tss.h
vmx.c KVM: MMU: mmio page fault support 2011-07-24 11:50:40 +03:00
x86.c KVM: MMU: trace mmio page fault 2011-07-24 11:50:41 +03:00
x86.h KVM: MMU: cache mmio info on page fault path 2011-07-24 11:50:26 +03:00