From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [kvm-unit-tests PATCH v3 0/6] reduce exit status ambiguity and more Date: Tue, 1 Mar 2016 22:30:10 +0100 Message-ID: <56D609E2.8010202@redhat.com> References: <1456772003-27911-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: rkrcmar@redhat.com To: Andrew Jones , kvm@vger.kernel.org Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:33122 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751892AbcCAVaN (ORCPT ); Tue, 1 Mar 2016 16:30:13 -0500 Received: by mail-wm0-f68.google.com with SMTP id n186so6342922wmn.0 for ; Tue, 01 Mar 2016 13:30:13 -0800 (PST) In-Reply-To: <1456772003-27911-1-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 29/02/2016 19:53, 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. > > v3: rebased on latest master; now includes powerpc/run changes (specific > differences with v2 are pointed out in the patches that changed - > only two of them) > v2: Thanks to Radim for suggestions and help getting the suggestions > implemented. Just a few suggested cleanups in patch 3. Thanks! Paolo