aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau3-3/+3
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell1-3/+14
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan1-33/+38
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan1-9/+4
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan1-104/+101
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan1-8/+4
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan2-8/+8
2022-03-04hw/usb/dev-mtp: create directories with a+x mode maskVolker Rümelin1-2/+2
2022-03-04hw/usb: pacify xhciwmi.exe warningDenis V. Lunev1-1/+1
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell1-3/+3
2022-02-22hid: Implement support for side and extra buttonsNoah Bergbauer1-3/+3
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow2-2/+2
2022-01-13uas: add missing returnGerd Hoffmann1-0/+1
2022-01-13usb: allow max 8192 bytes for desczhenwei pi2-7/+9
2022-01-13hw/usb/dev-wacom: add missing HID descriptorDario Binacchi1-1/+71
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-0/+1
2021-12-31dma: Let ld*_dma() propagate MemTxResultPhilippe Mathieu-Daudé1-3/+4
2021-12-31dma: Let ld*_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+3
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé4-20/+30
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2021-11-03Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson1-9/+15
2021-11-02qapi: introduce x-query-usb QMP commandDaniel P. Berrangé1-9/+15
2021-11-02hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interruptsBALATON Zoltan1-0/+13
2021-11-02usb/uhci: Replace pci_set_irq with qemu_set_irqBALATON Zoltan2-2/+4
2021-11-02usb/uhci: Disallow user creating a vt82c686-uhci-pci deviceBALATON Zoltan3-0/+6
2021-11-02usb/uhci: Misc clean upBALATON Zoltan1-5/+2
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2-3/+2
2021-09-30scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell3-6/+4
2021-09-01hw/usb: Fix typo in comments and printCai Huoqing6-12/+12
2021-09-01uas: add stream number sanity checks.Gerd Hoffmann1-0/+11
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau1-1/+1
2021-07-29usbredir: fix free callGerd Hoffmann1-1/+1
2021-07-29usb-host: wire up timer for windowsGerd Hoffmann1-1/+32
2021-07-22usb: fix usb-host dependency checkGerd Hoffmann1-1/+1
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell9-78/+21
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé1-1/+1
2021-07-09usb: build usb-host as moduleGerd Hoffmann2-2/+7
2021-07-09monitor/usb: register 'info usbhost' dynamicallyGerd Hoffmann3-43/+2
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann5-34/+10
2021-07-09modules: add ccid module annotationsGerd Hoffmann2-0/+2
2021-07-09modules: add usb-redir module annotationsGerd Hoffmann1-0/+1
2021-06-25configure, meson: convert libusbredir detection to mesonPaolo Bonzini1-1/+1
2021-06-25configure, meson: convert libcacard detection to mesonPaolo Bonzini1-1/+1
2021-06-25configure, meson: convert libusb detection to mesonPaolo Bonzini1-1/+1
2021-06-14usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé1-6/+3
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-28hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan4-7/+15
2021-05-28hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told toRuimei Yan1-2/+3