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