From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjSmA-0005ld-DL for qemu-devel@nongnu.org; Mon, 22 Feb 2010 02:32:18 -0500 Received: from [199.232.76.173] (port=49967 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjSm9-0005lT-U8 for qemu-devel@nongnu.org; Mon, 22 Feb 2010 02:32:17 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NjSm8-0001ww-T5 for qemu-devel@nongnu.org; Mon, 22 Feb 2010 02:32:17 -0500 Received: from col0-omc2-s9.col0.hotmail.com ([65.55.34.83]:17687) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NjSm8-0001wm-J4 for qemu-devel@nongnu.org; Mon, 22 Feb 2010 02:32:16 -0500 Message-ID: Content-Type: multipart/alternative; boundary="_ecccab5f-056c-4c56-b410-57da3dc882f5_" From: Taimoor Mirza Date: Mon, 22 Feb 2010 12:32:15 +0500 MIME-Version: 1.0 Subject: [Qemu-devel] Isochronous devices support in QEMU List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org --_ecccab5f-056c-4c56-b410-57da3dc882f5_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all=2C =20 I've few questions about QEMU: =20 1) I read in QEMU's official documentation that in case of using host syste= m devices "USB devices requiring real time streaming (i.e. USB Video Camera= s) are not supported yet". Also there is no isochronous transfer based virt= ual USB device in QEMU. I want to know what is current status of Iso. suppo= rt in QEMU? Can I test my Linux based USB host application for ARM with phy= sical iso devices in host USB port?=20 =20 2) I found a function "ohci_service_iso_td" in usb-ohci.c file in QEMU sour= ce code. =20 3) I am developing a Linux based USB device using Gadget API. Does QEMU pro= vide USB function controller emulation in such a way that I can run plug th= is USB device at run time with host machine and can test it? =20 Regards=2C Taimoor =20 _________________________________________________________________ Hotmail: Trusted email with powerful SPAM protection. https://signup.live.com/signup.aspx?id=3D60969= --_ecccab5f-056c-4c56-b410-57da3dc882f5_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all=2C
 =3B
I've few questions about QEMU:
 =3B
1) I read in QEMU's official documentation that in case of using host syste= m devices "USB devices requiring real time streaming (i.e. USB Video Camera= s) are not supported yet". Also there is no isochronous transfer based virt= ual USB device in QEMU. I want to know what is current status of Iso. suppo= rt in QEMU? Can I test my Linux based USB host application for ARM =3Bw= ith physical iso devices in host USB port?
 =3B
2) I found a function "ohci_service_iso_td" in usb-ohci.c file in QEMU sour= ce code.
 =3B
3) I am developing a Linux based USB device using Gadget API. Does QEMU pro= vide USB function controller emulation in such a way that I can run plug th= is USB device at run time with host machine and can test it?
 =3B
Regards=2C
Taimoor


Hotmail: Trusted email with powerful SPA= M protection. Sign up now. = --_ecccab5f-056c-4c56-b410-57da3dc882f5_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Njh4P-0003Rz-KZ for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:48:05 -0500 Received: from [199.232.76.173] (port=39221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Njh4P-0003Rl-35 for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:48:05 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Njh4L-0007dt-Gy for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:48:04 -0500 Received: from sj-iport-6.cisco.com ([171.71.176.117]:50029) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1Njh4L-0007dd-4N for qemu-devel@nongnu.org; Mon, 22 Feb 2010 17:48:01 -0500 Message-ID: <4B83099D.8040106@cisco.com> Date: Mon, 22 Feb 2010 15:47:57 -0700 From: "David S. Ahern" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Isochronous devices support in QEMU References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Taimoor Mirza Cc: qemu-devel@nongnu.org David Ahern On 02/22/2010 12:32 AM, Taimoor Mirza wrote: > Hi all, > > I've few questions about QEMU: > > 1) I read in QEMU's official documentation that in case of using host > system devices "USB devices requiring real time streaming (i.e. USB > Video Cameras) are not supported yet". Also there is no isochronous > transfer based virtual USB device in QEMU. I want to know what is > current status of Iso. support in QEMU? Can I test my Linux based USB As of commit 8e65b7c04965c8355e4ce43211582b6b83054e3d I have been able to pass audio devices to a VM with good success (though I use qemu-kvm, not just qemu). I just started looking at web cameras and not having much luck yet. David > host application for ARM with physical iso devices in host USB port? > > 2) I found a function "ohci_service_iso_td" in usb-ohci.c file in QEMU > source code. > > 3) I am developing a Linux based USB device using Gadget API. Does QEMU > provide USB function controller emulation in such a way that I can run > plug this USB device at run time with host machine and can test it? > > Regards, > Taimoor > > ------------------------------------------------------------------------ > Hotmail: Trusted email with powerful SPAM protection. Sign up now. >