[Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead of 64 bit

2008-02-19 Thread Ralf Baerwaldt
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




Re: [Qemu-devel] precompiled qemu-system-x86_64 is 32 bit instead of 64 bit

2008-02-19 Thread Johannes Schindelin
Hi,

On Tue, 19 Feb 2008, Ralf Baerwaldt wrote:

 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

Yes, this is the emulator _emulating_ x86_64.

Ciao,
Dscho