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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
Hans de Goede
2013-04-16
1
-9
/
+0
*
include: avoid useless includes of exec/ headers
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
5
-5
/
+5
*
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
Anthony Liguori
2013-04-08
9
-7
/
+1031
|
\
|
*
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
4
-3
/
+68
|
*
hw: make all of hw/usb/ configurable via default-configs/
Paolo Bonzini
2013-04-08
1
-0
/
+1
|
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
3
-1
/
+959
|
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
4
-5
/
+5
*
|
Merge remote-tracking branch 'kraxel/usb.79' into staging
Anthony Liguori
2013-04-08
5
-19
/
+62
|
\
\
|
|
/
|
/
|
|
*
usb-tablet: Don't claim wakeup capability for USB-2 version
Hans de Goede
2013-04-03
1
-1
/
+1
|
*
usb-hub: report status changes only once
Gerd Hoffmann
2013-04-03
1
-1
/
+5
|
*
usb-hub: limit chain length
Gerd Hoffmann
2013-04-03
2
-0
/
+8
|
*
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
|
*
usb-redir: Add flow control support
Hans de Goede
2013-04-03
1
-1
/
+32
|
*
usb-redir: Fix crash on migration with no client connected
Hans de Goede
2013-04-03
1
-0
/
+4
*
|
usb-storage: Forward serial number to scsi-disk
Kevin Wolf
2013-04-05
1
-1
/
+1
|
/
*
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
2013-03-27
1
-2
/
+0
*
qemu-char: Rename opened to be_open
Hans de Goede
2013-03-27
2
-2
/
+2
*
pcie: Add endpoint capability initialization wrapper
Alex Williamson
2013-03-26
1
-1
/
+1
*
hw: move qdev-monitor.o to toplevel directory
Paolo Bonzini
2013-03-01
1
-0
/
+1
*
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
[prev]
[next]