summary refs log tree commit diff stats
path: root/hw/usb/hcd-dwc3.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* hw/usb/hcd-dwc3: Align global registers size with LinuxBernhard Beschow2025-02-251-0/+5
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/usb: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell2024-09-131-1/+1
* hw/usb: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-021-1/+0
* usb: Add DWC3 modelVikram Garhwal2020-12-151-0/+689