On Tue, Apr 04, 2023, Sean Christopherson wrote: > diff --git a/x86/unittests.cfg b/x86/unittests.cfg > index f324e32d..6194e0ea 100644 > --- a/x86/unittests.cfg > +++ b/x86/unittests.cfg > @@ -143,6 +143,12 @@ file = access_test.flat > arch = x86_64 > extra_params = -cpu max > > +[access_fep] > +file = access_test.flat > +arch = x86_64 > +extra_params = -cpu max -append force_emulation > +groups = nodefault Argh, this needs to override the timeout. Ditto for the vmx_pf_exception_test_fep variant. If there are no other issues or objections in the series, I'll set the timeouts to 240 when applying.