summaryrefslogtreecommitdiff
path: root/hw/usb/redirect.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-18usb: Fix compilation for WindowsStefan Weil1-1/+3
2016-02-29usb-redirect: Avoid double free of dataFam Zheng1-3/+8
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-3/+3
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange1-1/+0
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-3/+3
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-19/+15
2015-05-08usb: usb-redir QOMifyGonglei1-11/+14
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-2/+1
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-1/+0
2014-10-15redirect: remove bootindex property from qdev to qomGonglei1-1/+11
2014-09-23usb-redir: convert init to realizeGonglei1-8/+7
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei1-1/+5
2014-06-30serial: poll the serial console with G_IO_HUPRoger Pau Monne1-1/+1
2014-05-26usb-redir: Add support for bulk streamsHans de Goede1-5/+132
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-6/+6
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh1-2/+2
2013-08-01usb-redir: fix use-after-freeGerd Hoffmann1-0/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-03usb-redir: Add flow control supportHans de Goede1-1/+32
2013-04-03usb-redir: Fix crash on migration with no client connectedHans de Goede1-0/+4
2013-03-27qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlersHans de Goede1-2/+0
2013-03-27qemu-char: Rename opened to be_openHans de Goede1-1/+1
2013-02-22unbreak hw/usb/redirect.c buildGerd Hoffmann1-1/+1
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