aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2019-05-03hw/usb: avoid format truncation warning when formatting port nameDaniel P. Berrangé
2019-05-02hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth
2019-05-02hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth
2019-05-02usb/xhci: avoid trigger assertion if guest write wrong epidLongpeng
2019-05-02usb-mtp: change default to success for usb_mtp_update_objectBandan Das
2019-05-02usb-mtp: fix alignment of access of ObjectInfo filename fieldDaniel P. Berrangé
2019-05-02usb-mtp: fix string length for filename when writing metadataDaniel P. Berrangé
2019-04-16usb-mtp: fix bounds check for guest provided filenameDaniel P. Berrangé
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé
2019-04-02usb-mtp: remove usb_mtp_object_free_oneBandan Das
2019-04-02usb-mtp: fix return status of deleteBandan Das
2019-04-01hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()Peter Maydell
2019-03-26ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2019-03-08Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell
2019-03-07hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé
2019-03-07scsi: express dependencies with KconfigPaolo Bonzini
2019-03-07build: convert usb.mak to KconfigPaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-03-07Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner
2019-03-07usb-mtp: prevent null dereference while deleting objectsBandan Das
2019-03-07usb-mtp: fix some usb_mtp_write_data return pathsBandan Das
2019-03-07usb-mtp: return incomplete transfer on a lstat failureBandan Das
2019-02-26hw/usb: switch MTP to use new inotify APIsDaniel P. Berrangé
2019-02-26hw/usb: fix const-ness for string params in MTP driverDaniel P. Berrangé
2019-02-26hw/usb: don't set IN_ISDIR for inotify watch in MTP driverDaniel P. Berrangé
2019-02-20usb: remove unnecessary NULL device check from usb_ep_get()Liam Merwick
2019-02-20usb: add device checks before redirector calls to usb_ep_get()Liam Merwick
2019-02-20usb: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20uhci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20ehci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20xhci: check device is not NULL before calling usb_ep_get()Liam Merwick
2019-02-20xhci: add asserts to help with static code analysisLiam Merwick
2019-02-20usb: rearrange usb_ep_get()Liam Merwick
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2019-01-30usb-mtp: replace the homebrew write with qemu_write_fullBandan Das
2019-01-30usb-mtp: breakup MTP write into smaller chunksBandan Das
2019-01-30usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZBandan Das
2019-01-30usb: implement XHCI underrun/overrun eventsYuri Benditovich
2019-01-30usb: XHCI shall not halt isochronous endpointsYuri Benditovich
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth
2019-01-30usb: dev-mtp: close fd in usb_mtp_object_readdir()Li Qiang
2019-01-30usb: assign unique serial numbers to hid devicesGerd Hoffmann
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini