From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEj9B-0002sI-RH for qemu-devel@nongnu.org; Wed, 07 Feb 2007 04:31:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEj99-0002s4-Jy for qemu-devel@nongnu.org; Wed, 07 Feb 2007 04:31:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEj99-0002s1-9Z for qemu-devel@nongnu.org; Wed, 07 Feb 2007 04:31:23 -0500 Received: from wr-out-0506.google.com ([64.233.184.234]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HEj98-0002Ya-R7 for qemu-devel@nongnu.org; Wed, 07 Feb 2007 04:31:22 -0500 Received: by wr-out-0506.google.com with SMTP id i28so129340wra for ; Wed, 07 Feb 2007 01:31:22 -0800 (PST) Message-ID: Date: Wed, 7 Feb 2007 10:31:21 +0100 From: "andrzej zaborowski" Sender: balrogg@gmail.com Subject: Re: [Qemu-devel] PXA27x processor support (XScale) In-Reply-To: <41e41e7a0702062049y1a6531e8gd91fd172a5aedb64@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <41e41e7a0702062049y1a6531e8gd91fd172a5aedb64@mail.gmail.com> Reply-To: balrogg@gmail.com, 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, On 07/02/07, Hetz Ben Hamo wrote: > Only a small question, if you don't mind: After patching QEMU with > your patch, is it possible to run Windows Mobile (2003,2005)? I heard > from quite few people (outside of QEMU mailing list) that would love > to test their WinCE based apps on such an emulator without the need > for MS Visual Studio stuff.. Not out of the box. If you emulate the device accurately enough for which the copy of WinCE/WM2005 was written then yes. Platforms like PDAs differ greatly in their hardware despite some using the same CPU. (from my experience if you're porting Linux to a PDA it helps a lot to have its original OS running in the emulator). Regards, Andrew