summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick2019-02-201-3/+1Star
* usb: add device checks before redirector calls to usb_ep_get()Liam Merwick2019-02-201-1/+2
* usb: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-4/+4
* uhci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-3/+5
* ohci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-0/+8
* ehci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-2/+5
* xhci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-2/+2
* xhci: add asserts to help with static code analysisLiam Merwick2019-02-201-0/+2
* usb: rearrange usb_ep_get()Liam Merwick2019-02-201-1/+1
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-1/+1
* 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