summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* hw/usb/Kconfig: USB_XHCI_NEC requires USB_XHCIPhilippe Mathieu-Daudé2019-07-151-1/+1
* hw/usb/Kconfig: Add CONFIG_USB_EHCI_PCIPhilippe Mathieu-Daudé2019-07-152-5/+9
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-2/+1Star
* Supply missing header guardsMarkus Armbruster2019-06-122-0/+10
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-128-5/+3Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1224-11/+30
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190607-pull-request' ...Peter Maydell2019-06-101-27/+30
|\
| * usb-mtp: refactor the flow of usb_mtp_write_dataBandan Das2019-06-071-27/+30
* | hw/usb-storage: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
|/
* usb-hub: emulate per port power switchingGerd Hoffmann2019-05-291-0/+63
* usb-hub: add usb_hub_port_update()Gerd Hoffmann2019-05-291-12/+17
* usb-hub: add helpers to update port stateGerd Hoffmann2019-05-291-39/+45
* usb-hub: make number of ports runtime-configurableGerd Hoffmann2019-05-291-16/+29
* usb-hub: tweak feature namesGerd Hoffmann2019-05-291-5/+5
* usb-host: avoid libusb_set_configuration callsGerd Hoffmann2019-05-291-8/+10
* usb-host: skip reset for untouched devicesGerd Hoffmann2019-05-291-0/+3
* usb: call reset handler before updating stateGerd Hoffmann2019-05-291-1/+1
* 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