From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CnDln-0006BQ-Pb for qemu-devel@nongnu.org; Sat, 08 Jan 2005 05:24:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CnDlm-0006Ai-KS for qemu-devel@nongnu.org; Sat, 08 Jan 2005 05:24:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CnDiD-0004pC-6f for qemu-devel@nongnu.org; Sat, 08 Jan 2005 05:20:49 -0500 Received: from [64.233.184.205] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CnDLb-0001i3-Kb for qemu-devel@nongnu.org; Sat, 08 Jan 2005 04:57:27 -0500 Received: by wproxy.gmail.com with SMTP id 40so557677wri for ; Sat, 08 Jan 2005 01:57:26 -0800 (PST) Message-ID: Date: Sat, 8 Jan 2005 10:57:26 +0100 From: Magnus Damm Subject: Re: [Qemu-devel] softmmu ppc In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <0607B33A-5E93-11D9-9B65-000A9585A104@cordney.com> <20050106223507.GG23549@cs.unibo.it> <8DD85B9A-6090-11D9-87C0-000A958E35DC@axiros.com> Reply-To: Magnus Damm , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel Egger Cc: qemu-devel@nongnu.org On Fri, 7 Jan 2005 17:05:21 +0100, Daniel Egger wrote: > On 07.01.2005, at 13:06, Magnus Damm wrote: > > > Regarding ppc host support then updating that patch is probably a > > nobrainer and I would like to add as much OSX support as possible. So > > if someone could send me a patch with the changes that makes the code > > compile on OSX, then I would be happy to include them in the next > > patch. > > It's mostly a matter of changing the assembler syntax of > the inline assembler statements. I've attached my modified > version which compiled with the Apple cctools; I cannot test > whether they'll still work on Linux because I currently cannot > compile qemu anymore with the patches. If in doubt we'll need > to ifdef the assembly sections for OS X. I will try to use the syntax from the file you attached. And signal handling include files under OS X, should I include "sys/signal.h" ? / magnus