On Wed, Oct 13, 2021 at 10:04:05PM +0000, Sean Christopherson wrote: > Rather than put more stuff into x86 that really belongs to SEV, what about moving > kvm_emulate_ap_reset_hold() into sev.c and instead exporting __kvm_vcpu_halt()? Did that in a separate patch and fixed things up. Also replaced the kvm_ with and sev_ prefix and the function now takes an vcpu_svm parameter. New version coming soon. Thanks, Joerg