From patchwork Fri Apr 12 11:27:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 2434951 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 4167BDFF66 for ; Fri, 12 Apr 2013 11:27:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753686Ab3DLL1w (ORCPT ); Fri, 12 Apr 2013 07:27:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45269 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753077Ab3DLL1v (ORCPT ); Fri, 12 Apr 2013 07:27:51 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3CBRpZ5003618 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 12 Apr 2013 07:27:51 -0400 Received: from dhcp-200-207.str.redhat.com (ovpn-116-52.ams2.redhat.com [10.36.116.52]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r3CBRhsO013167; Fri, 12 Apr 2013 07:27:49 -0400 From: Kevin Wolf To: kvm@vger.kernel.org Cc: kwolf@redhat.com, gleb@redhat.com, mtosatti@redhat.com, lmr@redhat.com Subject: [PATCH kvm-unittests v2 3/4] x86/unittests.cfg: Add missing test cases Date: Fri, 12 Apr 2013 13:27:39 +0200 Message-Id: <1365766060-7604-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1365766060-7604-1-git-send-email-kwolf@redhat.com> References: <1365766060-7604-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Some test cases seem to have been added without updating the configuration file. This adds them, and leaves cases commented out that don't seem to complete. Signed-off-by: Kevin Wolf --- x86/unittests.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index f2336bb..11e8077 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -58,10 +58,16 @@ extra_params = -append 'ple_round_robin' file = access.flat arch = x86_64 +#[asyncpf] +#file = asyncpf.flat + [emulator] file = emulator.flat arch = x86_64 +[eventinj] +file = eventinj.flat + [hypercall] file = hypercall.flat @@ -69,21 +75,33 @@ file = hypercall.flat file = idt_test.flat arch = x86_64 +#[init] +#file = init.flat + [msr] file = msr.flat +[pmu] +file = pmu.flat + [port80] file = port80.flat [realmode] file = realmode.flat +[s3] +file = s3.flat + [sieve] file = sieve.flat [tsc] file = tsc.flat +[tsc_adjust] +file = tsc_adjust.flat + [xsave] file = xsave.flat arch = x86_64 @@ -104,6 +122,14 @@ smp = 2 extra_params = -cpu qemu64,-svm arch = x86_64 +[taskswitch] +file = taskswitch.flat +arch = i386 + +[taskswitch2] +file = taskswitch2.flat +arch = i386 + [kvmclock_test] file = kvmclock_test.flat smp = 2