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-ehci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: claim port at device initialization time.
Gerd Hoffmann
2011-09-07
1
-11
/
+11
*
usb-ehci: handle siTDs
Gerd Hoffmann
2011-09-07
1
-1
/
+42
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-1
/
+1
*
ehci: convert to memory API
Avi Kivity
2011-08-08
1
-27
/
+9
*
ehci: iovec support, remove buffer
Gerd Hoffmann
2011-08-04
1
-86
/
+63
*
usb: use iovecs in USBPacket
Gerd Hoffmann
2011-08-04
1
-13
/
+8
*
ehci doesn't support migration
Gerd Hoffmann
2011-07-20
1
-0
/
+7
*
ehci: add ich9 controller.
Gerd Hoffmann
2011-07-05
1
-14
/
+29
*
ehci: fix port count.
Gerd Hoffmann
2011-07-05
1
-1
/
+1
*
usb-ehci: Add support for registering companion controllers
Hans de Goede
2011-07-05
1
-30
/
+144
*
usb-ehci: Fix handling of PED and PEDC port status bits
Hans de Goede
2011-07-05
1
-13
/
+11
*
usb-ehci: cleanup port reset handling
Hans de Goede
2011-07-05
1
-6
/
+1
*
usb-ehci: Connect Status bit is read only, don't allow changing it by the guest
Hans de Goede
2011-07-05
1
-2
/
+2
*
usb-ehci: drop unused num-ports state member
Hans de Goede
2011-07-05
1
-1
/
+0
*
usb: Replace device_destroy bus op with a child_detach port op
Hans de Goede
2011-07-05
1
-8
/
+10
*
usb: Make port wakeup and complete ops take a USBPort instead of a Device
Hans de Goede
2011-07-05
1
-1
/
+1
*
usb: Move (initial) call of usb_port_location to usb_fill_port
Hans de Goede
2011-07-05
1
-1
/
+0
*
ehci: switch to nanoseconds
Gerd Hoffmann
2011-06-23
1
-18
/
+11
*
ehci: add freq + maxframes properties
Gerd Hoffmann
2011-06-23
1
-2
/
+12
*
Merge remote-tracking branch 'mst/for_anthony' into staging
Anthony Liguori
2011-06-22
1
-5
/
+4
|
\
|
*
usb-ehci: move device/vendor/class id to qdev
Michael S. Tsirkin
2011-06-15
1
-5
/
+4
*
|
usb: Use defines for serial bus release number register for EHCI
Brad Hards
2011-06-14
1
-1
/
+1
*
|
usb-ehci: split trace calls to handle arg count limits
Gerd Hoffmann
2011-06-14
1
-21
/
+27
*
|
usb-ehci: itd handling fixes.
Gerd Hoffmann
2011-06-14
1
-36
/
+65
*
|
usb-ehci: drop EXECUTING checks.
Gerd Hoffmann
2011-06-14
1
-30
/
+2
*
|
usb: cancel async packets on unplug
Gerd Hoffmann
2011-06-14
1
-1
/
+24
*
|
ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6)
Hans de Goede
2011-06-14
1
-4
/
+1
*
|
usb-ehci: fix error handling.
Gerd Hoffmann
2011-06-14
1
-10
/
+15
*
|
usb-ehci: fix offset writeback in ehci_buffer_rw
Gerd Hoffmann
2011-06-14
1
-2
/
+2
*
|
usb-ehci: multiqueue support
Gerd Hoffmann
2011-06-14
1
-32
/
+139
*
|
usb-ehci: add queue data struct
Gerd Hoffmann
2011-06-14
1
-229
/
+257
*
|
usb-ehci: trace buffer copy
Gerd Hoffmann
2011-06-14
1
-7
/
+1
*
|
usb-ehci: improve mmio tracing
Gerd Hoffmann
2011-06-14
1
-10
/
+6
*
|
usb-ehci: trace port state
Gerd Hoffmann
2011-06-14
1
-6
/
+4
*
|
usb-ehci: trace state machine changes
Gerd Hoffmann
2011-06-14
1
-137
/
+170
*
|
usb-ehci: trace mmio and usbsts
Gerd Hoffmann
2011-06-14
1
-73
/
+83
|
/
*
usb: add ehci adapter
Gerd Hoffmann
2011-05-26
1
-0
/
+2037