Of the features, this one counts:
- Sockets and SLIRP on Windows hosts was broken in 0.14 and works again.
I haven’t even attempted to build it yet, but it’ll be nice to have networking again.
Source is here.
Of the features, this one counts:
I haven’t even attempted to build it yet, but it’ll be nice to have networking again.
Source is here.
You must be logged in to post a comment.
my git build today:
http://roy.orz.hm/qemu/qemu-2012060508.zip
and SDL.dll not in the archive, separated download here:
http://roy.orz.hm/qemu/SDL.dll
When I tried the official build I found that it was version 1.1.50…that’s the wrong version number. I’ll probably do more testing on Qemu 1.1 before I find anymore problems with the build.
I have to rebuild my pc (again) this windows 8 crap is killing me.
I just got word from BlackWingcat over at MSFN that the build that I downloaded from the link abouve requires SSE3 instructions (aka a dual-core CPU) and I believe that there are still a lot of Windows XP SP1+ and Linux users that are using Qemu on a processor without SSE3 support. 🙁
I was hoping that it could get fixed in the official Windows build soon.
Try running configure with this parameter:
–enable-tcg-interpreter
This should enable the interpreted backend, which ought to work on any cpu.. Of course it’ll be much slower.
Enabling the -enable-tcg-interpreter didn’t work.
And when I looked into the files of qemu(-system-386) and qemu-img, the code size was reduced significantly. The code size for Qemu 1.1 was reduced by 2.25 MB and the size for qemu-img image creation utility was reduced by 164 KB.
I wonder what went wrong here. 🙁
don’t know… so strange, I wonder if its the flags of the compiler screwing things up…?
its strange in that they bill that TCG interpreter as being able to pretty much run on anything, although poorly.
Also I dont see how qemu-img would change in size, I didn’t think it did anything CPU wise…
I was too wondering if the flags in the compiler screwed up.
As for qemu-img, you’re not to blame here. In short, it looks like that two of the Qemu binaries appeared to be malformed somehow.
they caught the version thing so there is a new download that will display the correct version.
I’m gonna try to make a build of Qemu 1.1.0.1 in a Windows XP VMware VM to get it working correctly. I will need to find some instructions on how to build it o the Windows platform. 🙂
Okay. The final version of Qemu 1.1 is out now! I tested the latest version on my Win2K with UURollup v11 and it’s working great so far!
You might want to either update or post a new blog about it.
Do you have a link for your build/patches? Sure I’ll do an update with those in hand!
Here you go: http://lassauge.free.fr/qemu/release/Qemu-1.1.0-windows.zip
The official Windows version of Qemu 1.1 now has a icon and it’s 26.6 MB in size! 😀