summaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
Commit message (Expand)AuthorAgeFilesLines
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-111-1/+1
* usb_ohci: Always use little endianAlexander Graf2010-12-111-8/+1
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* pci: Replace unneeded type casts in calls of pci_register_barStefan Weil2010-11-221-1/+1
* OHCI address decoding fixPaul Brook2010-06-131-0/+4
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-0/+16
* Fix harmless if statements with empty body, spotted by clangBlue Swirl2010-04-181-4/+6
* OHCI qdev conversionPaul Brook2010-04-051-36/+33
* Revert "Compile usb-ohci only once"Paul Brook2010-04-041-60/+26
* usb: class specific interface requestsMax Reitz2010-03-311-1/+1
* Compile usb-ohci only onceBlue Swirl2010-03-211-26/+60
* 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
OpenPOWER on IntegriCloud