aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2019-01-30usb-mtp: replace the homebrew write with qemu_write_fullBandan Das1-11/+3
2019-01-30usb-mtp: breakup MTP write into smaller chunksBandan Das1-43/+91
2019-01-30usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das1-14/+13
2019-01-30usb: implement XHCI underrun/overrun eventsYuri Benditovich2-2/+16
2019-01-30usb: XHCI shall not halt isochronous endpointsYuri Benditovich1-0/+5
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth5-11/+10
2019-01-30usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang1-0/+1
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann1-11/+15
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-12/+13
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell11-26/+26
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini3-11/+11
2019-01-11remove space-tab sequencesPaolo Bonzini1-2/+2
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini5-7/+7
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini3-6/+6
2019-01-10Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request...Peter Maydell1-0/+3
2019-01-10usb-audio: ignore usb packages with wrong sizeGerd Hoffmann1-0/+3
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini1-53/+0
2019-01-08hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang2-0/+18
2019-01-08usb: dev-mtp: fix memory leak in error pathLi Qiang1-0/+1
2019-01-08usb: drop unnecessary usb_device_post_load checksJonathan Davies1-6/+0
2019-01-07hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé1-0/+2
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell4-16/+32
2018-12-14usb-mtp: Limit filename to object information sizeMichael Hanselmann1-4/+5
2018-12-14usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann1-4/+9
2018-12-13usb/tusb6010: Convert sysbus init function to realize functionMao Zhongyi1-5/+3
2018-12-10ehci: fix fetch qtd raceGerd Hoffmann1-2/+10
2018-12-10usb-host: reset and close libusb_device_handle before qemu exitlinzhecheng1-0/+2
2018-12-10pvusb: set max grants only in initialiseJuergen Gross1-6/+6
2018-12-03Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...Peter Maydell1-6/+18
2018-12-03usb-mtp: outlaw slashes in filenamesGerd Hoffmann1-0/+6
2018-12-03usb-mtp: fix utf16_to_strGerd Hoffmann1-6/+12
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-6/+6
2018-11-27usb-host: set ifs.detached as true if kernel driver is not activelinzhecheng1-0/+3
2018-10-30Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...Peter Maydell2-9/+24
2018-10-29hw: ccid-card-emulated: cleanup resource when realize in error pathLi Qiang1-6/+14
2018-10-29hw: ccid-card-emulated: introduce clean_event_notifierLi Qiang1-0/+7
2018-10-29usb: ohci: make num_ports to an unsinged integerLi Qiang1-3/+3
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+3
2018-10-01ohci: set effectively usb frame rate to 1kHzMiguel GAIO1-1/+5
2018-10-01usb-hub: clear suspend on detachGerd Hoffmann1-0/+4
2018-10-01usb-mtp: reset ObjectInfo dataset size on cleanupBandan Das1-0/+2
2018-10-01usb-mtp: fix error conditions for write operationBandan1-3/+4
2018-08-21dev-mtp: rename x-root to rootdirBandan Das1-2/+2
2018-08-21dev-mtp: Add support for > 4GB file transfersBandan Das1-4/+27
2018-08-21dev-mtp: retry write for incomplete transfersBandan Das1-2/+20
2018-08-21dev-mtp: fix buffer allocation for writing file contentsBandan Das1-2/+4
2018-08-21dev-mtp: add support for canceling transactionBandan Das1-4/+26
2018-08-21ohci: Clear the interrupt counter for erroneous transfersSebastian Bauer1-0/+3
2018-08-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck1-0/+1