From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LBHFa-0000ea-VN for qemu-devel@nongnu.org; Fri, 12 Dec 2008 18:16:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LBHFZ-0000eN-Rn for qemu-devel@nongnu.org; Fri, 12 Dec 2008 18:16:49 -0500 Received: from [199.232.76.173] (port=38278 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LBHFZ-0000eK-Kz for qemu-devel@nongnu.org; Fri, 12 Dec 2008 18:16:49 -0500 Received: from mtaout03-winn.ispmail.ntl.com ([81.103.221.49]:48147) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LBHFZ-0001xq-8x for qemu-devel@nongnu.org; Fri, 12 Dec 2008 18:16:49 -0500 Received: from aamtaout03-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20081212231648.VAIR1691.mtaout03-winn.ispmail.ntl.com@aamtaout03-winn.ispmail.ntl.com> for ; Fri, 12 Dec 2008 23:16:48 +0000 Received: from miranda.arrow ([213.107.23.205]) by aamtaout03-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20081212231648.SNSW2093.aamtaout03-winn.ispmail.ntl.com@miranda.arrow> for ; Fri, 12 Dec 2008 23:16:48 +0000 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1LBHHC-0002T0-ON for qemu-devel@nongnu.org; Fri, 12 Dec 2008 23:18:30 +0000 Date: Fri, 12 Dec 2008 23:18:30 +0000 From: Stuart Brady Subject: Re: [Qemu-devel] [5954] linux-user: Move abi_* typedefs into qemu-types.h Message-ID: <20081212231830.GA9457@miranda.arrow> References: <20081212224003.GB8846@miranda.arrow> <639EF387-AF5D-4344-A09C-63403DAD8AAD@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <639EF387-AF5D-4344-A09C-63403DAD8AAD@web.de> 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 On Fri, Dec 12, 2008 at 11:57:02PM +0100, Andreas Färber wrote: > Am 12.12.2008 um 23:40 schrieb Stuart Brady: > >Sorry if I'm a little late with this comment, but might it be better > >if bsd-user and linux-user emulation shared the same header, here? > > Fabrice was said to be against sharing code between the various user > emulators. Hmm, good point -- but these definitions seem so fundamental that I wonder whether that still applies. I.e. should each user emulator have its own definitions of target_long, etc. too? (Well, obviously not...) -- Stuart Brady