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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: fix bad print specifier
Hervé Poussineau
2013-02-23
1
-2
/
+2
*
unbreak hw/usb/redirect.c build
Gerd Hoffmann
2013-02-22
1
-1
/
+1
*
uas-uas: usb3 streams
Gerd Hoffmann
2013-02-19
1
-42
/
+205
*
usb-xhci: usb3 streams
Gerd Hoffmann
2013-02-19
1
-45
/
+223
*
usb-core: usb3 streams
Gerd Hoffmann
2013-02-19
13
-27
/
+31
*
usb: fix endpoint descriptor ordering
Gerd Hoffmann
2013-02-19
1
-4
/
+5
*
usb-redir: simplify packet copy
Gerd Hoffmann
2013-02-19
1
-14
/
+4
*
usb: make usb_packet_copy operate on combined packets
Gerd Hoffmann
2013-02-19
1
-5
/
+14
*
usb: add usb_ep_set_halted
Gerd Hoffmann
2013-02-19
1
-0
/
+6
*
usb-host: remove usb_host_device_close
Gerd Hoffmann
2013-02-19
3
-35
/
+0
*
usb-host: move legacy cmd line bits
Gerd Hoffmann
2013-02-19
4
-101
/
+190
*
usb-storage: use scsi_req_enqueue return value
Gerd Hoffmann
2013-02-19
1
-2
/
+3
*
allow disabling usb smartcard support
Gerd Hoffmann
2013-02-19
1
-1
/
+0
*
make usb devices configurable
Gerd Hoffmann
2013-02-19
1
-8
/
+12
*
usb: Makefile cleanup
Gerd Hoffmann
2013-02-19
1
-7
/
+20
*
net: intorduce qemu_del_nic()
Jason Wang
2013-02-01
1
-1
/
+1
*
net: introduce qemu_get_nic()
Jason Wang
2013-02-01
1
-3
/
+3
*
net: introduce qemu_get_queue()
Jason Wang
2013-02-01
1
-5
/
+5
*
usb: add usb-bot device (scsi bulk-only transport).
Gerd Hoffmann
2013-01-22
1
-15
/
+79
*
ohci: add missing break
Gerd Hoffmann
2013-01-22
1
-0
/
+1
*
Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"
Gerd Hoffmann
2013-01-22
1
-1
/
+1
*
usb: Fix compilation for MinGW (regression)
Stefan Weil
2013-01-19
1
-1
/
+1
*
HMP: add QDict to info callback handler
Wenchao Xia
2013-01-17
3
-3
/
+3
*
usb-storage: Drop useless null test in usb_msd_handle_data()
Markus Armbruster
2013-01-16
1
-1
/
+1
*
Merge remote-tracking branch 'kraxel/usb.76' into staging
Anthony Liguori
2013-01-14
3
-8
/
+31
|
\
|
*
usb-host: Initialize dev->port the obviously safe way
Markus Armbruster
2013-01-14
1
-1
/
+1
|
*
usb-host: Drop superfluous null test from usb_host_auto_scan()
Markus Armbruster
2013-01-14
1
-1
/
+1
|
*
ehci: Assert state machine is sane w.r.t. EHCIQueue
Markus Armbruster
2013-01-14
1
-0
/
+4
|
*
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
*
|
build: remove CONFIG_SMARTCARD
Paolo Bonzini
2013-01-12
1
-1
/
+1
|
/
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
16
-21
/
+21
*
uhci: stop using portio lists
Gerd Hoffmann
2013-01-08
1
-76
/
+30
*
usbredir: Add support for buffered bulk input (v2)
Hans de Goede
2013-01-08
6
-19
/
+2706
*
usb/ehci: Add SysBus EHCI device for Exynos4210
Andreas Färber
2013-01-07
2
-0
/
+17
*
usb/ehci: Move capsbase and opregbase into SysBus EHCI class
Andreas Färber
2013-01-07
2
-2
/
+26
*
usb/ehci: Clean up SysBus and PCI EHCI split
Andreas Färber
2013-01-07
3
-24
/
+60
*
xhci: call set-address with dummy usbpacket
Gerd Hoffmann
2013-01-07
1
-1
/
+6
*
usb-redir: Add debugging to bufpq save / restore
Hans de Goede
2013-01-07
1
-3
/
+11
*
usbredir: Add usbredir_init_endpoints() helper
Hans de Goede
2013-01-07
1
-9
/
+13
*
usbredir: Verify we have 32 bits bulk length cap when redirecting to xhci
Hans de Goede
2013-01-07
1
-0
/
+2
*
usbredir: Add ep_stopped USBDevice method
Hans de Goede
2013-01-07
1
-0
/
+9
*
usbredir: Add USBEP2I and I2USBEP helper macros
Hans de Goede
2013-01-07
1
-3
/
+7
*
usbredir: Add an usbredir_stop_ep helper function
Hans de Goede
2013-01-07
1
-22
/
+19
*
usb: Add an usb_device_ep_stopped USBDevice method
Hans de Goede
2013-01-07
5
-5
/
+60
*
usb: Fix usb_ep_find_packet_by_id
Hans de Goede
2013-01-07
1
-1
/
+1
*
hid: Change idle handling to use a timer
Hans de Goede
2013-01-07
1
-5
/
+3
*
uhci: Maximize how many frames we catch up when behind
Hans de Goede
2013-01-07
1
-0
/
+8
*
uhci: Limit amount of frames processed in one go
Hans de Goede
2013-01-07
1
-16
/
+27
[next]