From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bouPi-0007w9-TX for qemu-devel@nongnu.org; Tue, 27 Sep 2016 11:35:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bouPe-0007gy-JE for qemu-devel@nongnu.org; Tue, 27 Sep 2016 11:35:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bouPe-0007fp-Db for qemu-devel@nongnu.org; Tue, 27 Sep 2016 11:35:18 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2BB18C05A2B3 for ; Tue, 27 Sep 2016 15:35:16 +0000 (UTC) From: Michal Privoznik Date: Tue, 27 Sep 2016 17:24:55 +0200 Message-Id: Subject: [Qemu-devel] [PATCH v4 0/2] Produce better termination message List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, eblake@redhat.com v3 of: http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg05058.html diff to v3: - Rework 2/2 so that no malloc() is done in signal handler since it's not re-entrant. Michal Privoznik (2): util: Introduce qemu_get_pid_name qemu_kill_report: Report PID name too include/qemu/osdep.h | 10 ++++++++++ util/oslib-posix.c | 27 +++++++++++++++++++++++++++ util/oslib-win32.c | 7 +++++++ vl.c | 8 ++++++-- 4 files changed, 50 insertions(+), 2 deletions(-) -- 2.8.4