From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Subject: [kvm-unit-tests PATCH v4 03/13] x86/unittests: remove svm-disabled Date: Wed, 11 May 2016 18:12:45 +0200 Message-ID: <1462983171-4208-4-git-send-email-rkrcmar@redhat.com> References: <1462983171-4208-1-git-send-email-rkrcmar@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Paolo Bonzini , Andrew Jones To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:46669 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932165AbcEKQNR (ORCPT ); Wed, 11 May 2016 12:13:17 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D7E8580088 for ; Wed, 11 May 2016 16:13:16 +0000 (UTC) In-Reply-To: <1462983171-4208-1-git-send-email-rkrcmar@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: svm-disabled says SKIP after the last patch. It's better than the FAIL it returned before (QEMU warns, so return 0 is treated as an error), bu= t I don't think that the test is useful enough to be fixed to return PASS= =2E Signed-off-by: Radim Kr=C4=8Dm=C3=A1=C5=99 --- x86/unittests.cfg | 6 ------ 1 file changed, 6 deletions(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index fcee6f98c598..60747cfca94e 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -159,12 +159,6 @@ smp =3D 2 extra_params =3D -cpu qemu64,+svm arch =3D x86_64 =20 -[svm-disabled] -file =3D svm.flat -smp =3D 2 -extra_params =3D -cpu qemu64,-svm -arch =3D x86_64 - [taskswitch] file =3D taskswitch.flat arch =3D i386 --=20 2.8.2