summaryrefslogtreecommitdiff
path: root/hw/usb/redirect.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19usb-redir: simplify packet copyGerd Hoffmann1-14/+4
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede1-18/+337
2013-01-07usb-redir: Add debugging to bufpq save / restoreHans de Goede1-3/+11
2013-01-07usbredir: Add usbredir_init_endpoints() helperHans de Goede1-9/+13
2013-01-07usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede1-0/+2
2013-01-07usbredir: Add ep_stopped USBDevice methodHans de Goede1-0/+9
2013-01-07usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede1-3/+7
2013-01-07usbredir: Add an usbredir_stop_ep helper functionHans de Goede1-22/+19
2012-12-28usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy1-0/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede1-0/+4
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede1-12/+14
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede1-65/+71
2012-11-16usb-redir: Set default debug level to warningHans de Goede1-1/+1
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede1-1/+3
2012-11-08usb-redir: Allow packets to have both data and an error-statusHans de Goede1-36/+20
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-68/+89
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede1-2/+21
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka1-1/+29
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede1-2/+3
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede1-23/+22
2012-11-01usb-redir: Add support for input pipeliningHans de Goede1-10/+53
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede1-1/+6
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-6/+12
2012-10-11usb-redir: Don't make migration fail in none seamless caseHans de Goede1-4/+9
2012-10-11usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede1-6/+5
2012-09-13usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede1-5/+3
2012-09-13usb-redir: Add chardev open / close debug loggingHans de Goede1-0/+6
2012-09-13usb-redir: Add support for migrationHans de Goede1-3/+346
2012-09-13usb-redir: Store max_packet_size in endp_dataHans de Goede1-1/+3
2012-09-13usb-redir: Add an already_in_flight packet-id queueHans de Goede1-0/+43
2012-09-13usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede1-31/+71
2012-09-11usb-redir: Enable pipelining for bulk endpointsHans de Goede1-0/+3
2012-09-11usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede1-0/+11
2012-09-11usb-redir: Add a usbredir_reject_device helper functionHans de Goede1-10/+11
2012-09-11usb-redir: Set ep max_packet_size if availableHans de Goede1-0/+5
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede1-31/+31
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