aboutsummaryrefslogtreecommitdiff
path: root/hw/usb-ohci.c
AgeCommit message (Expand)Author
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-05OHCI qdev conversionPaul Brook
2010-04-04Revert "Compile usb-ohci only once"Paul Brook
2010-03-31usb: class specific interface requestsMax Reitz
2010-03-21Compile usb-ohci only onceBlue Swirl
2010-02-07Do not use dprintfmalc
2009-12-23usb-ohci: symbolic names for pci registersMichael S. Tsirkin
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster
2009-12-01pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-11Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela
2009-09-09qdev/usb: convert ohci.Gerd Hoffmann
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann
2009-08-27usb-ohci: Change casts to DO_UPCAST() for OHCIPCIStateJuan Quintela
2009-08-25Make CPURead/WriteFunc structure 'const'Blue Swirl
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-07-10usb-ohci: Fix endianness issueMichael Buesch
2009-06-29Revert "Introduce reset notifier order"Jan Kiszka
2009-06-16Rename pci_register_io_region() to pci_register_bar()Avi Kivity
2009-06-16Remove io_index argument from cpu_register_io_memory()Avi Kivity
2009-05-22Introduce reset notifier orderJan Kiszka
2009-04-19Adds SM501 usb host emulation feature.aurel32
2009-03-13Add and use remaining #defines for PCI device IDs (Stuart Brady)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-18USB OHCI: add support for big endian targetsaurel32
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-11-13Fix signed/unsigned comparisons in OHCI host.balrog
2007-10-31OHCI USB isochronous transfers support (Arnon Gilboa).balrog
2007-07-25Fix memory corruption after OHCI reset, by Ed Swierk.ths
2007-06-03Fix off-by-one memory region sizes.pbrook
2007-04-07Unify IRQ handling.pbrook
2007-03-17OHCI USB PXA support (Andrzej Zaborowski).pbrook
2006-08-12SCSI and USB async IO support.pbrook
2006-05-25OHCI large packet fix.pbrook
2006-05-22Fix USB root hub hotplugging.pbrook
2006-05-21OHCI USB host emulation.pbrook