From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Wolf 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> References: <1365766060-7604-1-git-send-email-kwolf@redhat.com> Cc: kwolf@redhat.com, gleb@redhat.com, mtosatti@redhat.com, lmr@redhat.com To: kvm@vger.kernel.org Return-path: 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 In-Reply-To: <1365766060-7604-1-git-send-email-kwolf@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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 -- 1.8.1.4