Sign in
qemu
/
qemu
/
a32134aad891bd7b6cfa72b8f5ae2290bbe6fdda
/
hw
/
usb-ohci.c
fd891c9
usb-ohci: td.cbp incorrectly updated near page end
by Andriy Gapon
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
905fb03
hw/usb-ohci: Honour endpoint maximum packet size
by Peter Maydell
· 13 years ago
8d11b78
hw/usb-ohci: Fix OHCI_TD_T1 bit position definition
by Peter Maydell
· 13 years ago
e0b8e72
usb: fix port reset
by Gerd Hoffmann
· 13 years ago
817e0b6
pci: interrupt pin documentation update
by Michael S. Tsirkin
· 13 years ago
891fb2c
usb: claim port at device initialization time.
by Gerd Hoffmann
· 14 years ago
e824b2c
pci: rename pci_register_bar_region() to pci_register_bar()
by Avi Kivity
· 14 years ago
4f4321c
usb: use iovecs in USBPacket
by Gerd Hoffmann
· 14 years ago
6da4831
usb-ohci: convert to MemoryRegion
by Avi Kivity
· 14 years ago
3dc345d
usb-ohci: raise interrupt on attach
by Gerd Hoffmann
· 14 years ago
9c9fc33
usb-ohci: Add support for being a companion controller
by Hans de Goede
· 14 years ago
4706ab6
usb: Replace device_destroy bus op with a child_detach port op
by Hans de Goede
· 14 years ago
d47e59b
usb: Make port wakeup and complete ops take a USBPort instead of a Device
by Hans de Goede
· 14 years ago
3631e6c
usb: Move (initial) call of usb_port_location to usb_fill_port
by Hans de Goede
· 14 years ago
f3dc005
hw/usb-ohci.c: Fix handling of remote wakeup corner cases
by Peter Maydell
· 14 years ago
fdba959
Merge remote-tracking branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
9bba1eb
hw/usb-ohci.c: Implement remote wakeup
by Peter Maydell
· 14 years ago
4b0315d
hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED register
by Peter Maydell
· 14 years ago
07771f6
usb: cancel async packets on unplug
by Gerd Hoffmann
· 14 years ago
a8eae58
hw/usb-ohci.c: convert to PCIDeviceInfo to initialize ids
by Isaku Yamahata
· 14 years ago
53aa8c0
usb: add usb_handle_packet
by Gerd Hoffmann
· 14 years ago
3964f53
Merge remote-tracking branch 'mst/for_anthony' into staging
by Anthony Liguori
· 14 years ago
5300f1a
Merge remote branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
13a9a0d
usb: move complete callback to port ops
by Gerd Hoffmann
· 14 years ago
9066df1
ohci: get ohci state via container_of()
by Gerd Hoffmann
· 14 years ago
54f7b4a
Replace cpu_physical_memory_rw were possible
by Stefan Weil
· 14 years ago
6e964de
usb-ohci: convert to pci_register_bar_simple()
by Avi Kivity
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
ace1318
usb: zap pdev from usbport
by Gerd Hoffmann
· 14 years ago
c7a2196
usb: keep track of physical port address.
by Gerd Hoffmann
· 14 years ago
843d4e0
usb: add speed mask to ports
by Gerd Hoffmann
· 14 years ago
618c169
usb: rework attach/detach workflow
by Gerd Hoffmann
· 14 years ago
0d86d2b
usb: create USBPortOps, move attach there.
by Gerd Hoffmann
· 14 years ago
ab28ccc
Record which USBDevice USBPort belongs too.
by Gleb Natapov
· 14 years ago
3455749
usb_ohci: Always use little endian
by Alexander Graf
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
b90c73c
pci: Replace unneeded type casts in calls of pci_register_bar
by Stefan Weil
· 14 years ago
0956457
OHCI address decoding fix
by Paul Brook
· 15 years ago
d4c4e6f
usb: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
6ad6135
Fix harmless if statements with empty body, spotted by clang
by Blue Swirl
· 15 years ago
61d3cf9
OHCI qdev conversion
by Paul Brook
· 15 years ago
a67ba3b
Revert "Compile usb-ohci only once"
by Paul Brook
· 15 years ago
f3571b1
usb: class specific interface requests
by Max Reitz
· 15 years ago
f169840
Compile usb-ohci only once
by Blue Swirl
· 15 years ago
d0f2c4c
Do not use dprintf
by malc
· 15 years ago
d74dbb9
usb-ohci: symbolic names for pci registers
by Michael S. Tsirkin
· 15 years ago
556cd09
qdev: Replace device names containing whitespace
by Markus Armbruster
· 15 years ago
18e08a5
pci: pci.h cleanup: move out stuff not in pci.c
by Michael S. Tsirkin
· 15 years ago
6e355d9
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
by Isaku Yamahata
· 15 years ago
0392a01
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
by Isaku Yamahata
· 15 years ago
c169998
v3: don't call reset functions on cpu initialization
by Glauber Costa
· 15 years ago
b231783
switch usb bus to inplace allocation.
by Gerd Hoffmann
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
5b19d9a
qdev/usb: convert ohci.
by Gerd Hoffmann
· 16 years ago
a5d2f72
qdev/usb: make qemu aware of usb busses.
by Gerd Hoffmann
· 16 years ago
806b602
qdev/usb: add usb bus support to qdev, convert drivers.
by Gerd Hoffmann
· 16 years ago
505da59
usb-ohci: Change casts to DO_UPCAST() for OHCIPCIState
by Juan Quintela
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
0bf9e31
Fix most warnings (errors with -Werror) when debugging is enabled
by Blue Swirl
· 16 years ago
8167ee8
Update to a hopefully more future proof FSF address
by Blue Swirl
· 16 years ago
1fa63e4
usb-ohci: Fix endianness issue
by Michael Buesch
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
28c2c26
Rename pci_register_io_region() to pci_register_bar()
by Avi Kivity
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
8217606
Introduce reset notifier order
by Jan Kiszka
· 16 years ago
ac61134
Adds SM501 usb host emulation feature.
by aurel32
· 16 years ago
a770dc7
Add and use remaining #defines for PCI device IDs (Stuart Brady)
by aliguori
· 16 years ago
173a543
Add and use #defines for PCI device classes
by blueswir1
· 16 years ago
deb5439
Define PCI vendor and device IDs in pci.h (Stuart Brady)
by aliguori
· 16 years ago
65e1d81
USB OHCI: add support for big endian targets
by aurel32
· 16 years ago
fad6cb1
Update FSF address in GPL/LGPL boilerplate
by aurel32
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
7ccfb2e
Fix warnings that would be caused by gcc flag -Wwrite-strings
by blueswir1
· 16 years ago
eb38c52
Fix most warnings that would be caused by gcc flag -Wundef
by blueswir1
· 16 years ago
9596ebb
Add statics and missing #includes for prototypes.
by pbrook
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
8728351
Fix signed/unsigned comparisons in OHCI host.
by balrog
· 17 years ago
7bfe577
OHCI USB isochronous transfers support (Arnon Gilboa).
by balrog
· 17 years ago
73221b1
Fix memory corruption after OHCI reset, by Ed Swierk.
by ths
· 18 years ago
187337f
Fix off-by-one memory region sizes.
by pbrook
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
e24ad6f
OHCI USB PXA support (Andrzej Zaborowski).
by pbrook
· 18 years ago
4d611c9
SCSI and USB async IO support.
by pbrook
· 19 years ago
e6f3e5e
OHCI large packet fix.
by pbrook
· 19 years ago
6106487
Fix USB root hub hotplugging.
by pbrook
· 19 years ago
0d92ed3
OHCI USB host emulation.
by pbrook
· 19 years ago