aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell
2022-11-23hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()Peter Maydell
2022-11-23hw/usb/hcd-xhci.c: spelling: tranferMichael Tokarev
2022-11-23Revert "usbredir: avoid queuing hello packet on snapshot restore"Joelle van Dyne
2022-11-11host-libusb: Remove unused variableMiroslav Rezanina
2022-11-08hw/usb: fix tab indentationAmarjargal Gundjalam
2022-10-31hw/usb: dev-mtp: Use g_mkdir()Bin Meng
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-09-27usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown
2022-09-27usbnet: Detect short packets as sent by the xHCI controllerMichael Brown
2022-09-27usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown
2022-09-27usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown
2022-09-27hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu
2022-09-27usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann
2022-09-27usb/msd: move usb_msd_packet_complete()Gerd Hoffmann
2022-09-23hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zeroQiang Liu
2022-09-23hw/usb/hcd-xhci: Check whether DMA accesses failThomas Huth
2022-09-22hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé
2022-09-01scsi: Add buf_len parameter to scsi_req_new()John Millikin
2022-08-16hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)Thomas Huth
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-19usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()Mauro Matteo Cascella
2022-07-01hw: canokey: Remove HS support as not compliant to the specMkfsSion
2022-07-01hw/usb/canokey: fix compatibility of qemu-xhciHongren (Zenithal) Zheng
2022-07-01hw/usb/canokey: Fix CCID ZLPHongren (Zenithal) Zheng
2022-06-14usbredir: avoid queuing hello packet on snapshot restoreJoelle van Dyne
2022-06-14hw/usb/hcd-ehci: fix writeback orderArnout Engelen
2022-06-14meson: Add CanoKeyHongren (Zenithal) Zheng
2022-06-14hw/usb/canokey: Add trace eventsHongren (Zenithal) Zheng
2022-06-14hw/usb: Add CanoKey ImplementationHongren (Zenithal) Zheng
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan
2022-03-04hw/usb/dev-mtp: create directories with a+x mode maskVolker Rümelin
2022-03-04hw/usb: pacify xhciwmi.exe warningDenis V. Lunev
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell
2022-02-22hid: Implement support for side and extra buttonsNoah Bergbauer
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow