summaryrefslogtreecommitdiff
path: root/hw/usb-ohci.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-12usb: zap pdev from usbportGerd Hoffmann1-1/+1
2011-01-11usb: keep track of physical port address.Gerd Hoffmann1-0/+1
2011-01-11usb: add speed mask to portsGerd Hoffmann1-1/+2
2011-01-11usb: rework attach/detach workflowGerd Hoffmann1-42/+38
2011-01-11usb: create USBPortOps, move attach there.Gerd Hoffmann1-1/+5
2010-12-11Record which USBDevice USBPort belongs too.Gleb Natapov1-1/+1
2010-12-11usb_ohci: Always use little endianAlexander Graf1-8/+1
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil1-1/+1
2010-06-13OHCI address decoding fixPaul Brook1-0/+4
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