aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/redirect.c
AgeCommit message (Expand)Author
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-08-01usb-redir: fix use-after-freeGerd Hoffmann
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-03usb-redir: Add flow control supportHans de Goede
2013-04-03usb-redir: Fix crash on migration with no client connectedHans de Goede
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede
2013-03-27qemu-char: Rename opened to be_openHans de Goede
2013-02-22unbreak hw/usb/redirect.c buildGerd Hoffmann
2013-02-19usb-redir: simplify packet copyGerd Hoffmann
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede
2013-01-07usb-redir: Add debugging to bufpq save / restoreHans de Goede
2013-01-07usbredir: Add usbredir_init_endpoints() helperHans de Goede
2013-01-07usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede
2013-01-07usbredir: Add ep_stopped USBDevice methodHans de Goede
2013-01-07usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede
2013-01-07usbredir: Add an usbredir_stop_ep helper functionHans de Goede
2012-12-28usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede
2012-11-16usb-redir: Set default debug level to warningHans de Goede
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede
2012-11-08usb-redir: Allow packets to have both data and an error-statusHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede
2012-11-01usb-redir: Add support for input pipeliningHans de Goede
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede
2012-10-11usb-redir: Don't make migration fail in none seamless caseHans de Goede
2012-10-11usb-redir: Change usbredir_open_chardev into usbredir_create_parserHans de Goede
2012-09-13usb-redir: Revert usb-redir part of commit 93bfef4cHans de Goede
2012-09-13usb-redir: Add chardev open / close debug loggingHans de Goede
2012-09-13usb-redir: Add support for migrationHans de Goede
2012-09-13usb-redir: Store max_packet_size in endp_dataHans de Goede
2012-09-13usb-redir: Add an already_in_flight packet-id queueHans de Goede
2012-09-13usb-redir: Change cancelled packet code into a generic packet-id queueHans de Goede
2012-09-11usb-redir: Enable pipelining for bulk endpointsHans de Goede
2012-09-11usb-redir: Ensure our peer has the necessary caps when redirecting to XHCIHans de Goede
2012-09-11usb-redir: Add a usbredir_reject_device helper functionHans de Goede
2012-09-11usb-redir: Set ep max_packet_size if availableHans de Goede
2012-09-11usb-redir: Convert to new libusbredirparser 0.5 APIHans de Goede