summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ohci.c
AgeCommit message (Expand)Author
2021-03-09Various spelling fixesMichael Tokarev
2020-11-15usb: Fix Lesser GPL version numberChetan Pant
2020-09-21hw: usb: hcd-ohci: check for processed TD before retirePrasad J Pandit
2020-09-21hw: usb: hcd-ohci: check len and frame_number variablesPrasad J Pandit
2020-02-21hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include fileGuenter Roeck
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-02hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth
2019-05-02hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth
2019-03-26ohci: don't die on ED_LINK_LIMIT overflowLaurent Vivier
2019-02-20ohci: check device is not NULL before calling usb_ep_get()Liam Merwick
2018-10-29usb: ohci: make num_ports to an unsinged integerLi Qiang
2018-10-01ohci: set effectively usb frame rate to 1kHzMiguel GAIO
2018-08-21ohci: Clear the interrupt counter for erroneous transfersSebastian Bauer
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27ohci: Allow sysbus version to be used as a companionBALATON Zoltan
2017-08-01trace: add trace_event_get_state_backends()Stefan Hajnoczi
2017-03-09ohci: relax link checkGerd Hoffmann
2017-02-23usb: ohci: fix error return code in servicing tdLi Qiang
2017-02-21usb: ohci: limit the number of link edsLi Qiang
2017-02-21usb: ohci: fix error return code in servicing iso tdLi Qiang
2016-10-12usb: Fix incorrect default DMA offset.Vijay Kumar B
2016-06-07remove useless muldiv64()Laurent Vivier
2016-06-07The only 64bit parameter of muldiv64() is the first one.Laurent Vivier
2016-05-23usb/ohci: Fix crash with when specifying too many num-portsThomas Huth
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23ohci: allocate timer only once.Gerd Hoffmann
2016-01-29usb: Clean up includesPeter Maydell
2016-01-08ohci: clear pending SOF on suspendLaurent Vivier
2016-01-08ohci: delay first SOF interruptLaurent Vivier
2016-01-08ohci: fix command HostControllerResetHervé Poussineau
2016-01-08ohci: fix Host Controller USBRESETHervé Poussineau
2016-01-08ohci: split reset method in 3 partsHervé Poussineau
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-03-20ohci: fix resource cleanup leakGonglei
2015-03-17ohci: Complete conversion to realizeMarkus Armbruster
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-09-26ohci: drop computed flags from trace eventsAlex Bennée
2014-09-26ohci: Split long traces to smaller onesAlexey Kardashevskiy
2014-09-23ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy
2014-08-29usb-ohci: add exit functionGonglei
2014-08-29usb-ohci: Fix memory leak for ohci timerGonglei
2014-08-29Fix OHCI ISO TD state never being written back.Jack Un
2014-07-18hw/usb: Add missing 'static' attributeStefan Weil