index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ohci.c
Age
Commit message (
Expand
)
Author
2022-03-04
usb/ohci: Don't use packet from OHCIState for isochronous transfers
BALATON Zoltan
2022-03-04
usb/ohci: Merge ohci_async_cancel_device() into ohci_child_detach()
BALATON Zoltan
2022-03-04
usb/ohci: Move USBPortOps related functions together
BALATON Zoltan
2022-03-04
usb/ohci: Move cancelling async packet to ohci_stop_endpoints()
BALATON Zoltan
2022-03-04
usb/ohci: Move trace point and log ep number to help debugging
BALATON Zoltan
2021-12-30
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
dma: Let dma_memory_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-03-09
Various spelling fixes
Michael Tokarev
2020-11-15
usb: Fix Lesser GPL version number
Chetan Pant
2020-09-21
hw: usb: hcd-ohci: check for processed TD before retire
Prasad J Pandit
2020-09-21
hw: usb: hcd-ohci: check len and frame_number variables
Prasad J Pandit
2020-02-21
hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file
Guenter Roeck
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-02
hw/usb/hcd-ohci: Move PCI-related code into a separate file
Thomas Huth
2019-05-02
hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()
Thomas Huth
2019-03-26
ohci: don't die on ED_LINK_LIMIT overflow
Laurent Vivier
2019-02-20
ohci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2018-10-29
usb: ohci: make num_ports to an unsinged integer
Li Qiang
2018-10-01
ohci: set effectively usb frame rate to 1kHz
Miguel GAIO
2018-08-21
ohci: Clear the interrupt counter for erroneous transfers
Sebastian Bauer
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-27
ohci: Allow sysbus version to be used as a companion
BALATON Zoltan
2017-08-01
trace: add trace_event_get_state_backends()
Stefan Hajnoczi
2017-03-09
ohci: relax link check
Gerd Hoffmann
2017-02-23
usb: ohci: fix error return code in servicing td
Li Qiang
2017-02-21
usb: ohci: limit the number of link eds
Li Qiang
2017-02-21
usb: ohci: fix error return code in servicing iso td
Li Qiang
2016-10-12
usb: Fix incorrect default DMA offset.
Vijay Kumar B
2016-06-07
remove useless muldiv64()
Laurent Vivier
2016-06-07
The only 64bit parameter of muldiv64() is the first one.
Laurent Vivier
2016-05-23
usb/ohci: Fix crash with when specifying too many num-ports
Thomas Huth
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-02-23
ohci: allocate timer only once.
Gerd Hoffmann
2016-01-29
usb: Clean up includes
Peter Maydell
2016-01-08
ohci: clear pending SOF on suspend
Laurent Vivier
2016-01-08
ohci: delay first SOF interrupt
Laurent Vivier
2016-01-08
ohci: fix command HostControllerReset
Hervé Poussineau
2016-01-08
ohci: fix Host Controller USBRESET
Hervé Poussineau
2016-01-08
ohci: split reset method in 3 parts
Hervé Poussineau
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-03-20
ohci: fix resource cleanup leak
Gonglei
2015-03-17
ohci: Complete conversion to realize
Markus Armbruster
2015-03-17
usb: Propagate errors through usb_register_companion()
Markus Armbruster
2015-01-26
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
[next]