commit | 9926c9fdbdd54bb229fe6fdbd15ca3af2b8425ae | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sat Jan 04 18:47:15 2014 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 17 10:22:09 2014 +0100 |
tree | 77292ce4d04ab4b253186d388ff8567cf7ecad9e | |
parent | e984097b553ed2d6551c805223e4057421370f00 [diff] |
KVM: x86: Sync DR7 on KVM_SET_DEBUGREGS Whenever we change arch.dr7, we also have to call kvm_update_dr7. In case guest debugging is off, this will synchronize the new state into hardware. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>