aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-22usb-host: map LIBUSB_SPEED_SUPER_PLUS to USB_SPEED_SUPERGerd Hoffmann
2021-01-22usb: add pcap support.Gerd Hoffmann
2021-01-22hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé
2021-01-22hw/usb/hcd-xhci: Fix extraneous format-truncation error on 32-bit hostsPhilippe Mathieu-Daudé
2021-01-22hw/usb: Convert to qdev_realize()Markus Armbruster
2021-01-22hw/usb: Fix bad printf format specifiersAlex Chen
2021-01-22hw/usb/host-libusb.c: fix build with kernel < 5.0Fabrice Fontaine
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15usb: xlnx-usb-subsystem: Add xilinx usb subsystemSai Pavan Boddu
2020-12-15usb: Add DWC3 modelVikram Garhwal
2020-12-15usb: Add versal-usb2-ctrl-regs moduleSai Pavan Boddu
2020-11-20usb: fix kconfig for usb-xhci-sysbusPaolo Bonzini
2020-11-16Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1...Peter Maydell
2020-11-16xhci: move sanity checksGerd Hoffmann
2020-11-16xhci: fix guest triggerable assertGerd Hoffmann
2020-11-16usb-storage: fill csw on cancelGerd Hoffmann
2020-11-16usb-storage: use bool for removable propertyGerd Hoffmann
2020-11-16usb-storage: add commandlog propertyGerd Hoffmann
2020-11-16usb-storage: switch trace eventsGerd Hoffmann
2020-11-15usb: Fix Lesser GPL version numberChetan Pant
2020-11-13xhci: fix nec-usb-xhci propertiesGerd Hoffmann
2020-11-13hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)Philippe Mathieu-Daudé
2020-11-04dev-serial: store flow control and xon/xoff charactersMark Cave-Ayland
2020-11-04dev-serial: add support for setting data_bits in QEMUSerialSetParamsMark Cave-Ayland
2020-11-04dev-serial: add always-plugged property to ensure USB device is always attachedMark Cave-Ayland
2020-11-04dev-serial: replace DeviceOutVendor/DeviceInVendor with equivalent macros fro...Mark Cave-Ayland
2020-11-04dev-serial: add trace-events for baud rate and data parametersMark Cave-Ayland
2020-11-04dev-serial: convert from DPRINTF to trace-eventsMark Cave-Ayland
2020-11-04dev-serial: use USB_SERIAL QOM macro for USBSerialState assignmentsMark Cave-Ayland
2020-11-04dev-serial: style changes to improve readability and checkpatch fixesMark Cave-Ayland
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen
2020-10-21usb/xhci: fixup xhci kconfig depsGerd Hoffmann
2020-10-21usb/xhci: add xhci_sysbus_build_aml() helperGerd Hoffmann
2020-10-21usb/xhci: add include/hw/usb/xhci.h header fileGerd Hoffmann
2020-10-19hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()Mauro Matteo Cascella
2020-10-19usb/hcd-ehci: Fix error handling on missing device for iTDAnthony PERARD
2020-10-19usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)Paul Zimmerman
2020-09-28hw/usb: Use lock guard macrosAmey Narkhede
2020-09-28usb: hcd-xhci-sysbus: Attach xhci to sysbus deviceSai Pavan Boddu
2020-09-28usb/hcd-xhci: Split pci wrapper for xhci base modelSai Pavan Boddu
2020-09-28usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.cSai Pavan Boddu
2020-09-28usb/hcd-xhci: Make dma read/writes hooks pci freeSai Pavan Boddu
2020-09-22Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200921-pull-request' ...Peter Maydell
2020-09-21hw: usb: hcd-ohci: check for processed TD before retirePrasad J Pandit