diff mbox

[kvm-unittests,v2,2/4] x86/unittests.cfg: Add arch for x86_64-only tests

Message ID 1365766060-7604-3-git-send-email-kwolf@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Kevin Wolf April 12, 2013, 11:27 a.m. UTC
Their kernel binaries would be missing when the tests are built for
i386.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
---
 x86/unittests.cfg | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/x86/unittests.cfg b/x86/unittests.cfg
index 7d0fa73..f2336bb 100644
--- a/x86/unittests.cfg
+++ b/x86/unittests.cfg
@@ -10,6 +10,7 @@ 
 file = apic.flat
 smp = 2
 extra_params = -cpu qemu64,+x2apic
+arch = x86_64
 
 [smptest]
 file = smptest.flat
@@ -55,15 +56,18 @@  extra_params = -append 'ple_round_robin'
 
 [access]
 file = access.flat
+arch = x86_64
 
 [emulator]
 file = emulator.flat
+arch = x86_64
 
 [hypercall]
 file = hypercall.flat
 
 [idt_test]
 file = idt_test.flat
+arch = x86_64
 
 [msr]
 file = msr.flat
@@ -82,19 +86,23 @@  file = tsc.flat
 
 [xsave]
 file = xsave.flat
+arch = x86_64
 
 [rmap_chain]
 file = rmap_chain.flat
+arch = x86_64
 
 [svm]
 file = svm.flat
 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
 
 [kvmclock_test]
 file = kvmclock_test.flat
@@ -103,4 +111,5 @@  extra_params = --append "10000000 `date +%s`"
 
 [pcid]
 file = pcid.flat
-extra_params = -cpu qemu64,+pcid
\ No newline at end of file
+extra_params = -cpu qemu64,+pcid
+arch = x86_64