aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-0/+16
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-4/+6
2010-04-05OHCI qdev conversionPaul Brook1-36/+33
2010-04-04Revert "Compile usb-ohci only once"Paul Brook1-60/+26
2010-03-31usb: class specific interface requestsMax Reitz1-1/+1
2010-03-21Compile usb-ohci only onceBlue Swirl1-26/+60
2010-02-07Do not use dprintfmalc1-32/+32
2009-12-23usb-ohci: symbolic names for pci registersMichael S. Tsirkin1-2/+4
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-3/+2
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin1-0/+1
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-1/+1
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann1-3/+3
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-4/+4
2009-10-01Get rid of _t suffixmalc1-4/+4
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela1-5/+5
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann1-15/+29
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-1/+3
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-2/+2
2009-08-27usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela1-3/+4
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl1-2/+2
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-07-10usb-ohci: Fix endianness issueMichael Buesch1-2/+2
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka1-1/+1
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity1-1/+1
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity1-1/+1
2009-05-22Introduce reset notifier orderJan Kiszka1-1/+1
2009-04-19Adds SM501 usb host emulation feature.aurel321-41/+96
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori1-1/+2
2009-02-01Add and use #defines for PCI device classesblueswir11-2/+1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-6/+2
2009-01-18USB OHCI: add support for big endian targetsaurel321-83/+115
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook1-8/+1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-2/+2
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir11-1/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+4
2007-11-13Fix signed/unsigned comparisons in OHCI host.balrog1-3/+4
2007-10-31OHCI USB isochronous transfers support (Arnon Gilboa).balrog1-17/+340
2007-07-25Fix memory corruption after OHCI reset, by Ed Swierk.ths1-1/+8
2007-06-03Fix off-by-one memory region sizes.pbrook1-1/+1
2007-04-07Unify IRQ handling.pbrook1-12/+7
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook1-32/+116
2006-08-12SCSI and USB async IO support.pbrook1-38/+118
2006-05-25OHCI large packet fix.pbrook1-1/+7
2006-05-22Fix USB root hub hotplugging.pbrook1-24/+29
2006-05-21OHCI USB host emulation.pbrook1-0/+1179