From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvLCc-0001g8-Cm for qemu-devel@nongnu.org; Tue, 27 Jun 2006 17:34:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvLCb-0001fw-0Y for qemu-devel@nongnu.org; Tue, 27 Jun 2006 17:34:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvLCa-0001fs-Rs for qemu-devel@nongnu.org; Tue, 27 Jun 2006 17:34:32 -0400 Received: from [84.96.92.55] (helo=smtP.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvLOm-0001v3-6a for qemu-devel@nongnu.org; Tue, 27 Jun 2006 17:47:08 -0400 Received: from [84.99.204.155] by sp604004mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J1J006P5F2SUA90@sp604004mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Tue, 27 Jun 2006 23:16:05 +0200 (CEST) Date: Tue, 27 Jun 2006 23:15:53 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] Pending MIPS patches In-reply-to: <44A018E4.50708@twilight-hall.net> Message-id: <44A1A009.5050309@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <449EB5FA.6070405@gmail.com> <449EBC39.3050701@bellard.org> <44A001C7.8040303@gmail.com> <44A018E4.50708@twilight-hall.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Rapha=EBl_Rigo?= Cc: qemu-devel@nongnu.org Hi, Another task to improve mips-user and the other QEMU user targets would be to properly define the errno values (use the TARGET_ prefix) and to use them at the appropriate places. A header "errno-generic.h" could be used for most targets and specific targets (such as mips) could add a errno.h in their directory. Regards, Fabrice.