summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-ohci.c
Commit message (Expand)AuthorAgeFilesLines
* usb/ohci: Don't use packet from OHCIState for isochronous transfersBALATON Zoltan2022-03-041-33/+38
* usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()BALATON Zoltan2022-03-041-9/+4Star
* usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan2022-03-041-104/+101Star
* usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan2022-03-041-8/+4Star
* usb/ohci: Move trace point and log ep number to help debuggingBALATON Zoltan2022-03-041-7/+7
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-7/+11
* dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-4/+6
* Various spelling fixesMichael Tokarev2021-03-091-1/+1
* usb: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw: usb: hcd-ohci: check for processed TD before retirePrasad J Pandit2020-09-211-0/+4
* hw: usb: hcd-ohci: check len and frame_number variablesPrasad J Pandit2020-09-211-2/+22
* hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include fileGuenter Roeck2020-02-211-15/+0Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth2019-05-021-206/+10Star
* hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth2019-05-021-12/+27
* ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier2019-03-261-6/+1Star
* ohci: check device is not NULL before calling usb_ep_get()Liam Merwick2019-02-201-0/+8
* usb: ohci: make num_ports to an unsinged integerLi Qiang2018-10-291-3/+3
* ohci: set effectively usb frame rate to 1kHzMiguel GAIO2018-10-011-1/+5
* ohci: Clear the interrupt counter for erroneous transfersSebastian Bauer2018-08-211-0/+3
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* ohci: Allow sysbus version to be used as a companionBALATON Zoltan2017-09-271-3/+12
* trace: add trace_event_get_state_backends()Stefan Hajnoczi2017-08-011-8/+5Star
* ohci: relax link checkGerd Hoffmann2017-03-091-1/+1
* usb: ohci: fix error return code in servicing tdLi Qiang2017-02-231-1/+1
* usb: ohci: limit the number of link edsLi Qiang2017-02-211-1/+8
* usb: ohci: fix error return code in servicing iso tdLi Qiang2017-02-211-1/+1
* usb: Fix incorrect default DMA offset.Vijay Kumar B2016-10-121-1/+1
* remove useless muldiv64()Laurent Vivier2016-06-071-1/+1
* The only 64bit parameter of muldiv64() is the first one.Laurent Vivier2016-06-071-1/+1
* usb/ohci: Fix crash with when specifying too many num-portsThomas Huth2016-05-231-0/+6
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-5/+5
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* ohci: allocate timer only once.Gerd Hoffmann2016-02-231-26/+8Star
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* ohci: clear pending SOF on suspendLaurent Vivier2016-01-081-0/+3
* ohci: delay first SOF interruptLaurent Vivier2016-01-081-3/+13
* ohci: fix command HostControllerResetHervé Poussineau2016-01-081-1/+1
* ohci: fix Host Controller USBRESETHervé Poussineau2016-01-081-1/+1
* ohci: split reset method in 3 partsHervé Poussineau2016-01-081-27/+37
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-7/+4Star
* ohci: fix resource cleanup leakGonglei2015-03-201-1/+19
* ohci: Complete conversion to realizeMarkus Armbruster2015-03-171-17/+17
* usb: Propagate errors through usb_register_companion()Markus Armbruster2015-03-171-3/+7
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1