summaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
Commit message (Expand)AuthorAgeFilesLines
* Do not use dprintfmalc2010-02-071-32/+32
* usb-ohci: symbolic names for pci registersMichael S. Tsirkin2009-12-231-2/+4
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-3/+2
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+1
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-1/+1
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-1/+1
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* switch usb bus to inplace allocation.Gerd Hoffmann2009-10-051-3/+3
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-4/+4
* Get rid of _t suffixmalc2009-10-011-4/+4
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-5/+5
* qdev/usb: convert ohci.Gerd Hoffmann2009-09-091-15/+29
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-1/+3
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-2/+2
* usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela2009-08-271-3/+4
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* usb-ohci: Fix endianness issueMichael Buesch2009-07-101-2/+2
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-1/+1
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* Adds SM501 usb host emulation feature.aurel322009-04-191-41/+96
* Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori2009-03-131-1/+2
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-6/+2
* USB OHCI: add support for big endian targetsaurel322009-01-181-83/+115
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-011-8/+1
* Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir12008-09-141-2/+2
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-1/+1
* Add statics and missing #includes for prototypes.pbrook2007-11-181-0/+1
* Break up vl.h.pbrook2007-11-171-1/+4
* Fix signed/unsigned comparisons in OHCI host.balrog2007-11-131-3/+4
* OHCI USB isochronous transfers support (Arnon Gilboa).balrog2007-10-311-17/+340
* Fix memory corruption after OHCI reset, by Ed Swierk.ths2007-07-251-1/+8
* Fix off-by-one memory region sizes.pbrook2007-06-031-1/+1
* Unify IRQ handling.pbrook2007-04-071-12/+7
* OHCI USB PXA support (Andrzej Zaborowski).pbrook2007-03-171-32/+116
* SCSI and USB async IO support.pbrook2006-08-121-38/+118
* OHCI large packet fix.pbrook2006-05-251-1/+7
* Fix USB root hub hotplugging.pbrook2006-05-221-24/+29
* OHCI USB host emulation.pbrook2006-05-211-0/+1179
OpenPOWER on IntegriCloud