summaryrefslogtreecommitdiffstats
path: root/hw/usb/redirect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-141-4/+3Star
|\
| * char: avoid chardevice direct accessAnton Nefedov2017-07-141-3/+2Star
| * char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* | Convert error_report() to warn_report()Alistair Francis2017-07-131-1/+1
|/
* char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2017-06-021-3/+1Star
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* usb-redir: fix stack overflow in usbredir_log_dataGerd Hoffmann2017-05-121-12/+1Star
* char: add a /chardevs containerMarc-André Lureau2017-05-041-1/+1
* usb: replace handle_destroy with unrealizeMarc-André Lureau2017-02-231-2/+2
* char: rename CharDriverState ChardevMarc-André Lureau2017-01-271-2/+2
* migration: extend VMStateInfoJianjun Duan2017-01-241-7/+19
* usbredir: free vm_change_state_handler in usbredir destroy dispatchLi Qiang2016-11-101-1/+4
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-1/+1
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-7/+11
* char: replace PROP_CHR with CharBackendMarc-André Lureau2016-10-241-8/+8
* usb-redir: allocate buffers before waking up the host adapterHans de Goede2016-10-121-3/+7
* usbredir: add streams propertyGerd Hoffmann2016-07-201-1/+5
* usb: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-0/+1
|\
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* | usb: Fix compilation for WindowsStefan Weil2016-03-181-1/+3
|/
* usb-redirect: Avoid double free of dataFam Zheng2016-02-291-3/+8
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* 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/+0Star
* maint: remove unused include for dirent.hDaniel P. Berrange2015-09-111-1/+0Star
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0Star
* 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/+15Star
* usb: usb-redir QOMifyGonglei2015-05-081-11/+14
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-2/+1Star
* 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/+0Star
* redirect: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* usb-redir: convert init to realizeGonglei2014-09-231-8/+7Star
* 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/+0Star