index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-ohci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-1
/
+1
2011-08-04
usb: use iovecs in USBPacket
Gerd Hoffmann
1
-12
/
+11
2011-07-29
usb-ohci: convert to MemoryRegion
Avi Kivity
1
-25
/
+17
2011-07-08
usb-ohci: raise interrupt on attach
Gerd Hoffmann
1
-1
/
+7
2011-07-05
usb-ohci: Add support for being a companion controller
Hans de Goede
1
-12
/
+40
2011-07-05
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
1
-4
/
+12
2011-07-05
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
1
-7
/
+5
2011-07-05
usb: Move (initial) call of usb_port_location to usb_fill_port
Hans de Goede
1
-1
/
+0
2011-06-23
hw/usb-ohci.c: Fix handling of remote wakeup corner cases
Peter Maydell
1
-3
/
+14
2011-06-22
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-4
/
+3
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-8
/
+5
2011-06-14
hw/usb-ohci.c: Implement remote wakeup
Peter Maydell
1
-0
/
+17
2011-06-14
hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED register
Peter Maydell
1
-0
/
+4
2011-06-14
usb: cancel async packets on unplug
Gerd Hoffmann
1
-1
/
+15
2011-06-12
hw/usb-ohci.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
1
-4
/
+3
2011-05-26
usb: add usb_handle_packet
Gerd Hoffmann
1
-2
/
+2
2011-05-05
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
1
-9
/
+1
2011-05-05
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
1
-8
/
+6
2011-05-04
usb: move complete callback to port ops
Gerd Hoffmann
1
-5
/
+2
2011-05-04
ohci: get ohci state via container_of()
Gerd Hoffmann
1
-1
/
+1
2011-04-12
Replace cpu_physical_memory_rw were possible
Stefan Weil
1
-8
/
+6
2011-04-07
usb-ohci: convert to pci_register_bar_simple()
Avi Kivity
1
-9
/
+1
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
1
-4
/
+4
2011-01-12
usb: zap pdev from usbport
Gerd Hoffmann
1
-1
/
+1
2011-01-11
usb: keep track of physical port address.
Gerd Hoffmann
1
-0
/
+1
2011-01-11
usb: add speed mask to ports
Gerd Hoffmann
1
-1
/
+2
2011-01-11
usb: rework attach/detach workflow
Gerd Hoffmann
1
-42
/
+38
2011-01-11
usb: create USBPortOps, move attach there.
Gerd Hoffmann
1
-1
/
+5
2010-12-11
Record which USBDevice USBPort belongs too.
Gleb Natapov
1
-1
/
+1
2010-12-11
usb_ohci: Always use little endian
Alexander Graf
1
-8
/
+1
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-11-22
pci: Replace unneeded type casts in calls of pci_register_bar
Stefan Weil
1
-1
/
+1
2010-06-13
OHCI address decoding fix
Paul Brook
1
-0
/
+4
2010-04-25
usb: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-0
/
+16
2010-04-18
Fix harmless if statements with empty body, spotted by clang
Blue Swirl
1
-4
/
+6
2010-04-05
OHCI qdev conversion
Paul Brook
1
-36
/
+33
2010-04-04
Revert "Compile usb-ohci only once"
Paul Brook
1
-60
/
+26
2010-03-31
usb: class specific interface requests
Max Reitz
1
-1
/
+1
2010-03-21
Compile usb-ohci only once
Blue Swirl
1
-26
/
+60
2010-02-07
Do not use dprintf
malc
1
-32
/
+32
2009-12-23
usb-ohci: symbolic names for pci registers
Michael S. Tsirkin
1
-2
/
+4
2009-12-12
qdev: Replace device names containing whitespace
Markus Armbruster
1
-3
/
+2
2009-12-01
pci: pci.h cleanup: move out stuff not in pci.c
Michael S. Tsirkin
1
-0
/
+1
2009-11-09
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
1
-1
/
+1
2009-11-09
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
1
-1
/
+1
2009-11-07
v3: don't call reset functions on cpu initialization
Glauber Costa
1
-1
/
+0
2009-10-05
switch usb bus to inplace allocation.
Gerd Hoffmann
1
-3
/
+3
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-4
/
+4
2009-10-01
Get rid of _t suffix
malc
1
-4
/
+4
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-5
/
+5
[next]