aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-ohci.c
AgeCommit message (Expand)AuthorFilesLines
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