From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzElB-0001OK-IR for qemu-devel@nongnu.org; Wed, 29 Apr 2009 14:43:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzElA-0001Mj-Pz for qemu-devel@nongnu.org; Wed, 29 Apr 2009 14:43:56 -0400 Received: from [199.232.76.173] (port=33015 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzElA-0001MU-K0 for qemu-devel@nongnu.org; Wed, 29 Apr 2009 14:43:56 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:22843) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LzElA-00077y-8G for qemu-devel@nongnu.org; Wed, 29 Apr 2009 14:43:56 -0400 Received: by fg-out-1718.google.com with SMTP id l27so1023913fgb.8 for ; Wed, 29 Apr 2009 11:43:55 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49F78A35.2060603@web.de> References: <49F78A35.2060603@web.de> Date: Wed, 29 Apr 2009 21:43:55 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Fix qemu_event_init From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Marcelo Tosatti , qemu-devel On 4/29/09, Jan Kiszka wrote: > Falling through to "fail" made qemu_event_init() close the pipe fds > immediately again, breaking timer event notification. > > Signed-off-by: Jan Kiszka This fixed also Sparc boot without a CD or disk. Thanks, applied.