From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFQNb-0003Al-P0 for qemu-devel@nongnu.org; Mon, 17 Feb 2014 10:45:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFQNU-0000oG-Pm for qemu-devel@nongnu.org; Mon, 17 Feb 2014 10:45:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFQNU-0000ia-J1 for qemu-devel@nongnu.org; Mon, 17 Feb 2014 10:45:04 -0500 From: Stefan Hajnoczi Date: Mon, 17 Feb 2014 16:44:55 +0100 Message-Id: <1392651898-16749-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/3] qtest: avoid pidfile and QEMU process leaks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Andreas Faerber , Anthony Liguori This series prevents the following qtest issues: 1. Leaking the pidfile if QEMU startup fails, as discovered by Andreas F=C3= =A4rber. 2. Leaking the QEMU process when a test case aborts. Applying this series should make buildbots and manual "make check" users = have a more pleasant and less leaky experience :). Stefan Hajnoczi (3): qtest: drop unused child_pid field qtest: make QEMU our direct child process qtest: kill QEMU process on g_assert() failure tests/libqtest.c | 59 +++++++++++++++++++++++++++-----------------------= ------ 1 file changed, 28 insertions(+), 31 deletions(-) --=20 1.8.5.3