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
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-10-24
3
-34
/
+40
|
\
|
*
char: remove unused CHR_EVENT_FOCUS
Marc-André Lureau
2016-10-24
2
-4
/
+0
|
*
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
3
-3
/
+3
|
*
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
2016-10-24
2
-1
/
+2
|
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
3
-24
/
+31
|
*
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-24
3
-25
/
+27
|
*
char: remove init callback
Marc-André Lureau
2016-10-24
1
-2
/
+2
*
|
xen-usb: do not reference PAGE_SIZE
Stefano Stabellini
2016-10-21
1
-2
/
+2
|
/
*
usb-redir: allocate buffers before waking up the host adapter
Hans de Goede
2016-10-12
1
-3
/
+7
*
usb: Fix incorrect default DMA offset.
Vijay Kumar B
2016-10-12
1
-1
/
+1
*
usb: fix serial generator
Gerd Hoffmann
2016-10-12
1
-6
/
+6
*
xhci: make xhci_epid_to_usbep accept XHCIEPContext
Gerd Hoffmann
2016-10-12
1
-14
/
+15
*
xhci: drop XHCITransfer->{slotid,epid}
Gerd Hoffmann
2016-10-12
1
-9
/
+7
*
xhci: add & use xhci_kick_epctx()
Gerd Hoffmann
2016-10-12
1
-17
/
+26
*
xhci: drop XHCITransfer->xhci
Gerd Hoffmann
2016-10-12
1
-13
/
+9
*
xhci: use linked list for transfers
Gerd Hoffmann
2016-10-12
1
-54
/
+68
*
xhci: drop unused comp_xfer field
Gerd Hoffmann
2016-10-12
1
-1
/
+0
*
xhci: decouple EV_QUEUE from TD_QUEUE
Gerd Hoffmann
2016-10-12
1
-1
/
+1
*
xhci: limit the number of link trbs we are willing to process
Gerd Hoffmann
2016-10-12
1
-0
/
+10
*
usb: ehci: fix memory leak in ehci_process_itd
Li Qiang
2016-10-08
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into s...
Peter Maydell
2016-09-15
3
-9
/
+204
|
\
|
*
usb-mtp: added object properties
Isaac Lozano
2016-09-14
1
-0
/
+177
|
*
usb-mtp: fix sending files larger than 4gb
Isaac Lozano
2016-09-14
1
-5
/
+15
|
*
usb:xhci:fix memory leak in usb_xhci_exit
Li Qiang
2016-09-13
1
-2
/
+1
|
*
usb-host: fix streams detection in usb_host_speed_compat
Gerd Hoffmann
2016-09-13
1
-2
/
+5
|
*
xhci: Fix remainder field for TR_SETUP completion event.
Hans Petter Selasky
2016-09-13
1
-0
/
+6
*
|
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
Daniel P. Berrange
2016-09-13
2
-3
/
+8
|
/
*
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
*
usb: free leaking path
Marc-André Lureau
2016-08-07
1
-0
/
+1
*
usb: free USBDevice.strings
Marc-André Lureau
2016-08-07
1
-0
/
+7
*
xen: drain submit queue in xen-usb before removing device
Juergen Gross
2016-08-03
1
-33
/
+63
*
ehci: faster frame index calculation for skipped frames
Evgeny Yakovlev
2016-08-02
1
-16
/
+15
*
wxx: Fix compilation of host-libusb.c
Stefan Weil
2016-08-02
1
-3
/
+4
*
wxx: Fix compiler warning for host-libusb.c
Stefan Weil
2016-08-02
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160720-1' into s...
Peter Maydell
2016-07-20
2
-2
/
+8
|
\
|
*
usbredir: add streams property
Gerd Hoffmann
2016-07-20
1
-1
/
+5
|
*
xhci: Fix possible side effect from assert()
Alexey Kardashevskiy
2016-07-20
1
-1
/
+3
*
|
net: Use correct type for bool flag
Eric Blake
2016-07-19
1
-1
/
+1
*
|
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-1
/
+1
|
/
*
block/qdev: Allow configuring WCE with qdev properties
Kevin Wolf
2016-07-13
1
-0
/
+1
*
block/qdev: Allow node name for drive properties
Kevin Wolf
2016-07-13
1
-1
/
+4
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
1
-2
/
+3
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
xen-usb: Fix 32bit build
Anthony PERARD
2016-07-12
1
-1
/
+2
*
nec-usb-xhci: set the device state to USB_STATE_DEFAULT
Zhang Shuaiyi
2016-07-12
1
-1
/
+2
*
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
1
-4
/
+19
*
usb xhci: change msi/msix property type
Cao jin
2016-07-05
1
-7
/
+9
*
usb-uas: hotplug support
Gerd Hoffmann
2016-06-22
1
-0
/
+5
*
usb-bot: hotplug support
Gerd Hoffmann
2016-06-22
1
-2
/
+6
*
usb: Add QOM property "attached".
Gerd Hoffmann
2016-06-22
1
-0
/
+43
[next]