summaryrefslogtreecommitdiffstats
path: root/hw/usb/redirect.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-6/+12
* usb-redir: Don't make migration fail in none seamless caseHans de Goede2012-10-111-4/+9
* usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede2012-10-111-6/+5
* usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede2012-09-131-5/+3
* usb-redir: Add chardev open / close debug loggingHans de Goede2012-09-131-0/+6
* usb-redir: Add support for migrationHans de Goede2012-09-131-3/+346
* usb-redir: Store max_packet_size in endp_dataHans de Goede2012-09-131-1/+3
* usb-redir: Add an already_in_flight packet-id queueHans de Goede2012-09-131-0/+43
* usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede2012-09-131-31/+71
* usb-redir: Enable pipelining for bulk endpointsHans de Goede2012-09-111-0/+3
* usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede2012-09-111-0/+11
* usb-redir: Add a usbredir_reject_device helper functionHans de Goede2012-09-111-10/+11
* usb-redir: Set ep max_packet_size if availableHans de Goede2012-09-111-0/+5
* usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede2012-09-111-31/+31
* usb-redir: Return babble when getting more bulk data then requestedHans de Goede2012-09-111-3/+3
* usb-redir: Move to core packet id and queue handlingHans de Goede2012-09-111-134/+92
* usb-redir: Get rid of unused async-struct dev memberHans de Goede2012-09-111-2/+0
* usb-redir: Get rid of local shadow copy of packet headersHans de Goede2012-09-111-27/+0
* usb-redir: Get rid of async-struct get memberHans de Goede2012-09-111-6/+3
* usb-redir: Don't delay handling of open events to a bottom halfHans de Goede2012-09-111-47/+53
* usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede2012-09-111-3/+6
* usb-redir: Correctly handle the usb_redir_babble usbredir statusHans de Goede2012-07-091-0/+2
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-3/+5
* usb-redir: Not finding an async urb id is not an errorHans de Goede2012-04-261-1/+1
* usb-redir: Reset device address and speed on disconnectHans de Goede2012-04-261-0/+2
* usb-redir: An interface count of 0 is a valid valueHans de Goede2012-04-261-2/+3
* usb-redir: Notify our peer when we reject a device due to a speed mismatchHans de Goede2012-04-171-1/+7
* Add bootindex support to usb-host and usb-redirGerd Hoffmann2012-04-171-0/+3
* usb: the big renameGerd Hoffmann2012-03-131-0/+1485
OpenPOWER on IntegriCloud