summaryrefslogtreecommitdiffstats
path: root/hw/usb/redirect.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-3/+3
* maint: remove unused include for signal.hDaniel P. Berrange2015-09-111-1/+0
* maint: remove unused include for dirent.hDaniel P. Berrange2015-09-111-1/+0
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-0/+1
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-3/+3
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-19/+15
* usb: usb-redir QOMifyGonglei2015-05-081-11/+14
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-1/+0
* redirect: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* usb-redir: convert init to realizeGonglei2014-09-231-8/+7
* usb-bus: convert USBDeviceClass init to realizeGonglei2014-09-231-1/+5
* serial: poll the serial console with G_IO_HUPRoger Pau Monne2014-06-301-1/+1
* usb-redir: Add support for bulk streamsHans de Goede2014-05-261-5/+132
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-6/+6
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-2/+2
* usb-redir: fix use-after-freeGerd Hoffmann2013-08-011-0/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* usb-redir: Add flow control supportHans de Goede2013-04-031-1/+32
* usb-redir: Fix crash on migration with no client connectedHans de Goede2013-04-031-0/+4
* qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede2013-03-271-2/+0
* qemu-char: Rename opened to be_openHans de Goede2013-03-271-1/+1
* unbreak hw/usb/redirect.c buildGerd Hoffmann2013-02-221-1/+1
* usb-redir: simplify packet copyGerd Hoffmann2013-02-191-14/+4
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* usbredir: Add support for buffered bulk input (v2)Hans de Goede2013-01-081-18/+337
* usb-redir: Add debugging to bufpq save / restoreHans de Goede2013-01-071-3/+11
* usbredir: Add usbredir_init_endpoints() helperHans de Goede2013-01-071-9/+13
* usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede2013-01-071-0/+2
* usbredir: Add ep_stopped USBDevice methodHans de Goede2013-01-071-0/+9
* usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede2013-01-071-3/+7
* usbredir: Add an usbredir_stop_ep helper functionHans de Goede2013-01-071-22/+19
* usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy2012-12-281-0/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
* usb: Call wakeup when data becomes available for all devices with int epsHans de Goede2012-12-041-0/+4
* usb-redir: Don't handle interrupt output packets asyncHans de Goede2012-11-211-12/+14
* usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede2012-11-211-65/+71
* usb-redir: Set default debug level to warningHans de Goede2012-11-161-1/+1
* usb-redir: Only add actually in flight packets to the in flight queueHans de Goede2012-11-161-1/+3
* usb-redir: Allow packets to have both data and an error-statusHans de Goede2012-11-081-36/+20
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-68/+89
* usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede2012-11-011-2/+21
* usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka2012-11-011-1/+29
* usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede2012-11-011-2/+3
OpenPOWER on IntegriCloud