aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2025-07-13hw/usb/dev-hid: Support side and extra mouse buttons for usb-tabletThomas Lambertz1-3/+3
2025-06-12hw/usb/hcd-ohci: skip automatic zero-init of large arrayDaniel P. Berrangé1-1/+1
2025-04-25hw/usb/hcd-xhci: Unmap canceled packetAkihiko Odaki1-6/+7
2025-04-25qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé6-6/+6
2025-04-25qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé37-54/+54
2025-04-24Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi4-6/+0
2025-04-24cleanup: Drop pointless return at end of functionMarkus Armbruster4-6/+0
2025-04-23include/system: Move exec/memory.h to system/memory.hRichard Henderson1-1/+1
2025-03-04hw/usb/hcd-xhci-pci: Adds property for disabling mapping in IRQ modePhil Dennis-Jordan4-1/+32
2025-02-25hw/usb/hcd-dwc3: Align global registers size with LinuxBernhard Beschow1-0/+5
2025-02-20Kconfig: Extract CONFIG_USB_CHIPIDEA from CONFIG_IMXBernhard Beschow2-1/+5
2025-02-16hw: Declare various const data as 'const'Philippe Mathieu-Daudé2-2/+2
2025-02-16hw/xen: Prefer QOM cast for XenLegacyDeviceBernhard Beschow1-3/+3
2025-02-10qapi: Move include/qapi/qmp/ to include/qobject/Daniel P. Berrangé1-2/+2
2025-01-31hw/usb/hcd-ehci: Fix debug printf format stringBALATON Zoltan1-1/+2
2025-01-28hw/usb/canokey: Fix buffer overflow for OUT packetHongren Zheng2-7/+3
2025-01-13hw/usb/hcd-xhci-pci: Use event ring 0 if mapping unsupportedPhil Dennis-Jordan1-0/+4
2025-01-13hw/usb/hcd-xhci-pci: Use modulo to select MSI vector as per specPhil Dennis-Jordan1-0/+1
2025-01-13hw/usb: Inline usb_new()Philippe Mathieu-Daudé2-2/+3
2025-01-13hw/usb: Inline usb_try_new()Philippe Mathieu-Daudé1-1/+1
2024-12-31hw/usb/hcd-xhci: Unimplemented/guest error logging for port MMIOPhil Dennis-Jordan1-3/+22
2024-12-31hw/usb/hcd-xhci-pci: Move msi/msix properties from NEC to superclassPhil Dennis-Jordan2-2/+6
2024-12-31hw/usb/uhci: Introduce and use register definesGuenter Roeck1-16/+16
2024-12-31hw/usb/uhci: checkpatch cleanupGuenter Roeck1-34/+56
2024-12-21Merge tag 'exec-20241220' of https://github.com/philmd/qemu into stagingStefan Hajnoczi13-16/+16
2024-12-20include: Rename sysemu/ -> system/Philippe Mathieu-Daudé13-16/+16
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson27-32/+0
2024-12-15hw/usb: Constify all PropertyRichard Henderson27-32/+32
2024-12-14hw/usb/hcd-xhci-pci: Indentation fixPhil Dennis-Jordan1-1/+1
2024-12-14hw/usb/hcd-xhci-nec: Remove unused XHCINecState::flags fieldPhilippe Mathieu-Daudé1-4/+1
2024-12-14hw/usb/msd: Add status to usb_msd_packet_complete() functionNicholas Piggin1-9/+8
2024-12-10hw/usb: Replace type_register() with type_register_static()Zhao Liu2-2/+2
2024-11-18usb-hub: Fix handling port power control messagesGuenter Roeck1-0/+1
2024-11-05hw/usb/hcd-ehci-sysbus: Prefer DEFINE_TYPES() macroBernhard Beschow1-68/+50
2024-10-01hw/usb: Remove MUSB USB host controllerPeter Maydell3-1558/+0
2024-10-01hw/usb: Remove tusb6010 USB controllerPeter Maydell3-855/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell11-11/+11
2024-07-17hw/usb/u2f-passthru: Get rid of qemu_open_old()Zhao Liu1-3/+1
2024-07-17hw/usb/host-libusb: Get rid of qemu_open_old()Zhao Liu1-2/+1
2024-06-21hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1David Hubbard2-2/+3
2024-06-21hw/usb/hcd-dwc2: Handle invalid address access in read and write functionsZheyu Ma1-2/+7
2024-06-19hw/usb/dev-mtp: Correctly report free spaceFabio D'Urso1-1/+1
2024-06-19hw/usb: Remove unused 'host.h' headerPhilippe Mathieu-Daudé1-44/+0
2024-06-19hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flagPhilippe Mathieu-Daudé4-39/+9
2024-06-19hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flagPhilippe Mathieu-Daudé3-5/+1
2024-06-10hw/usb: Remove newline character in trace eventsPhilippe Mathieu-Daudé1-3/+3
2024-06-04usb: add config options for the hub and hid devicesGerd Hoffmann2-2/+12
2024-06-04hw/xen: Make XenDevOps structures constPhilippe Mathieu-Daudé1-1/+1
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard2-0/+6
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini1-10/+4