]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: X86: Remove unneeded KVM_DEBUGREG_RELOAD
authorLai Jiangshan <laijs@linux.alibaba.com>
Mon, 9 Aug 2021 17:43:05 +0000 (01:43 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 Aug 2021 07:35:14 +0000 (03:35 -0400)
commit35b14e281cce61e476f9f26f2741fcd3beeaa018
tree2791c67f04bd39985a95f70b3e2092c630b2937f
parent3f09e4bb6b13f7ca6f2ed74884cb3dbb92541989
KVM: X86: Remove unneeded KVM_DEBUGREG_RELOAD

Commit e3c361fedd90 ("KVM: x86: DR0-DR3 are not clear on reset") added code to
ensure eff_db are updated when they're modified through non-standard paths.

But there is no reason to also update hardware DRs unless hardware breakpoints
are active or DR exiting is disabled, and in those cases updating hardware is
handled by KVM_DEBUGREG_WONT_EXIT and KVM_DEBUGREG_BP_ENABLED.

KVM_DEBUGREG_RELOAD just causes unnecesarry load of hardware DRs and is better
to be removed.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Message-Id: <20210809174307.145263-1-jiangshanlai@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/x86.c