summaryrefslogtreecommitdiff
path: root/hw/usb/dev-mtp.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07usb-mtp: Unconditionally check for the readonly bitBandan Das1-4/+5
2018-05-07usb-mtp: Add some NULL checks for issues pointed out by coverityBandan Das1-3/+3
2018-02-26usb-mtp: Advertise SendObjectInfo for write supportBandan Das1-2/+134
2018-02-26usb-mtp: Introduce write support for MTP objectsBandan Das1-2/+155
2018-02-26usb-mtp: Support delete of mtp objectsBandan Das1-0/+123
2018-02-26usb-mtp: print parent path in IN_IGNORED trace fnBandan Das1-3/+2
2018-02-26usb-mtp: Add one more argument when building resultsBandan Das1-23/+27
2017-01-24usb: Set category and description of the MTP deviceThomas Huth1-0/+2
2017-01-24hw: Fix typos found by codespellStefan Weil1-1/+1
2016-10-28clean-up: removed duplicate #includesAnand J1-1/+0
2016-09-14usb-mtp: added object propertiesIsaac Lozano1-0/+177
2016-09-14usb-mtp: fix sending files larger than 4gbIsaac Lozano1-5/+15
2016-05-11usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...Isaac Lozano1-2/+2
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+2
2016-03-18hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1Matthew Fortune1-10/+10
2016-03-18usb: fix unbound stack warning for inotify_watchfnPeter Xu1-3/+2
2016-03-18usb: fix unbound stack usage for usb_mtp_add_strPeter Xu1-1/+3
2016-01-29usb: Clean up includesPeter Maydell1-2/+1
2016-01-08usb-mtp: fix call to trace functionBandan Das1-1/+1
2016-01-08usb-mtp: use safe variant when cleaning events listBandan Das1-2/+2
2015-12-15usb-mtp: add support for basic mtp eventsBandan Das1-2/+27
2015-12-15usb-mtp: Add support for inotify based file monitoringBandan Das1-0/+229
2015-12-15usb-mtp: free objects on a mtp resetBandan Das1-0/+1
2015-12-15usb-mtp: use a list for keeping track of childrenBandan Das1-16/+40
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2015-05-08usb-mtp: fix segmentation faultGonglei1-0/+4
2015-05-08usb: usb-mtp QOMifyGonglei1-4/+7
2014-09-23usb-mtp: convert init to realizeGonglei1-3/+2
2014-08-15usb: don't use 'Yoda conditions'Gonglei1-2/+2
2014-07-23usb: mtp: tag root property as experimentalGerd Hoffmann1-1/+1
2014-07-11mtp: linux guest detection fix.Gerd Hoffmann1-0/+4
2014-05-26usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann1-2/+7
2014-05-26usb-mtp: handle lseek failureGerd Hoffmann1-1/+4
2014-05-26usb-mtp: use bool to track MTPObject init statusGerd Hoffmann1-6/+8
2014-05-05usb: mtp: reply INCOMPLETE_TRANSFER on read errorsGerd Hoffmann1-1/+3
2014-05-05usb: mtp: fix possible buffer overflowGerd Hoffmann1-0/+8
2014-05-05usb: mtp: drop data-out hexdumpGerd Hoffmann1-2/+1
2014-05-05usb: mtp: avoid empty description stringGerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix error path memory leakGerd Hoffmann1-0/+2
2014-05-05usb: mtp: fix serial (must be exact 32 chars)Gerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix version (is decimal not bcd)Gerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix usb_mtp_add_u64Gerd Hoffmann1-2/+2
2014-05-05usb: mtp: replace debug printfs with trace pointsGerd Hoffmann1-4/+4
2014-04-23usb: mtp filesharingGerd Hoffmann1-0/+1103