From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JxBzB-0004rT-5x for qemu-devel@nongnu.org; Fri, 16 May 2008 22:17:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JxBz6-0004oA-CZ for qemu-devel@nongnu.org; Fri, 16 May 2008 22:17:24 -0400 Received: from [199.232.76.173] (port=48585 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JxBz6-0004o6-8I for qemu-devel@nongnu.org; Fri, 16 May 2008 22:17:20 -0400 Received: from main.gmane.org ([80.91.229.2]:35497 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JxBz5-0000P2-S2 for qemu-devel@nongnu.org; Fri, 16 May 2008 22:17:20 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JxBz3-000762-08 for qemu-devel@nongnu.org; Sat, 17 May 2008 02:17:17 +0000 Received: from pool-71-182-73-6.ptldor.fios.verizon.net ([71.182.73.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 May 2008 02:17:16 +0000 Received: from void by pool-71-182-73-6.ptldor.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 May 2008 02:17:16 +0000 From: "Alex" Date: Fri, 16 May 2008 19:17:10 -0700 Message-ID: References: <482DB664.9090205@web.de> Sender: news Subject: [Qemu-devel] Re: [PATCH] Windows compile errors 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 "Jan Kiszka" wrote in message news:482DB664.9090205@web.de... >This opens a window after the virtual LCD popped up and before the guest >starts to boot so that the user can hit a special key. With the real >device, you would hold down that button before powering on the hardware, >but that won't work with QEMU... :) Sorry for my ignorance, but won't a command line switch better fulfill this purpose? Then if you really want the popup, you can show it from a launcher script before even starting qemu... Alex.