Re: [PATCH v7 1/8] KVM: VMX: Introduce PKS VMCS fields

From: Wang, Lei
Date: Thu May 26 2022 - 22:03:43 EST


On 5/25/2022 4:55 AM, Sean Christopherson wrote:
Uber nit, PKRS isn't saved if VMX doesn't support the entry control.
Every VM exit saves PKRS into guest-state area if VM_ENTRY_LOAD_IA32_PKRS
is supported by the CPU.

With that tweak,

Make sense, will fix it.