Statistics
| Branch: | Revision:

root / hw / usb-libhw.c @ 4e4fa398

History | View | Annotate | Download (2 kB)

# Date Author Comment
4f4321c1 08/04/2011 04:51 pm Gerd Hoffmann

usb: use iovecs in USBPacket

Zap data pointer from USBPacket, add a QEMUIOVector instead.
Add a bunch of helper functions to manage USBPacket data.
Switch over users to the new interface.

Note that USBPacket->len was used for two purposes: First to
pass in the buffer size and second to return the number of...