KVM: vmx: we do rely on loading DR7 on entry
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Feb 2014 09:55:44 +0000 (10:55 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Mar 2014 09:46:01 +0000 (10:46 +0100)
commitc845f9c646e646e6a5fe416c2e835342984249f7
treee00acf03deed045b0a182851f28b2ec48c012040
parentc9a7953f09bbe2b66050ebf97e0532eaeefbc9f3
KVM: vmx: we do rely on loading DR7 on entry

Currently, this works even if the bit is not in "min", because the bit is always
set in MSR_IA32_VMX_ENTRY_CTLS.  Mention it for the sake of documentation, and
to avoid surprises if we later switch to MSR_IA32_VMX_TRUE_ENTRY_CTLS.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c
This page took 0.023793 seconds and 5 git commands to generate.