On Wed, Sep 26, 2018 at 9:23 AM, Sean Christopherson <sean.j.christopherson@xxxxxxxxx> wrote: > vmx->pml_pg is allocated by vmx_create_vcpu() and is only nullified > when the vCPU is destroyed by vmx_free_vcpu(). Remove the ASSERTs > on vmx->pml_pg, there is no need to carry debug code that provides > no value to the current code base. > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>