aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2023-11-29net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki
2023-07-25hw/usb/canokey: change license to GPLv2+Hongren (Zenithal) Zheng
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-06-09hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macroPhilippe Mathieu-Daudé
2023-05-25usb/ohci: Set pad to 0 after frame updatePaolo Bonzini
2023-05-10hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machineFabiano Rosas
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-03-21hw/usb/imx: Fix out of bounds access in imx_usbphy_read()Guenter Roeck
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan
2023-03-08hw/usb/vt82c686-uhci-pci: Use PCI IRQ routingBernhard Beschow
2023-03-07hw/xen: Build PV backend drivers for CONFIG_XEN_BUSDavid Woodhouse
2023-03-07hw/xen: Use XEN_PAGE_SIZE in PV backend driversDavid Woodhouse
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse
2023-02-27hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macroPhilippe Mathieu-Daudé
2023-02-27hw/usb/xhci-nec: Declare QOM macros for NEC_XHCIPhilippe Mathieu-Daudé
2023-02-27hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macroPhilippe Mathieu-Daudé
2023-02-27hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé
2023-02-27hw/usb/ohci: Fix typoPhilippe Mathieu-Daudé
2023-02-27hw/usb/ohci: Add trace points for register accessBALATON Zoltan
2023-02-27hw/usb/ohci: Move a function next to where it is usedBALATON Zoltan
2023-02-27hw/usb/ohci: Code style fix missing braces and extra parenthesisBALATON Zoltan
2023-02-27hw/usb/ohci: Code style fix white space errorsBALATON Zoltan
2023-02-27hw/usb/ohci: Code style fix commentsBALATON Zoltan
2023-02-27hw/usb/ohci: Use OHCIState type definitionPhilippe Mathieu-Daudé
2023-02-27hw/usb/ohci: Include missing 'sysbus.h' headerPhilippe Mathieu-Daudé
2023-02-27hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()Philippe Mathieu-Daudé
2023-02-27hw/usb/dev-smartcard-reader: Avoid forward-declaring CCIDBusPhilippe Mathieu-Daudé
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-01-16ccid-card-emulated: fix cast warning/errorMarc-André Lureau
2023-01-16hw/usb: Mark the XLNX_VERSAL-related files as target-independentThomas Huth
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell
2022-11-23hw/usb/hcd-xhci: Reset the XHCIState with device_cold_reset()Peter Maydell
2022-11-23hw/usb/hcd-xhci.c: spelling: tranferMichael Tokarev
2022-11-23Revert "usbredir: avoid queuing hello packet on snapshot restore"Joelle van Dyne
2022-11-11host-libusb: Remove unused variableMiroslav Rezanina
2022-11-08hw/usb: fix tab indentationAmarjargal Gundjalam
2022-10-31hw/usb: dev-mtp: Use g_mkdir()Bin Meng
2022-10-31hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI defineBernhard Beschow
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi
2022-09-27usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown
2022-09-27usbnet: Detect short packets as sent by the xHCI controllerMichael Brown
2022-09-27usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown
2022-09-27usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown
2022-09-27hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu