From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzNMW-0003RN-TA for qemu-devel@nongnu.org; Thu, 10 Feb 2005 18:04:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzNMT-0003Op-Ao for qemu-devel@nongnu.org; Thu, 10 Feb 2005 18:04:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzNMT-0003OZ-3D for qemu-devel@nongnu.org; Thu, 10 Feb 2005 18:04:37 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CzN9G-0008TJ-7E for qemu-devel@nongnu.org; Thu, 10 Feb 2005 17:50:58 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1CzN7G-0008U3-33 for qemu-devel@nongnu.org; Thu, 10 Feb 2005 23:48:54 +0100 Received: from amarseille-206-1-14-44.w81-49.abo.wanadoo.fr ([81.49.202.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2005 23:48:54 +0100 Received: from daimon55 by amarseille-206-1-14-44.w81-49.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Feb 2005 23:48:54 +0100 From: Ronald Date: Thu, 10 Feb 2005 23:50:00 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Sender: news Subject: [Qemu-devel] Re: qemu osdep.c 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 Thu, 10 Feb 2005 16:59:16 -0500, Fabrice Bellard a écrit : > CVSROOT: /cvsroot/qemu > Module name: qemu > Branch: > Changes by: Fabrice Bellard 05/02/10 21:59:16 > > Modified files: > . : osdep.c > > Log message: > shared pages memory allocation > > CVSWeb URLs: > http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/osdep.c.diff?tr1=1.6&tr2=1.7&r1=text&r2=text I get a compile error (win32 build) with this one and undefined memalign, defined in vl.c only. Once defined the build goes fine.