summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* usb-mtp: replace the homebrew write with qemu_write_fullBandan Das2019-01-301-11/+3Star
* usb-mtp: breakup MTP write into smaller chunksBandan Das2019-01-301-43/+91
* usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das2019-01-301-14/+13Star
* usb: implement XHCI underrun/overrun eventsYuri Benditovich2019-01-302-2/+16
* usb: XHCI shall not halt isochronous endpointsYuri Benditovich2019-01-301-0/+5
* hw/usb: Fix LGPL information in the file headersThomas Huth2019-01-305-11/+10Star
* usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang2019-01-301-0/+1
* usb: assign unique serial numbers to hid devicesGerd Hoffmann2019-01-301-11/+15
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-12/+13
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-01-1111-26/+26
|\
| * avoid TABs in files that only contain a fewPaolo Bonzini2019-01-113-11/+11
| * remove space-tab sequencesPaolo Bonzini2019-01-111-2/+2
| * qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-115-7/+7
| * qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-113-6/+6
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request...Peter Maydell2019-01-101-0/+3
|\ \ | |/ |/|
| * usb-audio: ignore usb packages with wrong sizeGerd Hoffmann2019-01-101-0/+3
* | usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini2019-01-081-53/+0Star
* | hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang2019-01-082-0/+18
* | usb: dev-mtp: fix memory leak in error pathLi Qiang2019-01-081-0/+1
* | usb: drop unnecessary usb_device_post_load checksJonathan Davies2019-01-081-6/+0Star
* | hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé2019-01-071-0/+2
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell2018-12-164-16/+32
|\
| * usb-mtp: Limit filename to object information sizeMichael Hanselmann2018-12-141-4/+5
| * usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann2018-12-141-4/+9
| * ehci: fix fetch qtd raceGerd Hoffmann2018-12-101-2/+10
| * usb-host: reset and close libusb_device_handle before qemu exitlinzhecheng2018-12-101-0/+2
| * pvusb: set max grants only in initialiseJuergen Gross2018-12-101-6/+6
* | usb/tusb6010: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-5/+3Star
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...Peter Maydell2018-12-031-6/+18
|\
| * usb-mtp: outlaw slashes in filenamesGerd Hoffmann2018-12-031-0/+6
| * usb-mtp: fix utf16_to_strGerd Hoffmann2018-12-031-6/+12
* | vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-6/+6
|/
* usb-host: set ifs.detached as true if kernel driver is not activelinzhecheng2018-11-271-0/+3
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...Peter Maydell2018-10-302-9/+24
|\
| * hw: ccid-card-emulated: cleanup resource when realize in error pathLi Qiang2018-10-291-6/+14
| * hw: ccid-card-emulated: introduce clean_event_notifierLi Qiang2018-10-291-0/+7
| * usb: ohci: make num_ports to an unsinged integerLi Qiang2018-10-291-3/+3
* | error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-2/+3
|/
* ohci: set effectively usb frame rate to 1kHzMiguel GAIO2018-10-011-1/+5
* usb-hub: clear suspend on detachGerd Hoffmann2018-10-011-0/+4
* usb-mtp: reset ObjectInfo dataset size on cleanupBandan Das2018-10-011-0/+2
* usb-mtp: fix error conditions for write operationBandan2018-10-011-3/+4
* dev-mtp: rename x-root to rootdirBandan Das2018-08-211-2/+2
* dev-mtp: Add support for > 4GB file transfersBandan Das2018-08-211-4/+27
* dev-mtp: retry write for incomplete transfersBandan Das2018-08-211-2/+20
* dev-mtp: fix buffer allocation for writing file contentsBandan Das2018-08-211-2/+4
* dev-mtp: add support for canceling transactionBandan Das2018-08-211-4/+26
* ohci: Clear the interrupt counter for erroneous transfersSebastian Bauer2018-08-211-0/+3
* block: Remove deprecated -drive option serialKevin Wolf2018-08-151-1/+0Star
* Revert "block: Remove deprecated -drive option serial"Cornelia Huck2018-07-101-0/+1