On Tue, Aug 27, 2019 at 9:04 AM Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> wrote: > > Since commit 5158917c7b019 ("KVM: x86: nVMX: Allow nested_enable_evmcs to > be NULL") the code in x86.c is prepared to see nested_enable_evmcs being > NULL and in VMX case it actually is when nesting is disabled. Remove the > unneeded stub from SVM code. > > Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>