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@xxxxxxxxxx/ 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