summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()Peter Maydell2022-11-232-2/+2
* hw/usb/hcd-xhci.c: spelling: tranferMichael Tokarev2022-11-231-1/+1
* Revert "usbredir: avoid queuing hello packet on snapshot restore"Joelle van Dyne2022-11-231-2/+1Star
* host-libusb: Remove unused variableMiroslav Rezanina2022-11-111-15/+0Star
* hw/usb: fix tab indentationAmarjargal Gundjalam2022-11-085-440/+440
* hw/usb: dev-mtp: Use g_mkdir()Bin Meng2022-10-311-2/+2
* hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow2022-10-311-2/+2
* Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-221-1/+1
* Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi2022-09-275-37/+136
|\
| * usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown2022-09-271-6/+21
| * usbnet: Detect short packets as sent by the xHCI controllerMichael Brown2022-09-271-1/+1
| * usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown2022-09-271-0/+6
| * usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown2022-09-271-0/+3
| * hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu2022-09-271-1/+3
| * usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann2022-09-272-1/+30
| * usb/msd: move usb_msd_packet_complete()Gerd Hoffmann2022-09-271-12/+14
| * hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zeroQiang Liu2022-09-231-0/+10
| * hw/usb/hcd-xhci: Check whether DMA accesses failThomas Huth2022-09-231-16/+48
* | hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
|/
* scsi: Add buf_len parameter to scsi_req_new()John Millikin2022-09-012-3/+4
* hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394)Thomas Huth2022-08-161-4/+19
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()Mauro Matteo Cascella2022-07-191-1/+2
* hw: canokey: Remove HS support as not compliant to the specMkfsSion2022-07-011-1/+0Star
* hw/usb/canokey: fix compatibility of qemu-xhciHongren (Zenithal) Zheng2022-07-011-0/+23
* hw/usb/canokey: Fix CCID ZLPHongren (Zenithal) Zheng2022-07-011-4/+3Star
* usbredir: avoid queuing hello packet on snapshot restoreJoelle van Dyne2022-06-141-1/+2
* hw/usb/hcd-ehci: fix writeback orderArnout Engelen2022-06-141-1/+4
* meson: Add CanoKeyHongren (Zenithal) Zheng2022-06-142-0/+10
* hw/usb/canokey: Add trace eventsHongren (Zenithal) Zheng2022-06-142-0/+29
* hw/usb: Add CanoKey ImplementationHongren (Zenithal) Zheng2022-06-142-0/+369
* modules: introduces module_kconfig directiveJose R. Ziviani2022-06-064-0/+4
* Clean up header guards that don't match their file nameMarkus Armbruster2022-05-111-2/+2
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* include: move C/util-related declarations to cutils.hMarc-André Lureau2022-04-063-3/+3
* hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell2022-03-041-3/+14
* usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan2022-03-041-33/+38
* usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan2022-03-041-9/+4Star
* usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan2022-03-041-104/+101Star
* usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan2022-03-041-8/+4Star
* usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan2022-03-042-8/+8
* hw/usb/dev-mtp: create directories with a+x mode maskVolker Rümelin2022-03-041-2/+2
* hw/usb: pacify xhciwmi.exe warningDenis V. Lunev2022-03-041-1/+1
* Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2022-02-221-3/+3
|\
| * hid: Implement support for side and extra buttonsNoah Bergbauer2022-02-221-3/+3
* | Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-212-2/+2
|/
* uas: add missing returnGerd Hoffmann2022-01-131-0/+1
* usb: allow max 8192 bytes for desczhenwei pi2022-01-132-7/+9
* hw/usb/dev-wacom: add missing HID descriptorDario Binacchi2022-01-131-1/+71
* pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-0/+1