mbox series

[v2,0/2] KVM: x86: cleanups for MOV from/to DR

Message ID 20210204145433.243806-1-pbonzini@redhat.com (mailing list archive)
Headers show
Series KVM: x86: cleanups for MOV from/to DR | expand

Message

Paolo Bonzini Feb. 4, 2021, 2:54 p.m. UTC
This is the new version of the "KVM: x86: move kvm_inject_gp up from
kvm_set_dr to callers" patch.

Paolo Bonzini (2):
  KVM: x86: reading DR cannot fail
  KVM: x86: move kvm_inject_gp up from kvm_set_dr to callers

 arch/x86/include/asm/kvm_host.h |  2 +-
 arch/x86/kvm/kvm_emulate.h      |  2 +-
 arch/x86/kvm/svm/svm.c          | 13 +++++--------
 arch/x86/kvm/vmx/vmx.c          | 20 +++++++++++---------
 arch/x86/kvm/x86.c              | 28 +++++++++-------------------
 5 files changed, 27 insertions(+), 38 deletions(-)