From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5fWk-0000TT-Nl for qemu-devel@nongnu.org; Mon, 19 Sep 2011 11:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5fWj-0001nV-MB for qemu-devel@nongnu.org; Mon, 19 Sep 2011 11:12:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5fWj-0001nK-FA for qemu-devel@nongnu.org; Mon, 19 Sep 2011 11:12:57 -0400 Message-ID: <4E775CAA.4040003@redhat.com> Date: Mon, 19 Sep 2011 17:15:54 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1316443033-6489-1-git-send-email-freddy77@gmail.com> In-Reply-To: <1316443033-6489-1-git-send-email-freddy77@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] block: avoid SIGUSR2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Frediano Ziglio Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Am 19.09.2011 16:37, schrieb Frediano Ziglio: > Now that iothread is always compiled sending a signal seems only an > additional step. This patch also avoid writing to two pipe (one from signal > and one in qemu_service_io). > > Work with kvm enabled or disabled. strace output is more readable (less syscalls). > > Signed-off-by: Frediano Ziglio Thanks applied to the block branch. Kevin