aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Remove superfluous timer_del() callsPeter Maydell6-6/+0
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell3-0/+3
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-3/+4
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost3-0/+3
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+1
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-15usb: xlnx-usb-subsystem: Add xilinx usb subsystemSai Pavan Boddu3-0/+100
2020-12-15usb: Add DWC3 modelVikram Garhwal3-0/+695
2020-12-15usb: Add versal-usb2-ctrl-regs moduleSai Pavan Boddu2-0/+230
2020-11-20usb: fix kconfig for usb-xhci-sysbusPaolo Bonzini1-1/+0
2020-11-16Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell6-6/+6
2020-11-16xhci: move sanity checksGerd Hoffmann1-2/+5
2020-11-16xhci: fix guest triggerable assertGerd Hoffmann1-1/+3
2020-11-16usb-storage: fill csw on cancelGerd Hoffmann1-0/+4
2020-11-16usb-storage: use bool for removable propertyGerd Hoffmann1-2/+2
2020-11-16usb-storage: add commandlog propertyGerd Hoffmann1-5/+5
2020-11-16usb-storage: switch trace eventsGerd Hoffmann2-25/+29
2020-11-15usb: Fix Lesser GPL version numberChetan Pant6-6/+6
2020-11-13xhci: fix nec-usb-xhci propertiesGerd Hoffmann1-5/+26
2020-11-13hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé1-2/+1
2020-11-04dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland2-3/+37
2020-11-04dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland2-0/+18
2020-11-04dev-serial: add always-plugged property to ensure USB device is always attachedMark Cave-Ayland1-3/+6
2020-11-04dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...Mark Cave-Ayland1-15/+10
2020-11-04dev-serial: add trace-events for baud rate and data parametersMark Cave-Ayland2-0/+5
2020-11-04dev-serial: convert from DPRINTF to trace-eventsMark Cave-Ayland2-14/+22
2020-11-04dev-serial: use USB_SERIAL QOM macro for USBSerialState assignmentsMark Cave-Ayland1-3/+3
2020-11-04dev-serial: style changes to improve readability and checkpatch fixesMark Cave-Ayland1-104/+126
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen2-0/+20
2020-10-21usb/xhci: fixup xhci kconfig depsGerd Hoffmann1-4/+2
2020-10-21usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann1-0/+15
2020-10-21usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann6-41/+28
2020-10-19hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()Mauro Matteo Cascella1-0/+6
2020-10-19usb/hcd-ehci: Fix error handling on missing device for iTDAnthony PERARD1-17/+18
2020-10-19usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)Paul Zimmerman1-19/+81
2020-09-28hw/usb: Use lock guard macrosAmey Narkhede1-27/+27
2020-09-28usb: hcd-xhci-sysbus: Attach xhci to sysbus deviceSai Pavan Boddu5-0/+148
2020-09-28usb/hcd-xhci: Split pci wrapper for xhci base modelSai Pavan Boddu5-193/+303
2020-09-28usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.cSai Pavan Boddu5-31/+79
2020-09-28usb/hcd-xhci: Make dma read/writes hooks pci freeSai Pavan Boddu2-13/+12
2020-09-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ...Peter Maydell2-4/+28
2020-09-21hw: usb: hcd-ohci: check for processed TD before retirePrasad J Pandit1-0/+4
2020-09-21hw: usb: hcd-ohci: check len and frame_number variablesPrasad J Pandit1-2/+22
2020-09-21usb: fix u2f buildGerd Hoffmann1-2/+2
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost15-48/+17
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost3-10/+3
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2-3/+3
2020-09-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...Peter Maydell1-1/+1
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+1
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-1/+1