aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2019-04-01hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()Peter Maydell1-0/+4
2019-03-26ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier1-6/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-11/+11
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán1-1/+1
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell1-1/+0
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé1-1/+0
2019-03-07scsi: express dependencies with KconfigPaolo Bonzini1-0/+2
2019-03-07build: convert usb.mak to KconfigPaolo Bonzini2-1/+27
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+10
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+53
2019-03-07Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner1-1/+6
2019-03-07usb-mtp: prevent null dereference while deleting objectsBandan Das1-3/+1
2019-03-07usb-mtp: fix some usb_mtp_write_data return pathsBandan Das1-8/+10
2019-03-07usb-mtp: return incomplete transfer on a lstat failureBandan Das1-5/+14
2019-02-26hw/usb: switch MTP to use new inotify APIsDaniel P. Berrangé2-165/+111
2019-02-26hw/usb: fix const-ness for string params in MTP driverDaniel P. Berrangé1-4/+4
2019-02-26hw/usb: don't set IN_ISDIR for inotify watch in MTP driverDaniel P. Berrangé1-2/+1
2019-02-20usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick1-3/+1
2019-02-20usb: add device checks before redirector calls to usb_ep_get()Liam Merwick1-1/+2
2019-02-20usb: check device is not NULL before calling usb_ep_get()Liam Merwick1-4/+4
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick1-3/+5
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick1-0/+8
2019-02-20ehci: check device is not NULL before calling usb_ep_get()Liam Merwick1-2/+5
2019-02-20xhci: check device is not NULL before calling usb_ep_get()Liam Merwick1-2/+2
2019-02-20xhci: add asserts to help with static code analysisLiam Merwick1-0/+2
2019-02-20usb: rearrange usb_ep_get()Liam Merwick1-1/+1
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-1/+1
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini1-1/+1
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