Re: [PATCH 05/28] KVM: nSVM: correctly inject INIT vmexits

From: Paolo Bonzini
Date: Fri May 29 2020 - 04:47:57 EST


On 29/05/20 08:46, Krish Sadhukhan wrote:
>>
>> +static void nested_svm_init(struct vcpu_svm *svm)
>
> Should this be named nested_svm_inject_init_vmexit in accordance with
> nested_svm_inject_exception_vmexit that you did in patch# 3 ?

There's also nested_svm_intr and nested_svm_nmi. I'll rename all of
them, but it will be a follow up.

Paolo