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-04-16
use libusb for usb-host
Gerd Hoffmann
2
-2
/
+1461
2013-04-16
xhci: fix address device
Gerd Hoffmann
1
-0
/
+4
2013-04-16
xhci: use slotid as device address
Gerd Hoffmann
1
-22
/
+3
2013-04-16
xhci: fix portsc writes
Gerd Hoffmann
1
-7
/
+35
2013-04-16
xhci: add xhci_cap_write
Gerd Hoffmann
1
-0
/
+7
2013-04-16
xhci: remove leftover debug printf
Gerd Hoffmann
1
-1
/
+0
2013-04-16
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
Hans de Goede
1
-9
/
+0
2013-04-15
include: avoid useless includes of exec/ headers
Paolo Bonzini
1
-1
/
+1
2013-04-15
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
5
-5
/
+5
2013-04-08
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
9
-7
/
+1031
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
4
-3
/
+68
2013-04-08
hw: make all of hw/usb/ configurable via default-configs/
Paolo Bonzini
1
-0
/
+1
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
3
-1
/
+959
2013-04-08
hw: move headers to include/
Paolo Bonzini
4
-5
/
+5
2013-04-08
Merge remote-tracking branch 'kraxel/usb.79' into staging
Anthony Liguori
5
-19
/
+62
2013-04-05
usb-storage: Forward serial number to scsi-disk
Kevin Wolf
1
-1
/
+1
2013-04-03
usb-tablet: Don't claim wakeup capability for USB-2 version
Hans de Goede
1
-1
/
+1
2013-04-03
usb-hub: report status changes only once
Gerd Hoffmann
1
-1
/
+5
2013-04-03
usb-hub: limit chain length
Gerd Hoffmann
2
-0
/
+8
2013-04-03
xhci: zap unused name field
Gerd Hoffmann
1
-1
/
+0
2013-04-03
xhci: remove unimplemented printfs
Gerd Hoffmann
1
-13
/
+9
2013-04-03
xhci: remove leftover debug printf
Gerd Hoffmann
1
-2
/
+0
2013-04-03
xhci: fix numintrs sanity checks
Gerd Hoffmann
1
-0
/
+3
2013-04-03
usb-redir: Add flow control support
Hans de Goede
1
-1
/
+32
2013-04-03
usb-redir: Fix crash on migration with no client connected
Hans de Goede
1
-0
/
+4
2013-03-27
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
1
-2
/
+0
2013-03-27
qemu-char: Rename opened to be_open
Hans de Goede
2
-2
/
+2
2013-03-26
pcie: Add endpoint capability initialization wrapper
Alex Williamson
1
-1
/
+1
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
[next]