On Mon, Dec 21, 2020, Uros Bizjak wrote: > Merge __kvm_handle_fault_on_reboot with its sole user > and move the definition of __ex to a common include to be > shared between VMX and SVM. > > v2: Rebase to the latest kvm/queue. > > v3: Incorporate changes from review comments.
The v2, v3, ... vN patch history should go below the '---' so that it doesn't need to be manually stripped when applying. > Cc: Paolo Bonzini <[email protected]> > Cc: Sean Christopherson <[email protected]> > Signed-off-by: Uros Bizjak <[email protected]> > Reviewed-by: Krish Sadhukhan <[email protected]> > --- vN stuff down here > 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/vmx/vmx.c | 4 +--- > arch/x86/kvm/vmx/vmx_ops.h | 4 +--- > arch/x86/kvm/x86.h | 24 ++++++++++++++++++++++++ > 6 files changed, 26 insertions(+), 35 deletions(-) Reviewed-by: Sean Christopherson <[email protected]>

