kernel-ark/drivers/kvm
Avi Kivity bac27d35cb KVM: x86 emulator: fix debug reg mov instructions
More fallout from the writeback fixes: debug register transfer
instructions do their own writeback and thus need to disable the general
writeback mechanism.

This fixes oopses and some guest failures on AMD machines (the Intel
variant decodes the instruction in hardware and thus does not need
emulation).

Cc: Alistair John Strachan <alistair@devzero.co.uk>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-08-06 17:54:41 -07:00
..
Kconfig KVM: Require CONFIG_ANON_INODES 2007-07-22 11:13:59 -07:00
kvm_main.c KVM: Fix removal of nx capability from guest cpuid 2007-07-25 14:31:13 +03:00
kvm_svm.h
kvm.h
Makefile
mmu.c
paging_tmpl.h
segment_descriptor.h
svm.c
svm.h
vmx.c
vmx.h
x86_emulate.c KVM: x86 emulator: fix debug reg mov instructions 2007-08-06 17:54:41 -07:00
x86_emulate.h