Their kernel binaries would be missing when the tests are built for i386. Signed-off-by: Kevin Wolf <kwolf@xxxxxxxxxx> --- x86/unittests.cfg | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html