On Tue, Sep 27, 2022, David Matlack wrote: > Skip selftests that require EPT support in the VM when it is not > available. For example, if running on a machine where kvm_intel.ept=N > since KVM does not offer EPT support to guests if EPT is not supported > on the host. > > Specifically, this commit causes vmx_dirty_log_test and > dirty_log_perf_test -n to be skipped instead of failing on hosts where > kvm_intel.ept=N. > > Signed-off-by: David Matlack <dmatlack@xxxxxxxxxx> > --- Need to sync with Paolo on who is grabbing what. In case it's Paolo... Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>