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 1B8pH2-0004ws-0P for qemu-devel@nongnu.org; Wed, 31 Mar 2004 18:37:32 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B8pEf-0003c8-DS for qemu-devel@nongnu.org; Wed, 31 Mar 2004 18:35:38 -0500 Received: from [193.252.22.26] (helo=mwinf0503.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B8pEe-0003Z1-39 for qemu-devel@nongnu.org; Wed, 31 Mar 2004 18:35:04 -0500 Message-ID: <406B5612.5050701@bellard.org> Date: Thu, 01 Apr 2004 01:36:50 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QEMU News: Win32 Port 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 Hi, I commited an experimental win32 port of QEMU. I did not test it yet, but it compiles. It is based on Kazu port, but I made heavy modifications to minimize the number of ifdefs and to factorize the "dyngen" utility code. In order to compile it, look at http://www.h7.dion.ne.jp/~qemu-win/PortingTips-en.html. Feel free to submit any patches, in particular for audio, network redirector or native GUI for win32. Note that I won't accept any patch to make it compile with MSVC. You must use MSYS/MinGW in order to compile the win32 port of QEMU. Fabrice.