On Wed, Jan 27, 2016 at 04:59:48PM +0100, Andrew Jones wrote: > The first three patches makes changes to reduce the exit status ambiguity, > for which kvm-unit-tests is famous. The next couple are a cleanup and a > minor feature enhancement. The last is a feature enhancement bringing > timeouts to unittest runs. > > v2: Thanks to Radim for suggestions and help getting the suggestions > implemented. Hi Paolo, Any thoughts on this series? Thanks, drew > > > Andrew Jones (6): > x86: clean up exit use, use abort > run scripts need consistent exit status > arch-run: reduce return code ambiguity > cleanup unittests.cfg headers > runtime: enable some unittest config overriding > run scripts: add timeout support > > arm/run | 7 +++-- > arm/unittests.cfg | 27 ++++++++++++------- > lib/x86/desc.c | 4 +-- > run_tests.sh | 4 +-- > scripts/arch-run.bash | 69 +++++++++++++++++++++++++++++++++++++++++++++++ > scripts/functions.bash | 8 ++++-- > scripts/mkstandalone.sh | 16 +++++------ > scripts/runtime.bash | 20 +++++++------- > x86/README | 10 ++++--- > x86/hyperv_stimer.c | 9 +++---- > x86/pku.c | 4 +-- > x86/run | 14 +++++----- > x86/smap.c | 4 +-- > x86/tscdeadline_latency.c | 4 +-- > x86/unittests.cfg | 22 ++++++++++----- > x86/vmx.c | 2 +- > 16 files changed, 155 insertions(+), 69 deletions(-) > create mode 100644 scripts/arch-run.bash > > -- > 2.4.3 > > -- > 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 -- 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