commit | d16c293e4ecbddedfc1d64095ce56f0569adc12b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Feb 21 10:36:37 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 11 10:46:03 2014 +0100 |
tree | d0a997e495eb90b26f7ff67302959423d995d8ce | |
parent | 81908bf44340eb5ebc9969f67e6c8be0c92f2857 [diff] |
KVM: nVMX: Allow nested guests to run with dirty debug registers When preparing the VMCS02, the CPU-based execution controls is computed by vmx_exec_control. Turn off DR access exits there, too, if the KVM_DEBUGREG_WONT_EXIT bit is set in switch_db_regs. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>