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
*
usb-mtp: replace the homebrew write with qemu_write_full
Bandan Das
2019-01-30
1
-11
/
+3
*
usb-mtp: breakup MTP write into smaller chunks
Bandan Das
2019-01-30
1
-43
/
+91
*
usb-mtp: Reallocate buffer in multiples of MTP_WRITE_BUF_SZ
Bandan Das
2019-01-30
1
-14
/
+13
*
usb: implement XHCI underrun/overrun events
Yuri Benditovich
2019-01-30
2
-2
/
+16
*
usb: XHCI shall not halt isochronous endpoints
Yuri Benditovich
2019-01-30
1
-0
/
+5
*
hw/usb: Fix LGPL information in the file headers
Thomas Huth
2019-01-30
5
-11
/
+10
*
usb: dev-mtp: close fd in usb_mtp_object_readdir()
Li Qiang
2019-01-30
1
-0
/
+1
*
usb: assign unique serial numbers to hid devices
Gerd Hoffmann
2019-01-30
1
-11
/
+15
*
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-14
1
-12
/
+13
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-01-11
11
-26
/
+26
|
\
|
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
3
-11
/
+11
|
*
remove space-tab sequences
Paolo Bonzini
2019-01-11
1
-2
/
+2
|
*
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-11
5
-7
/
+7
|
*
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2019-01-11
3
-6
/
+6
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190110-pull-request...
Peter Maydell
2019-01-10
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
usb-audio: ignore usb packages with wrong size
Gerd Hoffmann
2019-01-10
1
-0
/
+3
*
|
usb: move ehci_create_ich9_with_companions to hw/i386
Paolo Bonzini
2019-01-08
1
-53
/
+0
*
|
hw/usb: Add generic sys-bus EHCI controller
Hongbo Zhang
2019-01-08
2
-0
/
+18
*
|
usb: dev-mtp: fix memory leak in error path
Li Qiang
2019-01-08
1
-0
/
+1
*
|
usb: drop unnecessary usb_device_post_load checks
Jonathan Davies
2019-01-08
1
-6
/
+0
*
|
hw/usb: fix mistaken de-initialization of CCID state
Daniel P. Berrangé
2019-01-07
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...
Peter Maydell
2018-12-16
4
-16
/
+32
|
\
|
*
usb-mtp: Limit filename to object information size
Michael Hanselmann
2018-12-14
1
-4
/
+5
|
*
usb-mtp: use O_NOFOLLOW and O_CLOEXEC.
Gerd Hoffmann
2018-12-14
1
-4
/
+9
|
*
ehci: fix fetch qtd race
Gerd Hoffmann
2018-12-10
1
-2
/
+10
|
*
usb-host: reset and close libusb_device_handle before qemu exit
linzhecheng
2018-12-10
1
-0
/
+2
|
*
pvusb: set max grants only in initialise
Juergen Gross
2018-12-10
1
-6
/
+6
*
|
usb/tusb6010: Convert sysbus init function to realize function
Mao Zhongyi
2018-12-13
1
-5
/
+3
|
/
*
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...
Peter Maydell
2018-12-03
1
-6
/
+18
|
\
|
*
usb-mtp: outlaw slashes in filenames
Gerd Hoffmann
2018-12-03
1
-0
/
+6
|
*
usb-mtp: fix utf16_to_str
Gerd Hoffmann
2018-12-03
1
-6
/
+12
*
|
vmstate: constify VMStateField
Marc-André Lureau
2018-11-27
1
-6
/
+6
|
/
*
usb-host: set ifs.detached as true if kernel driver is not active
linzhecheng
2018-11-27
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181029-pull-request' ...
Peter Maydell
2018-10-30
2
-9
/
+24
|
\
|
*
hw: ccid-card-emulated: cleanup resource when realize in error path
Li Qiang
2018-10-29
1
-6
/
+14
|
*
hw: ccid-card-emulated: introduce clean_event_notifier
Li Qiang
2018-10-29
1
-0
/
+7
|
*
usb: ohci: make num_ports to an unsinged integer
Li Qiang
2018-10-29
1
-3
/
+3
*
|
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2018-10-19
1
-2
/
+3
|
/
*
ohci: set effectively usb frame rate to 1kHz
Miguel GAIO
2018-10-01
1
-1
/
+5
*
usb-hub: clear suspend on detach
Gerd Hoffmann
2018-10-01
1
-0
/
+4
*
usb-mtp: reset ObjectInfo dataset size on cleanup
Bandan Das
2018-10-01
1
-0
/
+2
*
usb-mtp: fix error conditions for write operation
Bandan
2018-10-01
1
-3
/
+4
*
dev-mtp: rename x-root to rootdir
Bandan Das
2018-08-21
1
-2
/
+2
*
dev-mtp: Add support for > 4GB file transfers
Bandan Das
2018-08-21
1
-4
/
+27
*
dev-mtp: retry write for incomplete transfers
Bandan Das
2018-08-21
1
-2
/
+20
*
dev-mtp: fix buffer allocation for writing file contents
Bandan Das
2018-08-21
1
-2
/
+4
*
dev-mtp: add support for canceling transaction
Bandan Das
2018-08-21
1
-4
/
+26
*
ohci: Clear the interrupt counter for erroneous transfers
Sebastian Bauer
2018-08-21
1
-0
/
+3
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-08-15
1
-1
/
+0
*
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
2018-07-10
1
-0
/
+1
[next]