From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvuTN-0006iq-EX for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:27:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvuTH-0006hX-5b for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:27:48 -0400 Received: from [199.232.76.173] (port=55004 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvuTG-0006hO-RO for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:27:42 -0400 Received: from mail-ew0-f165.google.com ([209.85.219.165]:44874) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvuTG-0006oD-Dm for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:27:42 -0400 Received: by ewy9 with SMTP id 9so919276ewy.34 for ; Mon, 20 Apr 2009 07:27:40 -0700 (PDT) MIME-Version: 1.0 Date: Mon, 20 Apr 2009 18:27:40 +0400 Message-ID: From: Dmitry Smirnov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Simulate USB device attached to PC 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 Hi, I'm trying to simulate some real portable device. This device can be connected to PC through USB. Is it possible to have simulated device to be recognized by PC as a real USB device? If not, I would consider another option: this device should be seen from PC side as connected to some serial port. Please, any info that I can start from. I'm using qemu 0.10.1 on Windows XP. Dmitry