aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-31hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUTDavid Hubbard1-0/+5
2024-02-27hw/usb: extract sysbus-ohci to a separate filePaolo Bonzini1-58/+0
2023-12-30hw/usb: Constify VMStateRichard Henderson1-4/+4
2023-08-31hw/usb: spelling fixesMichael Tokarev1-1/+1
2023-05-25usb/ohci: Set pad to 0 after frame updatePaolo Bonzini1-0/+2
2023-03-08hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan1-6/+17
2023-02-27hw/usb/ohci: Fix typoPhilippe Mathieu-Daudé1-6/+6
2023-02-27hw/usb/ohci: Add trace points for register accessBALATON Zoltan1-0/+27
2023-02-27hw/usb/ohci: Move a function next to where it is usedBALATON Zoltan1-30/+30
2023-02-27hw/usb/ohci: Code style fix missing braces and extra parenthesisBALATON Zoltan1-46/+60
2023-02-27hw/usb/ohci: Code style fix white space errorsBALATON Zoltan1-81/+79
2023-02-27hw/usb/ohci: Code style fix commentsBALATON Zoltan1-50/+49
2023-02-27hw/usb/ohci: Use OHCIState type definitionPhilippe Mathieu-Daudé1-1/+1
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi1-0/+10
2022-09-23hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zeroQiang Liu1-0/+10
2022-09-22hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé1-3/+4
2022-03-04usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan1-33/+38
2022-03-04usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan1-9/+4
2022-03-04usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan1-104/+101
2022-03-04usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan1-8/+4
2022-03-04usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan1-7/+7
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-7/+11
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2021-03-09Various spelling fixesMichael Tokarev1-1/+1
2020-11-15usb: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-21hw: usb: hcd-ohci: check for processed TD before retirePrasad J Pandit1-0/+4
2020-09-21hw: usb: hcd-ohci: check len and frame_number variablesPrasad J Pandit1-2/+22
2020-02-21hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include fileGuenter Roeck1-15/+0
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-02hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth1-206/+10
2019-05-02hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth1-12/+27
2019-03-26ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier1-6/+1
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick1-0/+8
2018-10-29usb: ohci: make num_ports to an unsinged integerLi Qiang1-3/+3
2018-10-01ohci: set effectively usb frame rate to 1kHzMiguel GAIO1-1/+5
2018-08-21ohci: Clear the interrupt counter for erroneous transfersSebastian Bauer1-0/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-27ohci: Allow sysbus version to be used as a companionBALATON Zoltan1-3/+12
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi1-8/+5
2017-03-09ohci: relax link checkGerd Hoffmann1-1/+1
2017-02-23usb: ohci: fix error return code in servicing tdLi Qiang1-1/+1
2017-02-21usb: ohci: limit the number of link edsLi Qiang1-1/+8
2017-02-21usb: ohci: fix error return code in servicing iso tdLi Qiang1-1/+1
2016-10-12usb: Fix incorrect default DMA offset.Vijay Kumar B1-1/+1
2016-06-07remove useless muldiv64()Laurent Vivier1-1/+1