From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Co2ed-0004YG-1f for qemu-devel@nongnu.org; Mon, 10 Jan 2005 11:44:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Co2eV-0004TS-W8 for qemu-devel@nongnu.org; Mon, 10 Jan 2005 11:44:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Co2eV-0004LA-SO for qemu-devel@nongnu.org; Mon, 10 Jan 2005 11:44:23 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Co2Qh-0002M6-LZ for qemu-devel@nongnu.org; Mon, 10 Jan 2005 11:30:07 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Co2Qg-0007du-00 for ; Mon, 10 Jan 2005 17:30:06 +0100 Received: from amarseille-206-1-25-199.w81-51.abo.wanadoo.fr ([81.51.214.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jan 2005 17:30:06 +0100 Received: from daimon55 by amarseille-206-1-25-199.w81-51.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Jan 2005 17:30:06 +0100 From: Ronald Date: Mon, 10 Jan 2005 17:29:58 +0100 Message-ID: References: <41E09627.1020802@volny.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: [PATCH] Win32 build Reply-To: daimon55@free.fr, 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 Le Sun, 09 Jan 2005 03:25:43 +0100, Filip Navara a écrit : > Changes: > - Add x86_64-softmmu target to the build. - Fix compiling with newer > w32api headers. > Index: configure > =================================================================== RCS > file: /cvsroot/qemu/qemu/configure,v retrieving revision 1.50 > diff -u -r1.50 configure > --- configure 3 Jan 2005 23:38:40 -0000 1.50 +++ configure 9 Jan 2005 > 01:59:41 -0000 @@ -181,7 +181,7 @@ > strip="${cross_prefix}${strip}" > > if test "$mingw32" = "yes" ; then > - target_list="i386-softmmu ppc-softmmu sparc-softmmu" + > target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu" > EXESUF=".exe" > gdbstub="no" > oss="no" Just a comment about qemu-system-x86_64, I have successfully loaded http://bochs.sourceforge.net/guestos/linux.x86-64.bzImage on windows 98/750MHz duron. I went as far as the kernel mount the root ro and free unused memory (on linux too) because of tls. Another thing which can be of interest: I have updated SDL to 1.2.8, wine (20041201) can now launch qemu.exe without setting bpp to a fixed value in sdl.c --- qemu-doc.texi 2004-12-20 01:18:55.000000000 +0100 +++ qemu-doc.texi.new 2005-01-10 17:25:16.582909377 +0100 @@ -1287,9 +1287,6 @@ @end itemize -Note: Currently, Wine does not seem able to launch -QEMU for Win32. - @section Mac OS X The Mac OS X patches are not fully merged in QEMU, so you should look