aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/redirect.c
AgeCommit message (Expand)Author
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15redirect: remove bootindex property from qdev to qomGonglei
2014-09-23usb-redir: convert init to realizeGonglei
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne
2014-05-26usb-redir: Add support for bulk streamsHans de Goede
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