From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO3Tp-0002AF-8K for qemu-devel@nongnu.org; Thu, 13 Mar 2014 07:07:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO3Ti-0001AE-8p for qemu-devel@nongnu.org; Thu, 13 Mar 2014 07:07:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO3Ti-0001A6-1c for qemu-devel@nongnu.org; Thu, 13 Mar 2014 07:07:10 -0400 Message-ID: <1394708839.3981.100.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Thu, 13 Mar 2014 13:07:19 +0200 In-Reply-To: <1394703694-3281-1-git-send-email-stefanha@redhat.com> References: <1394703694-3281-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] qtest: crash fix and improved "make check" output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Anthony Liguori , Andreas Faerber On Thu, 2014-03-13 at 10:41 +0100, Stefan Hajnoczi wrote: > These patches stem from the Marcel's discussion about qtest_init() failures. > He posted the qtest_init() deadlock fix and I was picky about how to fix two > other issues, so here are the patches. Tested-by: Marcel Apfelbaum > > Stefan Hajnoczi (2): > tests: show the name of each executing qtest > qtest: fix crash if SIGABRT during qtest_init() > > tests/Makefile | 7 +++++-- > tests/libqtest.c | 3 ++- > tests/libqtest.h | 4 +--- > 3 files changed, 8 insertions(+), 6 deletions(-) >