Re: [Qemu-devel] Feature proposal: USB devices over TCP

2007-04-07 Thread Paul Brook
> I don't think that tunneling traffic through VNC is possible. In QEMU the > VNC implementation is asynchronous, while the USB layer expects an > immediate response to any request. Not entirely true. While some transfers (typically control transfers) are synchronous, bulk transfers can by asynch

Re: [Qemu-devel] Feature proposal: USB devices over TCP

2007-04-07 Thread Eduardo Felipe
Hi Anthony, I don't know all that much about USB, but I think the most useful way to do this would be to do something that's protocol compatible with USBIP. Neither I do. I didn't know anything about USB/IP, it would be cool to be protocol compatible with it. As we have to start from scratch,

Re: [Qemu-devel] Feature proposal: USB devices over TCP

2007-04-06 Thread Anthony Liguori
Eduardo Felipe wrote: Hi everybody, I think that a useful feature for QEMU would be to expose the USB interface through TCP. Hi Eduardo, I don't know all that much about USB, but I think the most useful way to do this would be to do something that's protocol compatible with USBIP. We coul