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)
commita4ab9d0cf1ef0bf521bb69099aa464f38c71393c
tree2e5c799010d8be702afcc0b78925c51581bcb55c
parent4291b58885f5af560488a5b9667ca6930b9fdc3d
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
This page took 0.02419 seconds and 5 git commands to generate.