All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
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	[thread overview]
Message-ID: <1365766060-7604-4-git-send-email-kwolf@redhat.com> (raw)
In-Reply-To: <1365766060-7604-1-git-send-email-kwolf@redhat.com>

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 <kwolf@redhat.com>
---
 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


  parent reply	other threads:[~2013-04-12 11:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-12 11:27 [PATCH kvm-unittests v2 0/4] Add run_tests.sh script and update unittests.cfg Kevin Wolf
2013-04-12 11:27 ` [PATCH kvm-unittests v2 1/4] Add run_tests.sh Kevin Wolf
2013-04-12 12:24   ` Lucas Meneghel Rodrigues
2013-04-12 11:27 ` [PATCH kvm-unittests v2 2/4] x86/unittests.cfg: Add arch for x86_64-only tests Kevin Wolf
2013-04-12 11:27 ` Kevin Wolf [this message]
2013-04-12 11:27 ` [PATCH kvm-unittests v2 4/4] x86/unittests.cfg: Create test case groups Kevin Wolf
2013-04-13 23:26 ` [PATCH kvm-unittests v2 0/4] Add run_tests.sh script and update unittests.cfg Cole Robinson
2013-04-15  8:11   ` Kevin Wolf
2013-04-17 22:26 ` Marcelo Tosatti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1365766060-7604-4-git-send-email-kwolf@redhat.com \
    --to=kwolf@redhat.com \
    --cc=gleb@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=lmr@redhat.com \
    --cc=mtosatti@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.