From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M9e18-00056s-PA for qemu-devel@nongnu.org; Thu, 28 May 2009 07:43:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M9e17-00056N-Np for qemu-devel@nongnu.org; Thu, 28 May 2009 07:43:26 -0400 Received: from [199.232.76.173] (port=37081 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M9e17-00056J-FX for qemu-devel@nongnu.org; Thu, 28 May 2009 07:43:25 -0400 Received: from qw-out-1920.google.com ([74.125.92.150]:54876) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M9e17-0007ls-5O for qemu-devel@nongnu.org; Thu, 28 May 2009 07:43:25 -0400 Received: by qw-out-1920.google.com with SMTP id 4so2682434qwk.4 for ; Thu, 28 May 2009 04:43:21 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <200905281731596568034@gmail.com> References: <200905280833556406671@gmail.com> <200905281731596568034@gmail.com> Date: Thu, 28 May 2009 21:43:21 +1000 Message-ID: Subject: Re: [Qemu-devel] WinQEMU - a Windows native version of QEMU From: Matthew Iselin Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Cc: celestialwy 2009/5/28 celestialwy > > Thanks for your suggestions. > The download link of the source code is http://sourceforge.net/project/do= wnloading.php?group_id=3D259759&filename=3DWinQemu.0.10.2.src.zip&a=3D35685= 455 > To build the source code, just open the WinQEMU.sln with Visual Studio 20= 08 and compile. > > > 2009-05-28 > ________________________________ > celestialwy > ________________________________ > =B7=A2=BC=FE=C8=CB=A3=BA Stefan Weil > =B7=A2=CB=CD=CA=B1=BC=E4=A3=BA 2009-05-28 15:44:41 > =CA=D5=BC=FE=C8=CB=A3=BA celestialwy > =B3=AD=CB=CD=A3=BA qemu-devel > =D6=F7=CC=E2=A3=BA Re: [Qemu-devel] WinQEMU - a Windows native version of= QEMU > celestialwy schrieb: > > WinQEMU is a Windows native version of QEMU (from 0.10.1). It ports > > the source code of QEMU to Visual C++ 2008. Consequently, it decouple > > the compilation of QEMU with the POSIX build environment. Compiling > > QEMU with Visual C++ should be very convenient for modifying and > > debugging for the Windows developers :D > > Thanks a lot for Fabrice Bellard's great work on QEMU! > > Download: https://sourceforge.net/projects/winqemu/ > > To run WinQEMU, please follow these four steps: > > 1. Download and set up the VC++ 2008 Redist, download URL: > > http://sourceforge.net/project/downloading.php?group_id=3D259759&filena= me=3Dvcredist_x86_eng.exe&a=3D95765247 > > > > 2. Download and unzip the WinQEMU.0.10.1.zip > > 3. Update WinQEMU.dll, WinQEMUTest.exe and WinQEMUImage.exe with the > > latest WinQEMU package (so far, the newest version is 0.10.5) > > 4. Execute linux.bat to run the preinstalled Linux.img. Of course, you > > can change the BAT file to install a new OS image. Download URL > > http://sourceforge.net/project/downloading.php?group_id=3D259759&filena= me=3DWinQEMU.0.10.1.zip&a=3D30733783 > > > Please add a link to your source code, too. > This is a developer list, so people prefer to compile the code > themselves, not to use precompiled binaries. > The VC++ 2008 Redist should be downloaded from Microsoft, > not from sourceforge. > Your source distribution contains several binaries, too. > Some english (not chinese) instructions how to build them > would help, too. > Regards > Stefan Weil Hi, This is great - I'll be looking at downloading and compiling the source (and contributing) within the next couple of weeks. One note, I can't get the user network stack to work? Thanks, Matthew