From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS6g6-0000HS-W1 for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:21:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS6g5-0000HE-Hm for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:21:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS6g5-0000HB-CZ for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:21:13 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JS6g5-0006xN-Hm for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:21:13 -0500 Received: from ns8.i-mecca.net ([69.90.29.33]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JS6g4-00088c-Ge for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:21:12 -0500 Received: from localhost (localhost [127.0.0.1]) by ns8.i-mecca.net (Postfix) with ESMTP id E0683344C4A for ; Thu, 21 Feb 2008 03:17:07 -0500 (EST) Received: from ns8.i-mecca.net ([127.0.0.1]) by localhost (ns8.i-mecca.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c1-udUZyWF4P for ; Thu, 21 Feb 2008 03:17:07 -0500 (EST) Received: from [207.153.31.33] (dialin-207-153-31-33.edm.oa.net [207.153.31.33]) by ns8.i-mecca.net (Postfix) with ESMTP id D1B5634442F for ; Thu, 21 Feb 2008 03:17:02 -0500 (EST) Message-ID: <47BD33B3.2010102@datanet.ab.ca> Date: Thu, 21 Feb 2008 01:17:55 -0700 From: Andrew Warkentin MIME-Version: 1.0 Subject: Re: [Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead of 64bit References: <20080219160909.GA8699@gh.bbcons.de> <0AEA348F28904FDD9A47D3E704F4D8D2@intranet> <47BD32C8.2000705@datanet.ab.ca> In-Reply-To: <47BD32C8.2000705@datanet.ab.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Andrew Warkentin wrote: > Why does it matter if it is 64-bit or not? Most programs at the moment > don't benefit from being compiled 64-bit. I don't get the obsession > with 64-bitness that most Linux and BSD people seem to have. I think > workstation Unices like Solaris and IRIX get things right (only stuff > that benefits from being 64-bit is 64-bit, the rest is 32-bit, so > there is no need for separate 32- and 64-bit versions of the system, > and fewer compatibility issues). > Just to clarify: I'm referring to the QEMU binary itself, not the architecture it emulates.