summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-3/+4
* dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-3/+3
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-304-20/+30
* dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-4/+6
* Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson2021-11-031-9/+15
|\
| * qapi: introduce x-query-usb QMP commandDaniel P. Berrangé2021-11-021-9/+15
* | hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interruptsBALATON Zoltan2021-11-021-0/+13
* | usb/uhci: Replace pci_set_irq with qemu_set_irqBALATON Zoltan2021-11-022-2/+4
* | usb/uhci: Disallow user creating a vt82c686-uhci-pci deviceBALATON Zoltan2021-11-023-0/+6
* | usb/uhci: Misc clean upBALATON Zoltan2021-11-021-5/+2Star
|/
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-302-3/+2Star
* scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell2021-09-303-6/+4Star
* hw/usb: Fix typo in comments and printCai Huoqing2021-09-016-12/+12
* uas: add stream number sanity checks.Gerd Hoffmann2021-09-011-0/+11
* chardev: mark explicitly first argument as poisonedMarc-André Lureau2021-08-051-1/+1
* usbredir: fix free callGerd Hoffmann2021-07-291-1/+1
* usb-host: wire up timer for windowsGerd Hoffmann2021-07-291-1/+32
* usb: fix usb-host dependency checkGerd Hoffmann2021-07-221-1/+1