From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA2xl-0007Kl-5g for qemu-devel@nongnu.org; Thu, 15 Aug 2013 15:12:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VA2xg-0001KB-BL for qemu-devel@nongnu.org; Thu, 15 Aug 2013 15:12:01 -0400 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=46908 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VA2xg-0001Jg-5T for qemu-devel@nongnu.org; Thu, 15 Aug 2013 15:11:56 -0400 Message-ID: <520D27E5.40803@weilnetz.de> Date: Thu, 15 Aug 2013 21:11:33 +0200 From: Stefan Weil MIME-Version: 1.0 References: <20130701220319.19436.23553.malonedeb@chaenomeles.canonical.com> <20130815175504.16219.73777.malone@gac.canonical.com> In-Reply-To: <20130815175504.16219.73777.malone@gac.canonical.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1196727] Re: SLIRP on Windows 7 64-bit host or is it me? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1196727 <1196727@bugs.launchpad.net> Cc: Kenneth Salerno , qemu-devel@nongnu.org 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