From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRV2C-0002Ty-Fv for qemu-devel@nongnu.org; Tue, 19 Feb 2008 11:09:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRV2A-0002TO-K9 for qemu-devel@nongnu.org; Tue, 19 Feb 2008 11:09:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRV2A-0002TI-Fg for qemu-devel@nongnu.org; Tue, 19 Feb 2008 11:09:30 -0500 Received: from p5b22c19e.dip.t-dialin.net ([91.34.193.158] helo=transtec.gh.bbcons.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRV29-0001ye-Rk for qemu-devel@nongnu.org; Tue, 19 Feb 2008 11:09:30 -0500 Date: Tue, 19 Feb 2008 17:09:09 +0100 From: Ralf Baerwaldt Message-ID: <20080219160909.GA8699@gh.bbcons.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead of 64 bit 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 Hi ! 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 ? # file /usr/local/bin/qemu-system-x86_64 /usr/local/bin/qemu-system-x86_64: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), stripped but I expected someting like: # file /usr/bin/qemu-system-x86_64 /usr/bin/qemu-system-x86_64: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped Ralf