Age | Commit message (Expand) | Author | Files | Lines |
2022-09-27 | Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in... | Stefan Hajnoczi | 5 | -37/+136 |
2022-09-27 | usbnet: Report link-up via interrupt endpoint in CDC-ECM mode | Michael Brown | 1 | -6/+21 |
2022-09-27 | usbnet: Detect short packets as sent by the xHCI controller | Michael Brown | 1 | -1/+1 |
2022-09-27 | usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER request | Michael Brown | 1 | -0/+6 |
2022-09-27 | usbnet: Add missing usb_wakeup() call in usbnet_receive() | Michael Brown | 1 | -0/+3 |
2022-09-27 | hcd-xhci: drop operation with secondary stream arrays enabled | Qiang Liu | 1 | -1/+3 |
2022-09-27 | usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assert | Gerd Hoffmann | 2 | -1/+30 |
2022-09-27 | usb/msd: move usb_msd_packet_complete() | Gerd Hoffmann | 1 | -12/+14 |
2022-09-23 | hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zero | Qiang Liu | 1 | -0/+10 |
2022-09-23 | hw/usb/hcd-xhci: Check whether DMA accesses fail | Thomas Huth | 1 | -16/+48 |
2022-09-22 | hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocation | Philippe Mathieu-Daudé | 1 | -3/+4 |
2022-09-01 | scsi: Add buf_len parameter to scsi_req_new() | John Millikin | 2 | -3/+4 |
2022-08-16 | hw/usb/hcd-xhci: Fix unbounded loop in xhci_ring_chain_length() (CVE-2020-14394) | Thomas Huth | 1 | -4/+19 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 1 | -1/+1 |
2022-07-19 | usb/hcd-xhci: check slotid in xhci_wakeup_endpoint() | Mauro Matteo Cascella | 1 | -1/+2 |
2022-07-01 | hw: canokey: Remove HS support as not compliant to the spec | MkfsSion | 1 | -1/+0 |
2022-07-01 | hw/usb/canokey: fix compatibility of qemu-xhci | Hongren (Zenithal) Zheng | 1 | -0/+23 |
2022-07-01 | hw/usb/canokey: Fix CCID ZLP | Hongren (Zenithal) Zheng | 1 | -4/+3 |
2022-06-14 | usbredir: avoid queuing hello packet on snapshot restore | Joelle van Dyne | 1 | -1/+2 |
2022-06-14 | hw/usb/hcd-ehci: fix writeback order | Arnout Engelen | 1 | -1/+4 |
2022-06-14 | meson: Add CanoKey | Hongren (Zenithal) Zheng | 2 | -0/+10 |
2022-06-14 | hw/usb/canokey: Add trace events | Hongren (Zenithal) Zheng | 2 | -0/+29 |
2022-06-14 | hw/usb: Add CanoKey Implementation | Hongren (Zenithal) Zheng | 2 | -0/+369 |
2022-06-06 | modules: introduces module_kconfig directive | Jose R. Ziviani | 4 | -0/+4 |
2022-05-11 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -2/+2 |
2022-04-06 | Remove qemu-common.h include from most units | Marc-André Lureau | 1 | -1/+0 |
2022-04-06 | include: move C/util-related declarations to cutils.h | Marc-André Lureau | 3 | -3/+3 |
2022-03-04 | hw/usb/redirect.c: Stop using qemu_oom_check() | Peter Maydell | 1 | -3/+14 |
2022-03-04 | usb/ohci: Don't use packet from OHCIState for isochronous transfers | BALATON Zoltan | 1 | -33/+38 |
2022-03-04 | usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach() | BALATON Zoltan | 1 | -9/+4 |
2022-03-04 | usb/ohci: Move USBPortOps related functions together | BALATON Zoltan | 1 | -104/+101 |
2022-03-04 | usb/ohci: Move cancelling async packet to ohci_stop_endpoints() | BALATON Zoltan | 1 | -8/+4 |
2022-03-04 | usb/ohci: Move trace point and log ep number to help debugging | BALATON Zoltan | 2 | -8/+8 |
2022-03-04 | hw/usb/dev-mtp: create directories with a+x mode mask | Volker Rümelin | 1 | -2/+2 |
2022-03-04 | hw/usb: pacify xhciwmi.exe warning | Denis V. Lunev | 1 | -1/+1 |
2022-02-22 | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-... | Peter Maydell | 1 | -3/+3 |
2022-02-22 | hid: Implement support for side and extra buttons | Noah Bergbauer | 1 | -3/+3 |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 2 | -2/+2 |
2022-01-13 | uas: add missing return | Gerd Hoffmann | 1 | -0/+1 |
2022-01-13 | usb: allow max 8192 bytes for desc | zhenwei pi | 2 | -7/+9 |
2022-01-13 | hw/usb/dev-wacom: add missing HID descriptor | Dario Binacchi | 1 | -1/+71 |
2021-12-31 | pci: Let ld*_pci_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-12-31 | dma: Let ld*_dma() propagate MemTxResult | Philippe Mathieu-Daudé | 1 | -3/+4 |
2021-12-31 | dma: Let ld*_dma() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -3/+3 |
2021-12-30 | dma: Let dma_memory_map() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -1/+2 |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé | 4 | -20/+30 |
2021-12-30 | dma: Let dma_memory_rw() take MemTxAttrs argument | Philippe Mathieu-Daudé | 1 | -4/+6 |
2021-11-03 | Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques... | Richard Henderson | 1 | -9/+15 |
2021-11-02 | qapi: introduce x-query-usb QMP command | Daniel P. Berrangé | 1 | -9/+15 |
2021-11-02 | hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts | BALATON Zoltan | 1 | -0/+13 |