First two patches are trivial bits. Rest rewrites x86-run in python, which then makes it easy to parse unittests.cfg. This makes it simpler to invoke individual unittests the same way autotest does. Kevin has a similar series[1], but I'm reposting this for completeness. [1] http://www.spinics.net/lists/kvm/msg89471.html v2: Drop patch that removed x86/README Don't remove manual invocations examples from README Cole Robinson (4): .gitignore: Add *.flat and config.mak x86/run-kvm-unit-tests: Drop it Rewrite x86-run in python x86-run: Pull extra arguments from unittests.cfg .gitignore | 2 + README | 14 ++++-- x86-run | 133 +++++++++++++++++++++++++++++++++++++++---------- x86/run-kvm-unit-tests | 6 --- 4 files changed, 117 insertions(+), 38 deletions(-) delete mode 100644 x86/run-kvm-unit-tests -- 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