From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFliz-00006z-Tc for qemu-devel@nongnu.org; Fri, 29 Apr 2011 07:19:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFliz-0001Eh-5w for qemu-devel@nongnu.org; Fri, 29 Apr 2011 07:19:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFliy-0001Eb-TI for qemu-devel@nongnu.org; Fri, 29 Apr 2011 07:19:05 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3TBJ4Wm024516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 29 Apr 2011 07:19:04 -0400 Message-ID: <4DBA9F42.3020605@redhat.com> Date: Fri, 29 Apr 2011 13:21:38 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1303991910-28052-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1303991910-28052-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] qemu-progress.c: printf isn't signal safe List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: armbru@redhat.com, qemu-devel@nongnu.org Am 28.04.2011 13:58, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > Change the signal handling to indicate a signal is pending, rather > then printing directly from the signal handler. > > In addition make the signal prints go to stderr, rather than stdout. > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin