From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzGkC-0005Mp-AX for qemu-devel@nongnu.org; Thu, 10 Feb 2005 11:00:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzGk1-0005HI-Ci for qemu-devel@nongnu.org; Thu, 10 Feb 2005 11:00:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzGk0-0005FM-CL for qemu-devel@nongnu.org; Thu, 10 Feb 2005 11:00:28 -0500 Received: from [64.6.243.2] (helo=mail.ambigc.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzGOp-0006bh-Jj for qemu-devel@nongnu.org; Thu, 10 Feb 2005 10:38:35 -0500 Received: from [192.168.1.100] (cm111.sigma49.maxonline.com.sg [218.212.49.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.ambigc.com (Postfix) with ESMTP id 939A0C6A6C for ; Thu, 10 Feb 2005 10:38:33 -0500 (EST) Message-ID: <420B7FED.3040306@ambigc.com> Date: Thu, 10 Feb 2005 23:38:21 +0800 From: Chris Hamilton MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Configuring for a specific chip 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 Hello, I have been looking at qemu as a possible solution to compile linux distro package binaries for different architectures. I am interested in insuring that the code produced will be optimized for a specific x86 chip. Is there a way to make sure that qemu 'looks' like a specific cpu and possibly restricts the ISA (ie. enable or disable SSE) to the chip's? Thanks, Chris Hamilton