From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4az3-00035D-7w for qemu-devel@nongnu.org; Tue, 07 Sep 2004 04:05:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4ayz-00033k-9I for qemu-devel@nongnu.org; Tue, 07 Sep 2004 04:05:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4ayz-00033f-0l for qemu-devel@nongnu.org; Tue, 07 Sep 2004 04:05:41 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C4ata-0004rC-Qr for qemu-devel@nongnu.org; Tue, 07 Sep 2004 04:00:07 -0400 From: "Hartmut Birr" Subject: RE: [Qemu-devel] Re: Re: [PATCH] fix interaction with noexecstack Date: Tue, 7 Sep 2004 09:59:26 +0200 Message-ID: <000001c494b0$9c5f6930$0202a8c0@newdarkstar> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > -----Original Message----- > From: qemu-devel-bounces+hartmut.birr=3Dgmx.de@nongnu.org=20 > [mailto:qemu-devel-bounces+hartmut.birr=3Dgmx.de@nongnu.org] On=20 > Behalf Of Ronald > Sent: Saturday, September 04, 2004 7:07 PM > To: qemu-devel@nongnu.org > Subject: [Qemu-devel] Re: Re: [PATCH] fix interaction with noexecstack >=20 >=20 > Le Sat, 04 Sep 2004 18:15:47 +0200, Filip Navara a =E9crit=A0: >=20 >=20 > >> =20 > > Thanks much for testing it, now I got a minute to test it=20 > on my box. The > > attach patch adds the #include, fixes the warning and also dynamicly > > detects the page size. These changes are actually needed=20 > when running QEMU > > on WinXP SP2 on AMD64. I'm quite not happy with the=20 > (original) patch yet, > > because it uses "unsigned long" for storing pointer and=20 > this will *break > > any 64-bit build* on non-Windows platforms. It would be=20 > nice if someone > > can solve it. > >=20 > > (My only hope is that the MinGW build of QEMU will not be broken...) > >=20 > > Regards, > > Filip > >=20 >=20 > works for me. > Build with mingw on linux, run on win98 host >=20 Works for me too. Build with msys on WinXP, run on AMD64 WinXP host with = DEP full enabled. - Hartmut