summaryrefslogtreecommitdiff
path: root/hw/usb/redirect.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+3
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-3/+2
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-07-13Convert error_report() to warn_report()Alistair Francis1-1/+1
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau1-3/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-12usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann1-12/+1
2017-05-04char: add a /chardevs containerMarc-André Lureau1-1/+1
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-2/+2
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau1-2/+2
2017-01-24migration: extend VMStateInfoJianjun Duan1-7/+19
2016-11-10usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang1-1/+4
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-7/+11
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-8/+8
2016-10-12usb-redir: allocate buffers before waking up the host adapterHans de Goede1-3/+7
2016-07-20usbredir: add streams propertyGerd Hoffmann1-1/+5
2016-06-07usb: Use DIV_ROUND_UPLaurent Vivier1-3/+3
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