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@xxxxxxxxxx> --- 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 -- 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