From patchwork Wed May 11 16:12:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?UmFkaW0gS3LEjW3DocWZ?= X-Patchwork-Id: 9072621 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 552189F1C3 for ; Wed, 11 May 2016 16:13:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 85E0E2014A for ; Wed, 11 May 2016 16:13:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 77843201BB for ; Wed, 11 May 2016 16:13:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932306AbcEKQNS (ORCPT ); Wed, 11 May 2016 12:13:18 -0400 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) Received: from potion (dhcp-1-215.brq.redhat.com [10.34.1.215]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id u4BGDE70018486; Wed, 11 May 2016 12:13:15 -0400 Received: by potion (sSMTP sendmail emulation); Wed, 11 May 2016 18:13:14 +0200 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= To: kvm@vger.kernel.org Cc: Paolo Bonzini , Andrew Jones 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> In-Reply-To: <1462983171-4208-1-git-send-email-rkrcmar@redhat.com> References: <1462983171-4208-1-git-send-email-rkrcmar@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 11 May 2016 16:13:16 +0000 (UTC) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Spam-Status: No, score=-8.3 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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), but I don't think that the test is useful enough to be fixed to return PASS. Signed-off-by: Radim Kr?má? --- 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 = 2 extra_params = -cpu qemu64,+svm arch = x86_64 -[svm-disabled] -file = svm.flat -smp = 2 -extra_params = -cpu qemu64,-svm -arch = x86_64 - [taskswitch] file = taskswitch.flat arch = i386