Signed-off-by: Kevin Wolf <kwolf@xxxxxxxxxx> --- x86/unittests.cfg | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 065020a..dac7d44 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -64,6 +64,18 @@ file = svm.flat smp = 2 extra_params = -cpu qemu64,-svm +[taskswitch] +file = taskswitch.flat +smp = 2 +extra_params = -cpu qemu64,-svm +groups = task + +[taskswitch2] +file = taskswitch2.flat +smp = 2 +extra_params = -cpu qemu64,-svm +groups = task + [kvmclock_test] file = kvmclock_test.flat smp = 2 -- 1.7.6.5 -- 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