From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmvXR-0003KX-9I for qemu-devel@nongnu.org; Wed, 03 Mar 2010 15:51:25 -0500 Received: from [199.232.76.173] (port=46056 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmvXQ-0003KH-Rk for qemu-devel@nongnu.org; Wed, 03 Mar 2010 15:51:24 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NmvXP-0005Hj-R0 for qemu-devel@nongnu.org; Wed, 03 Mar 2010 15:51:24 -0500 Received: from mail-fx0-f214.google.com ([209.85.220.214]:54696) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmvXP-0005He-HM for qemu-devel@nongnu.org; Wed, 03 Mar 2010 15:51:23 -0500 Received: by fxm6 with SMTP id 6so2069986fxm.2 for ; Wed, 03 Mar 2010 12:51:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 3 Mar 2010 21:51:22 +0100 Message-ID: Subject: Re: [Qemu-devel] Intel PXA270 System-on-chip emulation in QEMU From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Taimoor Mirza Cc: qemu-devel@nongnu.org On 3 March 2010 18:24, Taimoor Mirza wrote: > Can you tell me name of any platform which is emulated in QEMU and I can = run > my USB device application on it? I mean I want to have=C2=A0board(emulate= d in > QEMU) behaving as a mass storage device (running mass storage application= ). The N800 and N810 can do this (-M n800, -M n810), but it isn't easy to get a guest linux set up for these devices, so you're probably best off doing your testing on a PC using GadgetFS and the Dummy HCD driver. If you really want to test using -M n800, here's some guide: http://marcin.juszkiewicz.com.pl/2008/04/11/nokia-n800-emulation/ (and some of the following post blogs). Cheers