aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2019-07-15hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCIPhilippe Mathieu-Daudé1-1/+1
2019-07-15hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCIPhilippe Mathieu-Daudé2-5/+9
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-2/+1
2019-06-12Supply missing header guardsMarkus Armbruster2-0/+10
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster8-5/+3
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster24-11/+30
2019-06-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...Peter Maydell1-27/+30
2019-06-07usb-mtp: refactor the flow of usb_mtp_write_dataBandan Das1-27/+30
2019-06-06hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-05-29usb-hub: emulate per port power switchingGerd Hoffmann1-0/+63
2019-05-29usb-hub: add usb_hub_port_update()Gerd Hoffmann1-12/+17
2019-05-29usb-hub: add helpers to update port stateGerd Hoffmann1-39/+45
2019-05-29usb-hub: make number of ports runtime-configurableGerd Hoffmann1-16/+29
2019-05-29usb-hub: tweak feature namesGerd Hoffmann1-5/+5
2019-05-29usb-host: avoid libusb_set_configuration callsGerd Hoffmann1-8/+10
2019-05-29usb-host: skip reset for untouched devicesGerd Hoffmann1-0/+3
2019-05-29usb: call reset handler before updating stateGerd Hoffmann1-1/+1
2019-05-03hw/usb: avoid format truncation warning when formatting port nameDaniel P. Berrangé1-1/+3
2019-05-02hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth5-207/+283
2019-05-02hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth1-12/+27
2019-05-02usb/xhci: avoid trigger assertion if guest write wrong epidLongpeng1-1/+1
2019-05-02usb-mtp: change default to success for usb_mtp_update_objectBandan Das1-1/+1
2019-05-02usb-mtp: fix alignment of access of ObjectInfo filename fieldDaniel P. Berrangé1-3/+3
2019-05-02usb-mtp: fix string length for filename when writing metadataDaniel P. Berrangé1-1/+1
2019-04-16usb-mtp: fix bounds check for guest provided filenameDaniel P. Berrangé1-2/+9
2019-04-02filemon: fix watch IDs to avoid potential wraparound issuesDaniel P. Berrangé1-5/+5
2019-04-02usb-mtp: remove usb_mtp_object_free_oneBandan Das1-12/+2
2019-04-02usb-mtp: fix return status of deleteBandan Das1-28/+34
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