KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG
authorPeter Xu <peterx@redhat.com>
Tue, 5 May 2020 20:49:58 +0000 (16:49 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 May 2020 10:13:41 +0000 (06:13 -0400)
commit13196638d5de2564af90387930afa19cf27c1974
tree38db6c323e66134172f706aa5bc2f13ce0ab047c
parent4d5523cfd5d298c58743eb31c003886cfc856709
KVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG

RTM should always been set even with KVM_EXIT_DEBUG on #DB.

Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20200505205000.188252-2-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c