On 08/10/19 18:38, Vitaly Kuznetsov wrote: > With -cpu qemu64 we skip many good tests (next_rip, npt_*) and > tsc_adjust is failing. VMX tests already use '-cpu host'. > > Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx> > --- > x86/unittests.cfg | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/x86/unittests.cfg b/x86/unittests.cfg > index 8156256146c3..e7aa1e9844f1 100644 > --- a/x86/unittests.cfg > +++ b/x86/unittests.cfg > @@ -198,7 +198,7 @@ arch = x86_64 > [svm] > file = svm.flat > smp = 2 > -extra_params = -cpu qemu64,+svm > +extra_params = -cpu host,+svm > arch = x86_64 > > [taskswitch] > Queued, thanks. Paolo