All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] USB Asynchronous I/O
@ 2007-11-14 21:48 Salil Bijur
  2007-11-15 12:16 ` Arnon Gilboa
  0 siblings, 1 reply; 5+ messages in thread
From: Salil Bijur @ 2007-11-14 21:48 UTC (permalink / raw)
  To: qemu-devel

Hello,

I've been testing Bluetooth-USB in QEMU for an arm-based processor
with a Linux guest.

When a bluetooth dongle is added, there is a continuous sending of
bulk and interrupt packets synchronously (using the USBDEVFS_BULK
ioctl) making qemu extremely slow and unusable.
I wanted to know if it is a good idea to send these bulk and interrupt
transfers asynchronously using the SUBMITURB and REAPURBNDELAY ioctls
in a way similar as isochronous transfers in usb-linux.c.
Is there any reason why only isochronous packets are being sent
asynchronously when the same can be done for other types?

Thanks,
Salil

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-18 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14 21:48 [Qemu-devel] USB Asynchronous I/O Salil Bijur
2007-11-15 12:16 ` Arnon Gilboa
2007-11-18 13:24   ` Salil Bijur
2007-11-18 13:30   ` Paul Brook
2007-11-18 13:46     ` Arnon Gilboa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.