From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0hmw-00051U-DG for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:23:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0hmv-000513-Lt for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:23:34 -0500 Received: from [199.232.76.173] (port=59653 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0hmv-00050y-HP for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:23:33 -0500 Received: from qw-out-1920.google.com ([74.125.92.149]:25417) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0hmv-0005Bt-C8 for qemu-devel@nongnu.org; Thu, 13 Nov 2008 14:23:33 -0500 Received: by qw-out-1920.google.com with SMTP id 5so810773qwc.4 for ; Thu, 13 Nov 2008 11:23:31 -0800 (PST) Message-ID: <491C7EB0.6060506@codemonkey.ws> Date: Thu, 13 Nov 2008 13:23:28 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch] block: make raw aio signaling non-blocking. References: <491C535A.7030904@redhat.com> In-Reply-To: <491C535A.7030904@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gerd Hoffmann wrote: > Hi, > > This patch switches the read handle of the signaling pipe into > non-blocking mode. This avoids unwanted blocking reads and also > allows to read all bytes out of the signaling pipe in case we got > signaled more that once before the handler ran. > Applied. Thanks. Regards, Anthony Liguori > cheers, > Gerd > >