From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BAcKg-0000iL-6q for qemu-devel@nongnu.org; Mon, 05 Apr 2004 18:12:42 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BAcK7-0000Sh-Oi for qemu-devel@nongnu.org; Mon, 05 Apr 2004 18:12:39 -0400 Received: from [194.228.2.92] (helo=smtp-out4.iol.cz) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BAcK7-0000SI-Dl for qemu-devel@nongnu.org; Mon, 05 Apr 2004 18:12:07 -0400 Received: from volny.cz (a162-74.dialup.iol.cz [194.228.74.162]) by smtp-out4.iol.cz (Internet on Line ESMTP server) with ESMTP id AA1DB2FFB6 for ; Tue, 6 Apr 2004 00:12:06 +0200 (CEST) Message-ID: <4071D9C3.4020304@volny.cz> Date: Tue, 06 Apr 2004 00:12:19 +0200 From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Qemu workstation References: <1081199110.28816.27.camel@aragorn> In-Reply-To: Content-Type: text/plain; charset=us-ascii; 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 Martin Fuchs wrote: >Where can the WIN32 port be downloaded? > > You can get my binaries from www.volny.cz/xnavara/qemu.zip. It's build from today's CVS with two changes: - Commented out code for translating scancodes, because it's not needed on WIN32. - Make the application a console type, so I can see the help. (And close the console on normal run.) - Filip