From: Paolo Bonzini Date: Fri, 21 Feb 2014 09:55:44 +0000 (+0100) Subject: KVM: vmx: we do rely on loading DR7 on entry X-Git-Tag: v3.15-rc1~118^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c845f9c646e646e6a5fe416c2e835342984249f7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed