On Thu, Feb 14, 2019 at 05:33:15PM +0000, Liam Merwick wrote: > On 12/02/2019 23:34, Sean Christopherson wrote: > >Defining individual testcases in the config for each individual test in > >vmx.flat has proven to be a maintenance nightmare, e.g. has led to poor > >test configurations due to naive copy+paste. For example, many VMX > >tests specify "-m 2560" or "-m 2048" even though only the EPT access > >tests actually require >2gb of memory. Take advantage of vmx.flat's > >simple glob parsing to create a single testcase for the EPC access > > > Is EPC a typo there? Indeed it is. > > >tests. > > > >Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > > Otherwise > > Reviewed-by: Liam Merwick <liam.merwick@xxxxxxxxxx> >