From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO295-0006QQ-0Z for qemu-devel@nongnu.org; Thu, 13 Mar 2014 05:41:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO28z-000548-0n for qemu-devel@nongnu.org; Thu, 13 Mar 2014 05:41:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO28y-000543-PM for qemu-devel@nongnu.org; Thu, 13 Mar 2014 05:41:40 -0400 From: Stefan Hajnoczi Date: Thu, 13 Mar 2014 10:41:32 +0100 Message-Id: <1394703694-3281-1-git-send-email-stefanha@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: Stefan Hajnoczi , Andreas Faerber , Anthony Liguori , Marcel Apfelbaum 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. 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(-) -- 1.8.5.3