Re: [PATCH v4 3/5] KVM: SVM: Add support to handle AP reset MSR protocol

From: Joerg Roedel
Date: Wed Oct 20 2021 - 08:32:18 EST


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