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
/
dev-mtp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: Set category and description of the MTP device
Thomas Huth
2017-01-24
1
-0
/
+2
*
hw: Fix typos found by codespell
Stefan Weil
2017-01-24
1
-1
/
+1
*
clean-up: removed duplicate #includes
Anand J
2016-10-28
1
-1
/
+0
*
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-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...
Isaac Lozano
2016-05-11
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
1
-0
/
+2
|
\
|
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+2
*
|
hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1
Matthew Fortune
2016-03-18
1
-10
/
+10
*
|
usb: fix unbound stack warning for inotify_watchfn
Peter Xu
2016-03-18
1
-3
/
+2
*
|
usb: fix unbound stack usage for usb_mtp_add_str
Peter Xu
2016-03-18
1
-1
/
+3
|
/
*
usb: Clean up includes
Peter Maydell
2016-01-29
1
-2
/
+1
*
usb-mtp: fix call to trace function
Bandan Das
2016-01-08
1
-1
/
+1
*
usb-mtp: use safe variant when cleaning events list
Bandan Das
2016-01-08
1
-2
/
+2
*
usb-mtp: add support for basic mtp events
Bandan Das
2015-12-15
1
-2
/
+27
*
usb-mtp: Add support for inotify based file monitoring
Bandan Das
2015-12-15
1
-0
/
+229
*
usb-mtp: free objects on a mtp reset
Bandan Das
2015-12-15
1
-0
/
+1
*
usb-mtp: use a list for keeping track of children
Bandan Das
2015-12-15
1
-16
/
+40
*
usb: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-11-06
1
-2
/
+1
*
usb-mtp: fix segmentation fault
Gonglei
2015-05-08
1
-0
/
+4
*
usb: usb-mtp QOMify
Gonglei
2015-05-08
1
-4
/
+7
*
usb-mtp: convert init to realize
Gonglei
2014-09-23
1
-3
/
+2
*
usb: don't use 'Yoda conditions'
Gonglei
2014-08-15
1
-2
/
+2
*
usb: mtp: tag root property as experimental
Gerd Hoffmann
2014-07-23
1
-1
/
+1
*
mtp: linux guest detection fix.
Gerd Hoffmann
2014-07-11
1
-0
/
+4
*
usb-mtp: handle usb_mtp_get_object failure
Gerd Hoffmann
2014-05-26
1
-2
/
+7
*
usb-mtp: handle lseek failure
Gerd Hoffmann
2014-05-26
1
-1
/
+4
*
usb-mtp: use bool to track MTPObject init status
Gerd Hoffmann
2014-05-26
1
-6
/
+8
*
usb: mtp: reply INCOMPLETE_TRANSFER on read errors
Gerd Hoffmann
2014-05-05
1
-1
/
+3
*
usb: mtp: fix possible buffer overflow
Gerd Hoffmann
2014-05-05
1
-0
/
+8
*
usb: mtp: drop data-out hexdump
Gerd Hoffmann
2014-05-05
1
-2
/
+1
*
usb: mtp: avoid empty description string
Gerd Hoffmann
2014-05-05
1
-1
/
+1
*
usb: mtp: fix error path memory leak
Gerd Hoffmann
2014-05-05
1
-0
/
+2
*
usb: mtp: fix serial (must be exact 32 chars)
Gerd Hoffmann
2014-05-05
1
-1
/
+1
*
usb: mtp: fix version (is decimal not bcd)
Gerd Hoffmann
2014-05-05
1
-1
/
+1
*
usb: mtp: fix usb_mtp_add_u64
Gerd Hoffmann
2014-05-05
1
-2
/
+2
*
usb: mtp: replace debug printfs with trace points
Gerd Hoffmann
2014-05-05
1
-4
/
+4
*
usb: mtp filesharing
Gerd Hoffmann
2014-04-23
1
-0
/
+1103