@@ -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
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(-)