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
/
hcd-xhci.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: Init a transfers xhci, slotid and epid member on epctx alloc
Hans de Goede
2013-09-19
1
-3
/
+3
*
xhci: Fix number of streams allocated when using streams
Hans de Goede
2013-09-19
1
-1
/
+1
*
Merge remote-tracking branch 'kraxel/usb.88' into staging
Anthony Liguori
2013-09-03
1
-11
/
+59
|
\
|
*
xhci: reset port when disabling slot
Gerd Hoffmann
2013-09-02
1
-0
/
+1
|
*
xhci: emulate intr endpoint intervals correctly
Gerd Hoffmann
2013-09-02
1
-7
/
+37
|
*
xhci: fix endpoint interval calculation
Gerd Hoffmann
2013-09-02
1
-1
/
+1
|
*
xhci: add port to slot_address tracepoint
Gerd Hoffmann
2013-09-02
1
-1
/
+1
|
*
xhci: add tracepoint for endpoint state changes
Gerd Hoffmann
2013-09-02
1
-0
/
+19
|
*
xhci: remove leftover debug printf
Gerd Hoffmann
2013-09-02
1
-2
/
+0
*
|
usb: Pass size to usb_bus_new()
Andreas Färber
2013-08-30
1
-1
/
+1
|
/
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-13
/
+13
*
xhci: implement warm port reset
Gerd Hoffmann
2013-08-08
1
-2
/
+11
*
xhci: fix segfault
Gerd Hoffmann
2013-08-01
1
-3
/
+2
*
xhci: handle USB_RET_IOERROR
Gerd Hoffmann
2013-07-30
1
-0
/
+1
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
usb/hcd-xhci: QOM parent field cleanup
Andreas Färber
2013-07-23
1
-35
/
+48
*
usb/hcd-xhci: QOM Upcast Sweep
Peter Crosthwaite
2013-07-23
1
-7
/
+14
*
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-6
/
+6
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-6
/
+6
*
xhci: add live migration support
Gerd Hoffmann
2013-06-03
1
-1
/
+163
*
xhci: add xhci_init_epctx
Gerd Hoffmann
2013-06-03
1
-18
/
+25
*
xhci: add xhci_alloc_epctx
Gerd Hoffmann
2013-06-03
1
-11
/
+21
*
xhci: add XHCISlot->addressed
Gerd Hoffmann
2013-06-03
1
-0
/
+3
*
xhci: handle USB_RET_BABBLE
Gerd Hoffmann
2013-05-07
1
-0
/
+5
*
xhci: remove XHCIRing->base (unused)
Gerd Hoffmann
2013-04-23
1
-3
/
+1
*
xhci: fix address device
Gerd Hoffmann
2013-04-16
1
-0
/
+4
*
xhci: use slotid as device address
Gerd Hoffmann
2013-04-16
1
-22
/
+3
*
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
[next]