Am 15.08.2013 19:55, schrieb Kenneth Salerno: > I confirmed it wasn't my host, I successfully ran a test on the same > host with a 32-bit QEMU build and SLIRP works fine, for 1.6.0-rc3 as > well. > > It could be my x86_64-w64-mingw32-gcc compiler version, I tested 4.8 and > 4.7, maybe they're too new? Is there a specific gcc version known to > work? I can build a new cross-compiler if need be. > > The reason I want the 64-bit build to work is to raise the guest memory. >
Hello, it's possible to raise the guest memory for 32 bit QEMU running on 64 bit Windows with this patch: http://patchwork.ozlabs.org/patch/171743/ Maybe you can also try this 64-bit QEMU for Windows: http://qemu.weilnetz.de/w64/qemu-w64-setup-20130813.exe It was built using a cross compiler on Debian Linux. Regards, Stefan