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/huth-gitlab/tags/pull-request-2019-03-0...
Peter Maydell
2019-03-08
1
-1
/
+0
|
\
|
*
hw: Remove unused 'hw/devices.h' include
Philippe Mathieu-Daudé
2019-03-07
1
-1
/
+0
*
|
scsi: express dependencies with Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+2
*
|
build: convert usb.mak to Kconfig
Paolo Bonzini
2019-03-07
2
-1
/
+27
*
|
build: convert pci.mak to Kconfig
Paolo Bonzini
2019-03-07
1
-0
/
+10
*
|
kconfig: introduce kconfig files
Paolo Bonzini
2019-03-07
1
-0
/
+53
|
/
*
Introduce new "no_guest_reset" parameter for usb-host device
Alexander Kappner
2019-03-07
1
-1
/
+6
*
usb-mtp: prevent null dereference while deleting objects
Bandan Das
2019-03-07
1
-3
/
+1
*
usb-mtp: fix some usb_mtp_write_data return paths
Bandan Das
2019-03-07
1
-8
/
+10
*
usb-mtp: return incomplete transfer on a lstat failure
Bandan Das
2019-03-07
1
-5
/
+14
*
hw/usb: switch MTP to use new inotify APIs
Daniel P. Berrangé
2019-02-26
2
-165
/
+111
*
hw/usb: fix const-ness for string params in MTP driver
Daniel P. Berrangé
2019-02-26
1
-4
/
+4
*
hw/usb: don't set IN_ISDIR for inotify watch in MTP driver
Daniel P. Berrangé
2019-02-26
1
-2
/
+1
*
usb: remove unnecessary NULL device check from usb_ep_get()
Liam Merwick
2019-02-20
1
-3
/
+1
*
usb: add device checks before redirector calls to usb_ep_get()
Liam Merwick
2019-02-20
1
-1
/
+2
*
usb: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-4
/
+4
*
uhci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-3
/
+5
*
ohci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-0
/
+8
*
ehci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-2
/
+5
*
xhci: check device is not NULL before calling usb_ep_get()
Liam Merwick
2019-02-20
1
-2
/
+2
*
xhci: add asserts to help with static code analysis
Liam Merwick
2019-02-20
1
-0
/
+2
*
usb: rearrange usb_ep_get()
Liam Merwick
2019-02-20
1
-1
/
+1
*
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2019-02-17
1
-1
/
+1
*
char: allow specifying a GMainContext at opening time
Paolo Bonzini
2019-02-13
1
-1
/
+1
*
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
[next]