summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* hw/usb: avoid format truncation warning when formatting port nameDaniel P. Berrangé2019-05-031-1/+3
* hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth2019-05-025-207/+283
* hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth2019-05-021-12/+27
* usb/xhci: avoid trigger assertion if guest write wrong epidLongpeng2019-05-021-1/+1
* usb-mtp: change default to success for usb_mtp_update_objectBandan Das2019-05-021-1/+1
* usb-mtp: fix alignment of access of ObjectInfo filename fieldDaniel P. Berrangé2019-05-021-3/+3
* usb-mtp: fix string length for filename when writing metadataDaniel P. Berrangé2019-05-021-1/+1
* usb-mtp: fix bounds check for guest provided filenameDaniel P. Berrangé2019-04-161-2/+9
* filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé2019-04-021-5/+5
* usb-mtp: remove usb_mtp_object_free_oneBandan Das2019-04-021-12/+2Star
* usb-mtp: fix return status of deleteBandan Das2019-04-021-28/+34
* hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()Peter Maydell2019-04-011-0/+4
* ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier2019-03-261-6/+1Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-11/+11
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-1/+1
* 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