]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: vmx: handle_dr does not handle RSP correctly
authorNadav Amit <namit@cs.technion.ac.il>
Wed, 7 May 2014 12:32:49 +0000 (15:32 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 7 May 2014 15:24:59 +0000 (17:24 +0200)
commitbcab1cb90d7f1c7b3ca8e60b2dab4ad535547256
tree2e5c799010d8be702afcc0b78925c51581bcb55c
parent57dae1d562e46f61c91d75cf7a9056da99c6077c
KVM: vmx: handle_dr does not handle RSP correctly

The RSP register is not automatically cached, causing mov DR instruction with
RSP to fail.  Instead the regular register accessing interface should be used.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c