index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
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: the big rename
Gerd Hoffmann
2012-03-13
1
-2345
/
+0
*
usb: add USB_RET_IOERROR
Hans de Goede
2012-03-07
1
-0
/
+2
*
usb-ehci: Cleanup itd error handling
Hans de Goede
2012-03-07
1
-14
/
+14
*
usb-ehci: Fix and simplify nakcnt handling
Hans de Goede
2012-03-07
1
-28
/
+4
*
usb-ehci: Remove dead nakcnt code
Hans de Goede
2012-03-07
1
-20
/
+0
*
usb-ehci: Fix cerr tracking
Hans de Goede
2012-03-07
1
-13
/
+6
*
usb-ehci: Any packet completion except for NAK should set the interrupt
Hans de Goede
2012-03-07
1
-1
/
+1
*
usb-ehci: Rip the queues when the async or period schedule is halted
Hans de Goede
2012-03-07
1
-1
/
+4
*
usb-ehci: Drop cached qhs when the doorbell gets rung
Hans de Goede
2012-03-07
1
-16
/
+17
*
usb-ehci: always call ehci_queues_rip_unused for period queues
Hans de Goede
2012-03-07
1
-0
/
+1
*
usb-ehci: split our qh queue into async and periodic queues
Hans de Goede
2012-03-07
1
-25
/
+37
*
usb-ehci: Never follow table entries with the T-bit set
Hans de Goede
2012-03-07
1
-6
/
+4
*
ehci: drop old stuff
Gerd Hoffmann
2012-02-27
1
-29
/
+1
*
usb-ehci: Handle ISO packets failing with an error other then NAK
Hans de Goede
2012-02-27
1
-3
/
+19
*
usb-ehci: sanity-check iso xfers
Gerd Hoffmann
2012-02-27
1
-6
/
+10
*
usb-ehci: fix reset
Gerd Hoffmann
2012-02-27
1
-1
/
+2
*
Merge remote-tracking branch 'kraxel/usb.38' into staging
Anthony Liguori
2012-02-16
1
-48
/
+45
|
\
|
*
usb: Set USBEndpoint in usb_packet_setup().
Gerd Hoffmann
2012-02-10
1
-6
/
+9
|
*
usb: USBPacket: add status, rename owner -> ep
Gerd Hoffmann
2012-02-10
1
-2
/
+2
|
*
usb-ehci: switch to usb_find_device()
Gerd Hoffmann
2012-02-10
1
-40
/
+29
|
*
usb: kill USB_MSG_RESET
Gerd Hoffmann
2012-02-10
1
-2
/
+2
|
*
usb-ehci: Clear the portstatus powner bit on device disconnect
Hans de Goede
2012-02-10
1
-0
/
+5
*
|
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+3
|
/
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-14
/
+18
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-20
/
+34
*
qdev: prepare source tree for code conversion
Anthony Liguori
2012-01-27
1
-25
/
+24
*
usb: link packets to endpoints not devices
Gerd Hoffmann
2012-01-17
1
-1
/
+2
*
Remove unnecessary casts from PCI DMA code in usb-ehci
David Gibson
2011-12-12
1
-3
/
+3
*
usb-ehci: add register names
Gerd Hoffmann
2011-11-23
1
-0
/
+2
*
usb-ehci: codestyle fixups
Gerd Hoffmann
2011-11-23
1
-28
/
+28
*
ehci: add assert
Gerd Hoffmann
2011-11-21
1
-0
/
+1
*
usb-ehci: Use PCI DMA stub functions
David Gibson
2011-11-01
1
-19
/
+25
*
usb: fix port reset
Gerd Hoffmann
2011-10-13
1
-2
/
+2
*
pci: interrupt pin documentation update
Michael S. Tsirkin
2011-09-19
1
-1
/
+1
*
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-21
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
[next]