summary refs log tree commit diff stats
path: root/hw/usb/hcd-ohci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb/ohci: Set pad to 0 after frame updatePaolo Bonzini2023-05-251-0/+2
* hw/usb/ohci: Implement resume on connection status changeBALATON Zoltan2023-03-081-6/+17
* hw/usb/ohci: Fix typoPhilippe Mathieu-Daudé2023-02-271-6/+6
* hw/usb/ohci: Add trace points for register accessBALATON Zoltan2023-02-271-0/+27
* hw/usb/ohci: Move a function next to where it is usedBALATON Zoltan2023-02-271-30/+30
* hw/usb/ohci: Code style fix missing braces and extra parenthesisBALATON Zoltan2023-02-271-46/+60
* hw/usb/ohci: Code style fix white space errorsBALATON Zoltan2023-02-271-81/+79
* hw/usb/ohci: Code style fix commentsBALATON Zoltan2023-02-271-50/+49
* hw/usb/ohci: Use OHCIState type definitionPhilippe Mathieu-Daudé2023-02-271-1/+1
* Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi2022-09-271-0/+10
|\
| * hcd-ohci: Drop ohci_service_iso_td() if ed->head & OHCI_DPTR_MASK is zeroQiang Liu2022-09-231-0/+10
* | hw/usb/hcd-ohci: Use definition to avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-3/+4
|/
* 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/+4
* usb/ohci: Move USBPortOps related functions togetherBALATON Zoltan2022-03-041-104/+101
* usb/ohci: Move cancelling async packet to ohci_stop_endpoints()BALATON Zoltan2022-03-041-8/+4
* 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/+0
* 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/+0
* 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/+10
* 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/+1
* 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/+5
* 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