summary refs log tree commit diff stats
path: root/hw/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-37/+37
* hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macroPhilippe Mathieu-Daudé2023-06-091-1/+1
* usb/ohci: Set pad to 0 after frame updatePaolo Bonzini2023-05-251-0/+2
* hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas2023-05-101-1/+0
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-287-9/+17
* hw/usb/imx: Fix out of bounds access in imx_usbphy_read()Guenter Roeck2023-03-211-2/+17
* Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell2023-03-092-10/+21
|\
| * hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse2023-03-071-1/+1
| * hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse2023-03-071-4/+4
| * hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-5/+16
* | hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan2023-03-081-6/+17
* | hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow2023-03-081-12/+0
|/
* hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macroPhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/usb/xhci-nec: Declare QOM macros for NEC_XHCIPhilippe Mathieu-Daudé2023-02-271-2/+4
* hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macroPhilippe Mathieu-Daudé2023-02-271-3/+2
* hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé2023-02-272-3/+1
* hw/usb/ohci: Fix typoPhilippe Mathieu-Daudé2023-02-271-6/+6
* hw/usb/ohci: Add trace points for register accessBALATON Zoltan2023-02-272-0/+31
* hw/usb/ohci: Move a function next to where it is usedBALATON Zoltan2023-02-271-30/+30
* hw/usb/ohci: Code style fix missing braces and extra parenthesisBALATON Zoltan2023-02-271-46/+60
* hw/usb/ohci: Code style fix white space errorsBALATON Zoltan2023-02-271-81/+79
* hw/usb/ohci: Code style fix commentsBALATON Zoltan2023-02-271-50/+49
* hw/usb/ohci: Use OHCIState type definitionPhilippe Mathieu-Daudé2023-02-272-5/+7
* hw/usb/ohci: Include missing 'sysbus.h' headerPhilippe Mathieu-Daudé2023-02-271-0/+1
* hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé2023-02-271-11/+5
* hw/usb/dev-smartcard-reader: Avoid forward-declaring CCIDBusPhilippe Mathieu-Daudé2023-02-271-4/+3
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-082-2/+0
* ccid-card-emulated: fix cast warning/errorMarc-André Lureau2023-01-161-1/+1
* hw/usb: Mark the XLNX_VERSAL-related files as target-independentThomas Huth2023-01-161-2/+2
* hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow2023-01-132-8/+12
* include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2023-01-084-3/+4
* include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster2023-01-081-1/+0
* Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell2022-12-161-1/+1
* 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/+1
* host-libusb: Remove unused variableMiroslav Rezanina2022-11-111-15/+0
* 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