summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-081-1/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* | scsi: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+2
* | build: convert usb.mak to KconfigPaolo Bonzini2019-03-072-1/+27
* | build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+10
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+53
|/
* Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner2019-03-071-1/+6
* usb-mtp: prevent null dereference while deleting objectsBandan Das2019-03-071-3/+1Star
* usb-mtp: fix some usb_mtp_write_data return pathsBandan Das2019-03-071-8/+10
* usb-mtp: return incomplete transfer on a lstat failureBandan Das2019-03-071-5/+14
* hw/usb: switch MTP to use new inotify APIsDaniel P. Berrangé2019-02-262-165/+111Star
* hw/usb: fix const-ness for string params in MTP driverDaniel P. Berrangé2019-02-261-4/+4
* hw/usb: don't set IN_ISDIR for inotify watch in MTP driverDaniel P. Berrangé2019-02-261-2/+1Star
* 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