qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] WinQEMU - a Windows native version of QEMU
@ 2009-05-28  0:33 celestialwy
  2009-05-28  7:44 ` Stefan Weil
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: celestialwy @ 2009-05-28  0:33 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1042 bytes --]

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 
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=259759&filename=vcredist_x86_eng.exe&a=95765247
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=259759&filename=WinQEMU.0.10.1.zip&a=30733783

[-- Attachment #2: Type: text/html, Size: 3262 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] WinQEMU - a Windows native version of QEMU
  2009-05-28  0:33 [Qemu-devel] WinQEMU - a Windows native version of QEMU celestialwy
@ 2009-05-28  7:44 ` Stefan Weil
  2009-05-28  8:30 ` Anthony Liguori
  2009-05-28  9:32 ` celestialwy
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2009-05-28  7:44 UTC (permalink / raw)
  To: celestialwy; +Cc: qemu-devel

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=259759&filename=vcredist_x86_eng.exe&a=95765247
> <http://sourceforge.net/project/downloading.php?group_id=259759&filename=vcredist_x86_eng.exe&a=95765247>
> 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=259759&filename=WinQEMU.0.10.1.zip&a=30733783
> <http://sourceforge.net/project/downloading.php?group_id=259759&filename=WinQEMU.0.10.1.zip&a=30733783>


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] WinQEMU - a Windows native version of QEMU
  2009-05-28  0:33 [Qemu-devel] WinQEMU - a Windows native version of QEMU celestialwy
  2009-05-28  7:44 ` Stefan Weil
@ 2009-05-28  8:30 ` Anthony Liguori
  2009-05-28  9:32 ` celestialwy
  2 siblings, 0 replies; 5+ messages in thread
From: Anthony Liguori @ 2009-05-28  8:30 UTC (permalink / raw)
  To: celestialwy; +Cc: qemu-devel

celestialwy wrote:
> 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=259759&filename=vcredist_x86_eng.exe&a=95765247
> <http://sourceforge.net/project/downloading.php?group_id=259759&filename=vcredist_x86_eng.exe&a=95765247>
> 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=259759&filename=WinQEMU.0.10.1.zip&a=30733783
> <http://sourceforge.net/project/downloading.php?group_id=259759&filename=WinQEMU.0.10.1.zip&a=30733783>

Can you post a patch of the changes required to get QEMU to compile
under msvc? I'm not interested in the build infrastructure changes, I'm
just curious about source changes. If there are bits of those changes
that are reasonable, we could look at merging those.

Regards,

Anthony Liguori

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Re: [Qemu-devel] WinQEMU - a Windows native version of QEMU
  2009-05-28  0:33 [Qemu-devel] WinQEMU - a Windows native version of QEMU celestialwy
  2009-05-28  7:44 ` Stefan Weil
  2009-05-28  8:30 ` Anthony Liguori
@ 2009-05-28  9:32 ` celestialwy
  2009-05-28 11:43   ` Matthew Iselin
  2 siblings, 1 reply; 5+ messages in thread
From: celestialwy @ 2009-05-28  9:32 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-devel@nongnu.org

[-- Attachment #1: Type: text/plain, Size: 2204 bytes --]

Thanks for your suggestions.
The download link of the source code is http://sourceforge.net/project/downloading.php?group_id=259759&filename=WinQemu.0.10.2.src.zip&a=35685455
To build the source code, just open the WinQEMU.sln with Visual Studio 2008 and compile.


2009-05-28 



celestialwy 



发件人: Stefan Weil 
发送时间: 2009-05-28  15:44:41 
收件人: celestialwy 
抄送: qemu-devel 
主题: 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=259759&filename=vcredist_x86_eng.exe&a=95765247
> <http://sourceforge.net/project/downloading.php?group_id=259759&filename=vcredist_x86_eng.exe&a=95765247>
> 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=259759&filename=WinQEMU.0.10.1.zip&a=30733783
> <http://sourceforge.net/project/downloading.php?group_id=259759&filename=WinQEMU.0.10.1.zip&a=30733783>
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

[-- Attachment #2: Type: text/html, Size: 6346 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] WinQEMU - a Windows native version of QEMU
  2009-05-28  9:32 ` celestialwy
@ 2009-05-28 11:43   ` Matthew Iselin
  0 siblings, 0 replies; 5+ messages in thread
From: Matthew Iselin @ 2009-05-28 11:43 UTC (permalink / raw)
  To: qemu-devel@nongnu.org; +Cc: celestialwy

2009/5/28 celestialwy <celestialwy@gmail.com>
>
> Thanks for your suggestions.
> The download link of the source code is http://sourceforge.net/project/downloading.php?group_id=259759&filename=WinQemu.0.10.2.src.zip&a=35685455
> To build the source code, just open the WinQEMU.sln with Visual Studio 2008 and compile.
>
>
> 2009-05-28
> ________________________________
> celestialwy
> ________________________________
> 发件人: Stefan Weil
> 发送时间: 2009-05-28  15:44:41
> 收件人: celestialwy
> 抄送: qemu-devel
> 主题: 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=259759&filename=vcredist_x86_eng.exe&a=95765247
> > <http://sourceforge.net/project/downloading.php?group_id=259759&filename=vcredist_x86_eng.exe&a=95765247>
> > 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=259759&filename=WinQEMU.0.10.1.zip&a=30733783
> > <http://sourceforge.net/project/downloading.php?group_id=259759&filename=WinQEMU.0.10.1.zip&a=30733783>
> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-28 11:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28  0:33 [Qemu-devel] WinQEMU - a Windows native version of QEMU celestialwy
2009-05-28  7:44 ` Stefan Weil
2009-05-28  8:30 ` Anthony Liguori
2009-05-28  9:32 ` celestialwy
2009-05-28 11:43   ` Matthew Iselin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).