From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bk3m8-0005oh-PS for qemu-devel@nongnu.org; Mon, 12 Jul 2004 12:35:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bk3m8-0005oV-1J for qemu-devel@nongnu.org; Mon, 12 Jul 2004 12:35:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bk3m7-0005oL-S9 for qemu-devel@nongnu.org; Mon, 12 Jul 2004 12:35:31 -0400 Received: from [216.254.0.203] (helo=mail3.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Bk3jj-00005P-FB for qemu-devel@nongnu.org; Mon, 12 Jul 2004 12:33:03 -0400 Received: from dsl081-088-222.lax1.dsl.speakeasy.net (HELO [192.168.111.2]) ([64.81.88.222]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 12 Jul 2004 16:32:58 -0000 Subject: Re: [Qemu-devel] Re: Inquiry, speed comparison on OS X, =?iso-8859-1?q? QEMU=20vs=20Virual?= PC From: "John R. Hogerhuis" In-Reply-To: <200407121259.50135.trunks-carracho@planet.nl> References: <40EF7375.4090002@aol.com> <200407121259.50135.trunks-carracho@planet.nl> Content-Type: text/plain Message-Id: <1089649990.12764.1928.camel@aragorn> Mime-Version: 1.0 Date: Mon, 12 Jul 2004 09:33:10 -0700 Content-Transfer-Encoding: 7bit Reply-To: jhoger@pobox.com, 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 The code primitives output by the dynamic translator are actually just the result of compiling short swaths of C code. Whether an PowerPC little-endian mode can be used would depend only on: 1) Whether the compiler (gcc) supports such a mode 2) If there is an option for it, how that option is enabled, and whether that option is enabled. Is it just a command line option? Do you have to use pragma's in the code? Neither of which I know the answer to, but that should give you somewhere to look. -- John.