summary refs log tree commit diff stats
path: root/hw/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | usb-storage: use bool for removable propertyGerd Hoffmann2020-11-161-2/+2
* | usb-storage: add commandlog propertyGerd Hoffmann2020-11-161-5/+5
* | usb-storage: switch trace eventsGerd Hoffmann2020-11-162-25/+29
|/
* xhci: fix nec-usb-xhci propertiesGerd Hoffmann2020-11-131-5/+26
* hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé2020-11-131-2/+1
* dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland2020-11-042-3/+37
* dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland2020-11-042-0/+18
* dev-serial: add always-plugged property to ensure USB device is always attachedMark Cave-Ayland2020-11-041-3/+6
* dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...Mark Cave-Ayland2020-11-041-15/+10
* dev-serial: add trace-events for baud rate and data parametersMark Cave-Ayland2020-11-042-0/+5
* dev-serial: convert from DPRINTF to trace-eventsMark Cave-Ayland2020-11-042-14/+22
* dev-serial: use USB_SERIAL QOM macro for USBSerialState assignmentsMark Cave-Ayland2020-11-041-3/+3
* dev-serial: style changes to improve readability and checkpatch fixesMark Cave-Ayland2020-11-041-104/+126
* hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen2020-10-272-0/+20
* usb/xhci: fixup xhci kconfig depsGerd Hoffmann2020-10-211-4/+2
* usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann2020-10-211-0/+15
* usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann2020-10-216-41/+28
* hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()Mauro Matteo Cascella2020-10-191-0/+6
* usb/hcd-ehci: Fix error handling on missing device for iTDAnthony PERARD2020-10-191-17/+18
* usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)Paul Zimmerman2020-10-191-19/+81
* hw/usb: Use lock guard macrosAmey Narkhede2020-09-281-27/+27
* usb: hcd-xhci-sysbus: Attach xhci to sysbus deviceSai Pavan Boddu2020-09-285-0/+148
* usb/hcd-xhci: Split pci wrapper for xhci base modelSai Pavan Boddu2020-09-285-193/+303
* usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.cSai Pavan Boddu2020-09-285-31/+79
* usb/hcd-xhci: Make dma read/writes hooks pci freeSai Pavan Boddu2020-09-282-13/+12
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ...Peter Maydell2020-09-222-4/+28
|\
| * hw: usb: hcd-ohci: check for processed TD before retirePrasad J Pandit2020-09-211-0/+4
| * hw: usb: hcd-ohci: check len and frame_number variablesPrasad J Pandit2020-09-211-2/+22
| * usb: fix u2f buildGerd Hoffmann2020-09-211-2/+2
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-1815-48/+17
* | Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-183-10/+3
|/
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-162-3/+3
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...Peter Maydell2020-09-121-1/+1
|\
| * usb-host: restrict workaround to new libusb versionsGerd Hoffmann2020-09-101-1/+1
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-121-1/+1
|\ \
| * | util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2020-09-111-1/+1
| * | util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé2020-09-111-1/+1
| |/
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-1122-88/+132
|\ \
| * | tusb6010: Rename TUSB to TUSB6010Eduardo Habkost2020-09-091-3/+3
| * | usb: Rename USB_SERIAL_DEV to USB_SERIALEduardo Habkost2020-09-091-2/+2
| * | dev-smartcard-reader: Rename CCID_DEV_NAME to TYPE_USB_CCID_DEVEduardo Habkost2020-09-091-4/+4
| * | Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-0922-45/+50
| * | Move QOM typedefs and add missing includesEduardo Habkost2020-09-0922-37/+76
| |/
* / trace-events: Fix attribution of trace points to sourceMarkus Armbruster2020-09-091-1/+3
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-012-3/+2
|\
| * usb/bus: Remove dead assignment in usb_get_fw_dev_path()Chen Qun2020-09-011-2/+2
| * hw: Remove superfluous breaksLiao Pingfang2020-09-011-1/+0
* | usb: fix setup_len init (CVE-2020-14364)Gerd Hoffmann2020-08-311-6/+10
* | usb-host: workaround libusb bugGerd Hoffmann2020-08-311-1/+36
* | hw/usb: Add U2F device autoscan to passthru modeCésar Belley2020-08-312-14/+101