summaryrefslogtreecommitdiff
path: root/hw/usb/redirect.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-11usb-redir: Return babble when getting more bulk data then requestedHans de Goede1-3/+3
2012-09-11usb-redir: Move to core packet id and queue handlingHans de Goede1-134/+92
2012-09-11usb-redir: Get rid of unused async-struct dev memberHans de Goede1-2/+0
2012-09-11usb-redir: Get rid of local shadow copy of packet headersHans de Goede1-27/+0
2012-09-11usb-redir: Get rid of async-struct get memberHans de Goede1-6/+3
2012-09-11usb-redir: Don't delay handling of open events to a bottom halfHans de Goede1-47/+53
2012-09-11usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede1-3/+6
2012-07-09usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede1-0/+2
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-3/+5
2012-04-26usb-redir: Not finding an async urb id is not an errorHans de Goede1-1/+1
2012-04-26usb-redir: Reset device address and speed on disconnectHans de Goede1-0/+2
2012-04-26usb-redir: An interface count of 0 is a valid valueHans de Goede1-2/+3
2012-04-17usb-redir: Notify our peer when we reject a device due to a speed mismatchHans de Goede1-1/+7
2012-04-17Add bootindex support to usb-host and usb-redirGerd Hoffmann1-0/+3
2012-03-13usb: the big renameGerd Hoffmann1-0/+1485