summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-ohci.c
Commit message (Expand)AuthorAgeFilesLines
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* ohci: drop computed flags from trace eventsAlex Bennée2014-09-261-2/+1
* ohci: Split long traces to smaller onesAlexey Kardashevskiy2014-09-261-8/+12
* ohci: Convert fprint/DPRINTF/print to tracesAlexey Kardashevskiy2014-09-231-123/+99
* usb-ohci: add exit functionGonglei2014-08-291-0/+19
* usb-ohci: Fix memory leak for ohci timerGonglei2014-08-291-1/+3
* Fix OHCI ISO TD state never being written back.Jack Un2014-08-291-2/+2
* hw/usb: Add missing 'static' attributeStefan Weil2014-07-181-1/+1
* migration: Remove unneeded minimum_version_id_oldJuan Quintela2014-06-231-5/+2
* usb-ohci: Add vmstate descriptorAlexey Kardashevskiy2014-05-051-8/+111
* hw/usb/hcd-ohci.c: Avoid shifting left into sign bitPeter Maydell2014-03-271-16/+16
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-1/+1
|\
| * hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
* | pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý2013-10-021-0/+2
|/
* usb: Pass size to usb_bus_new()Andreas Färber2013-08-301-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-6/+6
* hcd-ohci: add dma error handlingAlexey Kardashevskiy2013-07-301-51/+126
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* ohci: Use QOM realize for OHCIHu Tao2013-07-231-8/+6
* ohci: QOM'ify some moreHu Tao2013-07-231-14/+25
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-15/+15
* usb-core: usb3 streamsGerd Hoffmann2013-02-191-2/+2
* ohci: add missing breakGerd Hoffmann2013-01-221-0/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-2/+2
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-071-4/+26
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann2012-11-291-0/+1
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2012-11-141-1/+1
|\
| * dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell2012-11-121-1/+1
* | usb: split packet result into actual_length + statusHans de Goede2012-11-081-9/+17
|/
* usb: Add an int_req flag to USBPacketHans de Goede2012-10-251-2/+5
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-2/+2
* usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-251-0/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* cleanup useless return sentenceAmos Kong2012-10-051-2/+0
* usb: unique packet idsGerd Hoffmann2012-08-311-2/+2
* usb-ohci: Use universal DMA helper functionsDavid Gibson2012-06-271-42/+51
* usb-ohci: DMA writeback bug fixesWei Yang2012-03-131-2/+15
* usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann2012-03-131-6/+0
* usb: the big renameGerd Hoffmann2012-03-131-0/+1898
OpenPOWER on IntegriCloud