Sorry, it was my mistake. I only meant it may require some changes in
ohci/uhci.
-Original Message-
From: Paul Brook [mailto:[EMAIL PROTECTED]
Sent: Sunday, November 18, 2007 3:31 PM
To: qemu-devel@nongnu.org
Cc: Arnon Gilboa
Subject: Re: [Qemu-devel] USB Asynchronous I/O
> there mi
> there might be
> some issues in the ohci/uhci because they currently assume only
> isochronous transfers are async.
That's definitely incorrect. The USB mass storage emulation uses async bulk
transfers.
Paul
On Nov 15, 2007 5:46 PM, Arnon Gilboa <[EMAIL PROTECTED]> wrote:
> I believe you can do it similar to the way I did for isochronous
> transfers in usb-linux.c.
> Remember that using SUBMITURB and REAPURBNDELAY ioctls, you need to add
> another signal and signal handler for the async bulk, and there
I believe you can do it similar to the way I did for isochronous
transfers in usb-linux.c.
Remember that using SUBMITURB and REAPURBNDELAY ioctls, you need to add
another signal and signal handler for the async bulk, and there might be
some issues in the ohci/uhci because they currently assume only