Re: [PATCH 1/5] KVM: x86: Get vmcs12 pages before checking pending interrupts

From: Mingwei Zhang
Date: Thu Aug 25 2022 - 16:38:14 EST


> Currently, KVM_SET_NESTED_STATE is a two-step process in which the 1st
> step does not require vmcs12 to be ready. So, I am thinking about what
> it means to deprecate KVM_REQ_GET_NESTED_STATE_PAGES?

typo:

"KVM_SET_NESTED_STATE is a two-step process" -> "Launching a nested VM
is a two-step process".