summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-5/+5
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-02-23ohci: allocate timer only once.Gerd Hoffmann1-26/+8
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2016-01-08ohci: clear pending SOF on suspendLaurent Vivier1-0/+3
2016-01-08ohci: delay first SOF interruptLaurent Vivier1-3/+13
2016-01-08ohci: fix command HostControllerResetHervé Poussineau1-1/+1
2016-01-08ohci: fix Host Controller USBRESETHervé Poussineau1-1/+1
2016-01-08ohci: split reset method in 3 partsHervé Poussineau1-27/+37
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-7/+4
2015-03-20ohci: fix resource cleanup leakGonglei1-1/+19
2015-03-17ohci: Complete conversion to realizeMarkus Armbruster1-17/+17
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster1-3/+7
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-09-26ohci: drop computed flags from trace eventsAlex Bennée1-2/+1
2014-09-26ohci: Split long traces to smaller onesAlexey Kardashevskiy1-8/+12
2014-09-23ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy1-123/+99
2014-08-29usb-ohci: add exit functionGonglei1-0/+19
2014-08-29usb-ohci: Fix memory leak for ohci timerGonglei1-1/+3
2014-08-29Fix OHCI ISO TD state never being written back.Jack Un1-2/+2
2014-07-18hw/usb: Add missing 'static' attributeStefan Weil1-1/+1
2014-06-23migration: Remove unneeded minimum_version_id_oldJuan Quintela1-5/+2
2014-05-05usb-ohci: Add vmstate descriptorAlexey Kardashevskiy1-8/+111
2014-03-27hw/usb/hcd-ohci.c: Avoid shifting left into sign bitPeter Maydell1-16/+16
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-10-02pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý1-0/+2
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-6/+6
2013-07-30hcd-ohci: add dma error handlingAlexey Kardashevskiy1-51/+126
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-07-23ohci: Use QOM realize for OHCIHu Tao1-8/+6
2013-07-23ohci: QOM'ify some moreHu Tao1-14/+25
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-15/+15
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-2/+2
2013-01-22ohci: add missing breakGerd Hoffmann1-0/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-2/+2
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede1-4/+26
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann1-0/+1
2012-11-14Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-1/+1
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell1-1/+1
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-9/+17
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede1-2/+5
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-2/+2
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-0/+2