shmygov / qemu-0.11.0-patches-for-gns3

Patches to Qemu v0.11.0 needed to work with GNS3
0 stars 0 forks source link

Windows version #2

Open grossmj opened 9 years ago

grossmj commented 9 years ago

I was wondering if you were able to create a compiled version for Windows? I have to admit this is to save me time putting everything together in order to compile on Windows ;)

Thanks a lot,

shmygov commented 9 years ago

There are still some build errors during native Windows build of Qemu v0.11.0 and v.014.1 (both unpatched and patched).

I'll try to prepare the compiled version within a day or two.

Dmitry Shmygov.

1/6/2015, 2:57:15 AM пользователь Jeremy Grossmann (notifications@github.com) написал:

I was wondering if you were able to create a compiled version for Windows? I have to admit this is to save me time putting everything together in order to compile on Windows ;)

Thanks a lot,

— Reply to this email directly or view it on GitHub.

grossmj commented 9 years ago

Excellent. Thanks again.

grossmj commented 9 years ago

Any updates on this? (I will release GNS3 1.2.2 soon and would love to include Qemu 0.11.0 with the new patches).

Thanks :)

shmygov commented 9 years ago

I added Qemu v0.11.0 binary for Win32. It includes all patches 0001 - 0006. Patches 0004 and 0005 fix some Win32 build problems. Patch 0006 increases maximum NICs to 32. So far, I tested the binary only on Windows XP, and only as a standalone Qemu. I still have to test it on Windows 8, both standalone and with GNS3.

shmygov commented 9 years ago

I added on more Qemu v0.11.0 binary for Win32, same source as the previous one, but compiled without PCAP support, so it does not require wpcap.dll to run (in the folder qemu-0.11.0-win32-binary-no-pcap).

It looks like the Qemu v0.11.0 binary currently used with GNS3 was also build this way (runing objdump on it does not show wpcap.dll dependency).