From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JS6cD-00077q-P7 for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:17:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JS6cB-000767-60 for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:17:13 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JS6cB-00075v-1G for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:17:11 -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 1JS6cA-0006PY-Vv for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:17:11 -0500 Received: from ns8.i-mecca.net ([69.90.29.33]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JS6c8-0007Np-LM for qemu-devel@nongnu.org; Thu, 21 Feb 2008 03:17:08 -0500 Received: from localhost (localhost [127.0.0.1]) by ns8.i-mecca.net (Postfix) with ESMTP id 5AB7A345DA3 for ; Thu, 21 Feb 2008 03:13:02 -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 umGtVETqSPtx for ; Thu, 21 Feb 2008 03:13:00 -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 61FD2344C71 for ; Thu, 21 Feb 2008 03:12:59 -0500 (EST) Message-ID: <47BD32C8.2000705@datanet.ab.ca> Date: Thu, 21 Feb 2008 01:14:00 -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> In-Reply-To: <0AEA348F28904FDD9A47D3E704F4D8D2@intranet> 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 Sergey Bychkov wrote: > ----- Original Message ----- From: "Ralf Baerwaldt" > To: > Sent: 19.02.2008 18:09 > Subject: [Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead > of 64bit > > >> I downloaded http://fabrice.bellard.free.fr/qemu/qemu-0.9.1-i386.tar.gz >> and I'm using an AMD Opteron. >> >> Is this version the correct one for my system ? > > > If You want qemu for your amd64 linux system, You should compile it > yourself or install from Your linux distribution repository. > This site (http://fabrice.bellard.free.fr/qemu/download.html) doesn't > contain precompiled linux binaries except for i386 platform. > However You could execute i386 binaries on amd64 linux platform. :) > > Sergey Bychkow > ICQ: 21014758 > FTN: 2:450/118.55 > > > 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).