From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3e5z-0007mR-Jw for qemu-devel@nongnu.org; Sat, 04 Sep 2004 13:12:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3e5y-0007mF-1s for qemu-devel@nongnu.org; Sat, 04 Sep 2004 13:12:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3e5x-0007mC-VM for qemu-devel@nongnu.org; Sat, 04 Sep 2004 13:12:58 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C3e0U-0007Hw-Kv for qemu-devel@nongnu.org; Sat, 04 Sep 2004 13:07:18 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C3e0U-0000K6-00 for ; Sat, 04 Sep 2004 19:07:18 +0200 Received: from amarseille-206-1-17-48.w81-50.abo.wanadoo.fr ([81.50.82.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Sep 2004 19:07:18 +0200 Received: from daimon55 by amarseille-206-1-17-48.w81-50.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 04 Sep 2004 19:07:18 +0200 From: Ronald Date: Sat, 04 Sep 2004 19:07:15 +0200 Message-ID: References: <20040904000017.GA27986@xi.wantstofly.org> <41399DC2.2030404@bellard.org> <4139B2C3.6000203@volny.cz> <4139EA33.5020502@volny.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: Re: [PATCH] fix interaction with noexecstack Reply-To: daimon55@free.fr, 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 Le Sat, 04 Sep 2004 18:15:47 +0200, Filip Navara a écrit : >> > Thanks much for testing it, now I got a minute to test it on my box. The > attach patch adds the #include, fixes the warning and also dynamicly > detects the page size. These changes are actually needed when running QEMU > on WinXP SP2 on AMD64. I'm quite not happy with the (original) patch yet, > because it uses "unsigned long" for storing pointer and this will *break > any 64-bit build* on non-Windows platforms. It would be nice if someone > can solve it. > > (My only hope is that the MinGW build of QEMU will not be broken...) > > Regards, > Filip > works for me. Build with mingw on linux, run on win98 host