From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOaZd-000566-Lb for qemu-devel@nongnu.org; Sun, 18 Jan 2009 11:32:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOaZc-00055r-7l for qemu-devel@nongnu.org; Sun, 18 Jan 2009 11:32:33 -0500 Received: from [199.232.76.173] (port=56315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOaZc-00055o-02 for qemu-devel@nongnu.org; Sun, 18 Jan 2009 11:32:32 -0500 Received: from mx20.gnu.org ([199.232.41.8]:62126) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOaZb-0001u2-O7 for qemu-devel@nongnu.org; Sun, 18 Jan 2009 11:32:31 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOaZa-0005Rh-Kz for qemu-devel@nongnu.org; Sun, 18 Jan 2009 11:32:30 -0500 From: Paul Brook Subject: Re: [Qemu-devel] ARM->ARM Date: Sun, 18 Jan 2009 16:32:22 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901181632.26646.paul@codesourcery.com> 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 Cc: Nitin Natarajan On Sunday 18 January 2009, Nitin Natarajan wrote: > Hi all, > I have been thinking about doing a project that will try to run > windows mobile executable on a linux based mobile phone. I just wanted to > know if this would be feasible and if I could use parts of qemu to achieve > the same. I also thought of extracting the assemble from the windows > executable and trying to run that after doing a 1->1 ARM mapping. Your > comments will be very helpful. Looking forward to hearing from you. Sounds like you just need to port Wine. You don't need to do any instruction translation or hardware emulation, so qemu is unlikely to be of any real use to you. Paul