summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-119-78/+21Star
|\
| * usb: build usb-host as moduleGerd Hoffmann2021-07-092-2/+7
| * monitor/usb: register 'info usbhost' dynamicallyGerd Hoffmann2021-07-093-43/+2Star
| * usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-095-34/+10Star
| * modules: add ccid module annotationsGerd Hoffmann2021-07-092-0/+2
| * modules: add usb-redir module annotationsGerd Hoffmann2021-07-091-0/+1
* | misc: Fix "havn't" typoPhilippe Mathieu-Daudé2021-07-091-1/+1
|/
* configure, meson: convert libusbredir detection to mesonPaolo Bonzini2021-06-251-1/+1
* configure, meson: convert libcacard detection to mesonPaolo Bonzini2021-06-251-1/+1
* configure, meson: convert libusb detection to mesonPaolo Bonzini2021-06-251-1/+1
* usb/dev-mtp: use GDateTime for formatting timestamp for objectsDaniel P. Berrangé2021-06-141-6/+3Star
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-XRuimei Yan2021-05-284-7/+15
* hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told toRuimei Yan2021-05-281-2/+3
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-122-7/+0Star
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' ...Peter Maydell2021-05-107-14/+13Star
|\
| * usb: limit combined packets to 1 MiB (CVE-2021-3527)Gerd Hoffmann2021-05-051-1/+3
| * usb/mtp: avoid dynamic stack allocationGerd Hoffmann2021-05-041-1/+2
| * usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann2021-05-041-3/+3
| * usb/hid: avoid dynamic stack allocationGerd Hoffmann2021-05-042-2/+2
| * hw/usb: Do not build USB subsystem if not requiredPhilippe Mathieu-Daudé2021-05-041-6/+3Star
| * hw/usb/host-stub: Remove unused headerPhilippe Mathieu-Daudé2021-05-041-1/+0Star
* | hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-025-5/+0Star
* | hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* | hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-022-5/+5
|/
* hw/usb/hcd-ehci: Fix crash when showing help of EHCI devicesThomas Huth2021-03-261-5/+5
* hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()Philippe Mathieu-Daudé2021-03-261-0/+9
* usb: Remove "-usbdevice ccid"Thomas Huth2021-03-261-1/+0Star
* usb/storage: clear csw on resetGerd Hoffmann2021-03-151-0/+1
* usb/storage: add kconfig symbolsGerd Hoffmann2021-03-152-3/+14