Age | Commit message (Expand) | Author | Files | Lines |
2020-02-21 | hw: usb: hcd-ohci: Move OHCISysBusState and TYPE_SYSBUS_OHCI to include file | Guenter Roeck | 1 | -15/+0 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-05-02 | hw/usb/hcd-ohci: Move PCI-related code into a separate file | Thomas Huth | 1 | -206/+10 |
2019-05-02 | hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die() | Thomas Huth | 1 | -12/+27 |
2019-03-26 | ohci: don't die on ED_LINK_LIMIT overflow | Laurent Vivier | 1 | -6/+1 |
2019-02-20 | ohci: check device is not NULL before calling usb_ep_get() | Liam Merwick | 1 | -0/+8 |
2018-10-29 | usb: ohci: make num_ports to an unsinged integer | Li Qiang | 1 | -3/+3 |
2018-10-01 | ohci: set effectively usb frame rate to 1kHz | Miguel GAIO | 1 | -1/+5 |
2018-08-21 | ohci: Clear the interrupt counter for erroneous transfers | Sebastian Bauer | 1 | -0/+3 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-27 | ohci: Allow sysbus version to be used as a companion | BALATON Zoltan | 1 | -3/+12 |
2017-08-01 | trace: add trace_event_get_state_backends() | Stefan Hajnoczi | 1 | -8/+5 |
2017-03-09 | ohci: relax link check | Gerd Hoffmann | 1 | -1/+1 |
2017-02-23 | usb: ohci: fix error return code in servicing td | Li Qiang | 1 | -1/+1 |
2017-02-21 | usb: ohci: limit the number of link eds | Li Qiang | 1 | -1/+8 |
2017-02-21 | usb: ohci: fix error return code in servicing iso td | Li Qiang | 1 | -1/+1 |
2016-10-12 | usb: Fix incorrect default DMA offset. | Vijay Kumar B | 1 | -1/+1 |
2016-06-07 | remove useless muldiv64() | Laurent Vivier | 1 | -1/+1 |
2016-06-07 | The only 64bit parameter of muldiv64() is the first one. | Laurent Vivier | 1 | -1/+1 |
2016-05-23 | usb/ohci: Fix crash with when specifying too many num-ports | Thomas Huth | 1 | -0/+6 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -5/+5 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-02-23 | ohci: allocate timer only once. | Gerd Hoffmann | 1 | -26/+8 |
2016-01-29 | usb: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-08 | ohci: clear pending SOF on suspend | Laurent Vivier | 1 | -0/+3 |
2016-01-08 | ohci: delay first SOF interrupt | Laurent Vivier | 1 | -3/+13 |
2016-01-08 | ohci: fix command HostControllerReset | Hervé Poussineau | 1 | -1/+1 |
2016-01-08 | ohci: fix Host Controller USBRESET | Hervé Poussineau | 1 | -1/+1 |
2016-01-08 | ohci: split reset method in 3 parts | Hervé Poussineau | 1 | -27/+37 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 1 | -7/+4 |
2015-03-20 | ohci: fix resource cleanup leak | Gonglei | 1 | -1/+19 |
2015-03-17 | ohci: Complete conversion to realize | Markus Armbruster | 1 | -17/+17 |
2015-03-17 | usb: Propagate errors through usb_register_companion() | Markus Armbruster | 1 | -3/+7 |
2015-01-26 | vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* | Paolo Bonzini | 1 | -1/+1 |
2014-09-26 | ohci: drop computed flags from trace events | Alex Bennée | 1 | -2/+1 |
2014-09-26 | ohci: Split long traces to smaller ones | Alexey Kardashevskiy | 1 | -8/+12 |
2014-09-23 | ohci: Convert fprint/DPRINTF/print to traces | Alexey Kardashevskiy | 1 | -123/+99 |
2014-08-29 | usb-ohci: add exit function | Gonglei | 1 | -0/+19 |
2014-08-29 | usb-ohci: Fix memory leak for ohci timer | Gonglei | 1 | -1/+3 |
2014-08-29 | Fix OHCI ISO TD state never being written back. | Jack Un | 1 | -2/+2 |
2014-07-18 | hw/usb: Add missing 'static' attribute | Stefan Weil | 1 | -1/+1 |
2014-06-23 | migration: Remove unneeded minimum_version_id_old | Juan Quintela | 1 | -5/+2 |
2014-05-05 | usb-ohci: Add vmstate descriptor | Alexey Kardashevskiy | 1 | -8/+111 |
2014-03-27 | hw/usb/hcd-ohci.c: Avoid shifting left into sign bit | Peter Maydell | 1 | -16/+16 |
2014-02-10 | qdev:pci: refactor PCIDevice to use generic "hotpluggable" property | Igor Mammedov | 1 | -1/+1 |