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
/
hcd-xhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xhci: fix portsc writes
Gerd Hoffmann
2013-04-16
1
-7
/
+35
*
xhci: add xhci_cap_write
Gerd Hoffmann
2013-04-16
1
-0
/
+7
*
xhci: remove leftover debug printf
Gerd Hoffmann
2013-04-16
1
-1
/
+0
*
xhci: zap unused name field
Gerd Hoffmann
2013-04-03
1
-1
/
+0
*
xhci: remove unimplemented printfs
Gerd Hoffmann
2013-04-03
1
-13
/
+9
*
xhci: remove leftover debug printf
Gerd Hoffmann
2013-04-03
1
-2
/
+0
*
xhci: fix numintrs sanity checks
Gerd Hoffmann
2013-04-03
1
-0
/
+3
*
pcie: Add endpoint capability initialization wrapper
Alex Williamson
2013-03-26
1
-1
/
+1
*
xhci: fix bad print specifier
Hervé Poussineau
2013-02-23
1
-2
/
+2
*
usb-xhci: usb3 streams
Gerd Hoffmann
2013-02-19
1
-45
/
+223
*
usb-core: usb3 streams
Gerd Hoffmann
2013-02-19
1
-4
/
+5
*
xhci: nuke transfe5rs on detach
Gerd Hoffmann
2013-01-14
1
-1
/
+7
*
xhci: call xhci_detach_slot on root port detach too
Gerd Hoffmann
2013-01-14
1
-0
/
+1
*
xhci: create xhci_detach_slot helper function
Gerd Hoffmann
2013-01-14
1
-6
/
+18
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
xhci: call set-address with dummy usbpacket
Gerd Hoffmann
2013-01-07
1
-1
/
+6
*
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
2013-01-07
1
-0
/
+7
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-17
1
-3
/
+3
*
usb: tag usb host adapters as not hotpluggable.
Gerd Hoffmann
2012-11-29
1
-0
/
+1
*
xhci: Fix some DMA host endian bugs
David Gibson
2012-11-09
1
-27
/
+54
*
xhci: Add support for packets with both data and an error status
Hans de Goede
2012-11-08
1
-2
/
+2
*
usb: split packet result into actual_length + status
Hans de Goede
2012-11-08
1
-24
/
+22
*
xhci: allow address slot being called multiple times
Gerd Hoffmann
2012-11-01
1
-2
/
+7
*
xhci: add port trace points
Gerd Hoffmann
2012-11-01
1
-1
/
+5
*
xhci: set pls in xhci_port_update & xhci_port_reset
Gerd Hoffmann
2012-11-01
1
-2
/
+24
*
xhci: add xhci_port_reset
Gerd Hoffmann
2012-11-01
1
-4
/
+9
*
xhci: add xhci_port_notify
Gerd Hoffmann
2012-11-01
1
-14
/
+17
*
xhci: add xhci_port_have_device
Gerd Hoffmann
2012-11-01
1
-2
/
+12
*
xhci: s/xhci_update_port/xhci_port_update/
Gerd Hoffmann
2012-11-01
1
-5
/
+5
*
xhci: add {get,set}_field macros & enum for pls
Gerd Hoffmann
2012-11-01
1
-8
/
+31
*
xhci: fix usb name in caps
Gerd Hoffmann
2012-10-25
1
-2
/
+2
*
xhci: make number of interrupters and slots configurable
Gerd Hoffmann
2012-10-25
1
-31
/
+48
*
xhci: allow disabling interrupters
Gerd Hoffmann
2012-10-25
1
-0
/
+6
*
xhci: flush endpoint context unconditinally
Gerd Hoffmann
2012-10-25
1
-3
/
+0
*
xhci: fix function name in error message
Gerd Hoffmann
2012-10-25
1
-1
/
+1
*
usb: Add an int_req flag to USBPacket
Hans de Goede
2012-10-25
1
-5
/
+11
*
usb: Move short-not-ok handling to the core
Hans de Goede
2012-10-25
1
-1
/
+1
*
usb: Move clearing of queue on halt to the core
Hans de Goede
2012-10-25
1
-0
/
+4
*
usb: Add USB_RET_ADD_TO_QUEUE packet result code
Hans de Goede
2012-10-25
1
-0
/
+6
*
xhci: Add a xhci_ep_nuke_one_xfer helper function
Hans de Goede
2012-10-25
1
-19
/
+30
*
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-23
1
-9
/
+9
*
cleanup useless return sentence
Amos Kong
2012-10-05
1
-1
/
+0
*
xhci: create a memory region for each port
Gerd Hoffmann
2012-09-26
1
-42
/
+43
*
xhci: route string & usb hub support
Gerd Hoffmann
2012-09-26
1
-31
/
+55
*
xhci: tweak limits
Gerd Hoffmann
2012-09-26
1
-4
/
+4
*
xhci: allow bytewise capability register reads
Gerd Hoffmann
2012-09-11
1
-1
/
+3
*
xhci: kill xhci_mem_{read,write} dispatcher functions
Gerd Hoffmann
2012-09-11
1
-65
/
+75
*
xhci: support multiple interrupters
Gerd Hoffmann
2012-09-11
1
-5
/
+1
*
xhci: pick target interrupter
Gerd Hoffmann
2012-09-11
1
-6
/
+16
[prev]
[next]