From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jx2bm-0008P2-Aw for qemu-devel@nongnu.org; Fri, 16 May 2008 12:16:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jx2bk-0008O7-PC for qemu-devel@nongnu.org; Fri, 16 May 2008 12:16:37 -0400 Received: from [199.232.76.173] (port=50512 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jx2bk-0008Ns-Br for qemu-devel@nongnu.org; Fri, 16 May 2008 12:16:36 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:26564) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jx2bj-0000qL-Ry for qemu-devel@nongnu.org; Fri, 16 May 2008 12:16:36 -0400 Received: by ug-out-1314.google.com with SMTP id j40so1706939ugd.4 for ; Fri, 16 May 2008 09:16:33 -0700 (PDT) Message-ID: Date: Fri, 16 May 2008 18:16:33 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] Re: Re: [PATCH] Windows compile errors In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 On 16/05/2008, consul wrote: > "Johannes Schindelin" wrote in message > news:alpine.DEB.1.00.0805161043540.30431@racer... > > > It is common to say "Sleep((x) * 1000)" to prevent errors, such as when > > you write "sleep(1000 + 0);" > > > > > I think this may be not a right thing to do anyway. How does the sleep help > here? does the musicpal_init run in a separate thread? > /* > * Wait a bit to catch menu button during U-Boot start-up > * (to trigger emergency update). > */ > sleep(1); I understand this was meant to give the user time to press a key on the keyboard after realeasing enter when running qemu from command line, and before the emulation starts. Yes, it's hack but I merged it because it was quite obvious and the harm from removing it is minor. Regarding the n800 breakage, I mentioned earlier that it's broken without a patch posted on this list. I'll try to come with something to make it work out of the box. Regards