kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: x86: Purge __ex() and __kvm_spurious_fault()
@ 2021-08-09 17:39 Sean Christopherson
  2021-08-09 17:39 ` [PATCH v2 1/2] KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot() Sean Christopherson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sean Christopherson @ 2021-08-09 17:39 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Sean Christopherson, Vitaly Kuznetsov, Wanpeng Li, Jim Mattson,
	Joerg Roedel, kvm, linux-kernel, Uros Bizjak, Like Xu

Two patches to remove __ex() and __kvm_spurious_fault(), and hide
kvm_spurious_fault() in x86.h.  These were part of a larger series that
received the magic "Queued, thanks", but got lost at some point.

v1: https://lore.kernel.org/kvm/20201231002702.2223707-1-seanjc@google.com/

Sean Christopherson (1):
  KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()

Uros Bizjak (1):
  KVM: x86: Move declaration of kvm_spurious_fault() to x86.h

 arch/x86/include/asm/kvm_host.h | 25 -------------------------
 arch/x86/kvm/svm/sev.c          |  2 --
 arch/x86/kvm/svm/svm.c          |  2 --
 arch/x86/kvm/svm/svm_ops.h      |  2 +-
 arch/x86/kvm/vmx/vmx_ops.h      |  4 +---
 arch/x86/kvm/x86.c              |  9 ++++++++-
 arch/x86/kvm/x86.h              |  2 ++
 7 files changed, 12 insertions(+), 34 deletions(-)

-- 
2.32.0.605.g8dce9f2422-goog


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-10 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 17:39 [PATCH v2 0/2] KVM: x86: Purge __ex() and __kvm_spurious_fault() Sean Christopherson
2021-08-09 17:39 ` [PATCH v2 1/2] KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot() Sean Christopherson
2021-08-09 17:39 ` [PATCH v2 2/2] KVM: x86: Move declaration of kvm_spurious_fault() to x86.h Sean Christopherson
2021-08-10 17:40 ` [PATCH v2 0/2] KVM: x86: Purge __ex() and __kvm_spurious_fault() Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).