I haven't been using Qemu for a while. I've been trying out Qemu 1.0.1 from this page here and when I used Dependency Walker to look into one of these files, it won't execute on Windows 2000 or Windows XP RTM host by default as it is missing the following dependencies: freeaddrinfo, getaddrinfo and getnameinfo.
The three dependencies listed above are required to enable IPv6 internet support and Win2k/XP RTM doesn't have it.
I have a couple of questions to answer:
1 In order to compile Qemu 1.0.1 on Win2k, is there a way to replace freeaddrinfo with another Win2k compatible dependency? I already used a hex editor to replace getaddrinfo and getnameinfo with gethostname.
2. Is it also possible to compile Qemu 1.0.1 using Visual Studio 2005 or Visual Studio 2008?
Qemu hasn't been officially supported on Win2k since Qemu 0.9.1 back in 2008.
I also got word that Qemu 1.0.1's NAT doesn’t work and I'm wondering if there is also a way to get NAT working on Win2k without using the getaddrinfo and getnameinfo with gethostname IPv6 related dependencies.
This post has been edited by ppgrainbow: 12 May 2012 - 03:58 PM



Help

Back to top











