From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NwMGH-0004MK-5g for qemu-devel@nongnu.org; Mon, 29 Mar 2010 17:12:42 -0400 Received: from [140.186.70.92] (port=55657 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NwMGE-0004IO-Mx for qemu-devel@nongnu.org; Mon, 29 Mar 2010 17:12:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NwMCJ-0001Hk-2q for qemu-devel@nongnu.org; Mon, 29 Mar 2010 17:08:36 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:62049) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NwMCI-0001Ha-Kl for qemu-devel@nongnu.org; Mon, 29 Mar 2010 17:08:35 -0400 Message-ID: <4BB116CE.1010201@mail.berlios.de> Date: Mon, 29 Mar 2010 23:08:30 +0200 From: Stefan Weil MIME-Version: 1.0 Subject: Re: [Qemu-devel] Qemu-mips64 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: EHSAN UL HAQ Cc: qemu-devel@nongnu.org EHSAN UL HAQ schrieb: > Hi, > I have an executable file for mips64,how can i run this file using Qemu?? > Thanks, There is currently no user mode emulation for mips64, so you cannot run it directly. If your executable is a Linux executable, you might run it in a malta mips64 system emulation running (debian) linux. Regards, Stefan Weil