index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb-ohci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
1
-1
/
+1
*
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-07
1
-1
/
+0
*
switch usb bus to inplace allocation.
Gerd Hoffmann
2009-10-05
1
-3
/
+3
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-4
/
+4
*
Get rid of _t suffix
malc
2009-10-01
1
-4
/
+4
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-5
/
+5
*
qdev/usb: convert ohci.
Gerd Hoffmann
2009-09-09
1
-15
/
+29
*
qdev/usb: make qemu aware of usb busses.
Gerd Hoffmann
2009-09-09
1
-1
/
+3
*
qdev/usb: add usb bus support to qdev, convert drivers.
Gerd Hoffmann
2009-09-09
1
-2
/
+2
*
usb-ohci: Change casts to DO_UPCAST() for OHCIPCIState
Juan Quintela
2009-08-27
1
-3
/
+4
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-07-20
1
-2
/
+2
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-2
/
+1
*
usb-ohci: Fix endianness issue
Michael Buesch
2009-07-10
1
-2
/
+2
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Introduce reset notifier order
Jan Kiszka
2009-05-22
1
-1
/
+1
*
Adds SM501 usb host emulation feature.
aurel32
2009-04-19
1
-41
/
+96
*
Add and use remaining #defines for PCI device IDs (Stuart Brady)
aliguori
2009-03-13
1
-1
/
+2
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-2
/
+1
*
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-26
1
-6
/
+2
*
USB OHCI: add support for big endian targets
aurel32
2009-01-18
1
-83
/
+115
*
Update FSF address in GPL/LGPL boilerplate
aurel32
2009-01-04
1
-1
/
+1
*
Change MMIO callbacks to use offsets, not absolute addresses.
pbrook
2008-12-01
1
-8
/
+1
*
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
2008-09-14
1
-2
/
+2
*
Fix most warnings that would be caused by gcc flag -Wundef
blueswir1
2008-09-06
1
-1
/
+1
*
Add statics and missing #includes for prototypes.
pbrook
2007-11-18
1
-0
/
+1
*
Break up vl.h.
pbrook
2007-11-17
1
-1
/
+4
*
Fix signed/unsigned comparisons in OHCI host.
balrog
2007-11-13
1
-3
/
+4
*
OHCI USB isochronous transfers support (Arnon Gilboa).
balrog
2007-10-31
1
-17
/
+340
*
Fix memory corruption after OHCI reset, by Ed Swierk.
ths
2007-07-25
1
-1
/
+8
*
Fix off-by-one memory region sizes.
pbrook
2007-06-03
1
-1
/
+1
*
Unify IRQ handling.
pbrook
2007-04-07
1
-12
/
+7
*
OHCI USB PXA support (Andrzej Zaborowski).
pbrook
2007-03-17
1
-32
/
+116
*
SCSI and USB async IO support.
pbrook
2006-08-12
1
-38
/
+118
*
OHCI large packet fix.
pbrook
2006-05-25
1
-1
/
+7
*
Fix USB root hub hotplugging.
pbrook
2006-05-22
1
-24
/
+29
*
OHCI USB host emulation.
pbrook
2006-05-21
1
-0
/
+1179