From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nmaxo-0000zt-Na for qemu-devel@nongnu.org; Tue, 02 Mar 2010 17:53:16 -0500 Received: from [199.232.76.173] (port=41575 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nmaxo-0000zl-8X for qemu-devel@nongnu.org; Tue, 02 Mar 2010 17:53:16 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nmaxn-00085L-H2 for qemu-devel@nongnu.org; Tue, 02 Mar 2010 17:53:15 -0500 Received: from mail-fx0-f214.google.com ([209.85.220.214]:62255) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NmaxO-00083u-Js for qemu-devel@nongnu.org; Tue, 02 Mar 2010 17:53:15 -0500 Received: by fxm6 with SMTP id 6so938051fxm.2 for ; Tue, 02 Mar 2010 14:52:18 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 2 Mar 2010 23:52:18 +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 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Taimoor Mirza Cc: qemu-devel@nongnu.org Hi Taimoor, On 1 March 2010 09:01, Taimoor Mirza wrote: > I want to know about Intel PXA270 System-on-chip emulation in QEMU. Does > this emulation includes "USB client controller" emulation? If you mean usb "slave" or "device" support, no, it's not supported by Qemu's PXA270 emulator. There is a framework for this used by another System-on-chip in qemu, so it can be implemented for PXA270 too. Cheers