summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-mtp.c
Commit message (Expand)AuthorAgeFilesLines
* usb: Set category and description of the MTP deviceThomas Huth2017-01-241-0/+2
* hw: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* clean-up: removed duplicate #includesAnand J2016-10-281-1/+0Star
* usb-mtp: added object propertiesIsaac Lozano2016-09-141-0/+177
* usb-mtp: fix sending files larger than 4gbIsaac Lozano2016-09-141-5/+15
* usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't comp...Isaac Lozano2016-05-111-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-0/+2
|\
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+2
* | hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1Matthew Fortune2016-03-181-10/+10
* | usb: fix unbound stack warning for inotify_watchfnPeter Xu2016-03-181-3/+2Star
* | usb: fix unbound stack usage for usb_mtp_add_strPeter Xu2016-03-181-1/+3
|/
* usb: Clean up includesPeter Maydell2016-01-291-2/+1Star
* usb-mtp: fix call to trace functionBandan Das2016-01-081-1/+1
* usb-mtp: use safe variant when cleaning events listBandan Das2016-01-081-2/+2
* usb-mtp: add support for basic mtp eventsBandan Das2015-12-151-2/+27
* usb-mtp: Add support for inotify based file monitoringBandan Das2015-12-151-0/+229
* usb-mtp: free objects on a mtp resetBandan Das2015-12-151-0/+1
* usb-mtp: use a list for keeping track of childrenBandan Das2015-12-151-16/+40
* usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-2/+1Star
* usb-mtp: fix segmentation faultGonglei2015-05-081-0/+4
* usb: usb-mtp QOMifyGonglei2015-05-081-4/+7
* usb-mtp: convert init to realizeGonglei2014-09-231-3/+2Star
* usb: don't use 'Yoda conditions'Gonglei2014-08-151-2/+2
* usb: mtp: tag root property as experimentalGerd Hoffmann2014-07-231-1/+1
* mtp: linux guest detection fix.Gerd Hoffmann2014-07-111-0/+4
* usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann2014-05-261-2/+7
* usb-mtp: handle lseek failureGerd Hoffmann2014-05-261-1/+4
* usb-mtp: use bool to track MTPObject init statusGerd Hoffmann2014-05-261-6/+8
* usb: mtp: reply INCOMPLETE_TRANSFER on read errorsGerd Hoffmann2014-05-051-1/+3
* usb: mtp: fix possible buffer overflowGerd Hoffmann2014-05-051-0/+8
* usb: mtp: drop data-out hexdumpGerd Hoffmann2014-05-051-2/+1Star
* usb: mtp: avoid empty description stringGerd Hoffmann2014-05-051-1/+1
* usb: mtp: fix error path memory leakGerd Hoffmann2014-05-051-0/+2
* usb: mtp: fix serial (must be exact 32 chars)Gerd Hoffmann2014-05-051-1/+1
* usb: mtp: fix version (is decimal not bcd)Gerd Hoffmann2014-05-051-1/+1
* usb: mtp: fix usb_mtp_add_u64Gerd Hoffmann2014-05-051-2/+2
* usb: mtp: replace debug printfs with trace pointsGerd Hoffmann2014-05-051-4/+4
* usb: mtp filesharingGerd Hoffmann2014-04-231-0/+1103