KVM: x86: check DR6/7 high-bits are clear only on long-mode
authorNadav Amit <nadav.amit@gmail.com>
Wed, 18 Jun 2014 14:19:23 +0000 (17:19 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Jun 2014 10:52:14 +0000 (12:52 +0200)
When the guest sets DR6 and DR7, KVM asserts the high 32-bits are clear, and
otherwise injects a #GP exception. This exception should only be injected only
if running in long-mode.

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

Simple merge
Simple merge