summaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2017-01-25Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-01-259pfs: fix offset error in v9fs_xattr_read()Greg Kurz
2017-01-259pfs: local: trivial cosmetic fix in pwritev opGreg Kurz
2017-01-259pfs: fix off-by-one error in PDU free listGreg Kurz
2017-01-259pfs: add missing coroutine_fn annotationsGreg Kurz
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2017-01-039pfs: fix P9_NOTAG and P9_NOFID macrosGreg Kurz
2017-01-039pfs: fix crash when fsdev is missingGreg Kurz
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini
2017-01-039pfs: call v9fs_init_qiov_from_pdu before v9fs_packStefano Stabellini
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini
2017-01-039pfs: move pdus to V9fsStateStefano Stabellini
2016-11-239pfs: add cleanup operation for proxy backend driverLi Qiang
2016-11-239pfs: add cleanup operation for handle backend driverLi Qiang
2016-11-239pfs: add cleanup operation in FileOperationsLi Qiang
2016-11-239pfs: adjust the order of resource cleanup in device unrealizeLi Qiang
2016-11-019pfs: drop excessive error message from virtfs_reset()Greg Kurz
2016-11-019pfs: don't BUG_ON() if fid is already openedGreg Kurz
2016-11-019pfs: xattrcreate requires non-opened fidsGreg Kurz
2016-11-019pfs: limit xattr size in xattrcreateGreg Kurz
2016-11-019pfs: fix integer overflow issue in xattr read/writeLi Qiang
2016-11-019pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_tLi Qiang
2016-11-019pfs: add xattrwalk_fid field in V9fsXattr structLi Qiang
2016-10-179pfs: fix memory leak in v9fs_writeLi Qiang
2016-10-179pfs: fix memory leak in v9fs_linkLi Qiang
2016-10-179pfs: fix memory leak in v9fs_xattrcreateLi Qiang
2016-10-179pfs: fix information leak in xattr readLi Qiang
2016-10-17virtio-9p: add reset handlerGreg Kurz
2016-10-179pfs: only free completed request if not flushedGreg Kurz
2016-10-179pfs: drop useless check in pdu_free()Greg Kurz
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz
2016-10-179pfs: fsdev: drop useless extern annotation for functionsGreg Kurz
2016-10-179pfs: fix potential host memory leak in v9fs_readLi Qiang
2016-10-179pfs: allocate space for guest originated empty stringsLi Qiang
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-9p: handle handle_9p_output() errorGreg Kurz
2016-10-10virtio-9p: add parentheses to sizeof operatorGreg Kurz
2016-09-199pfs: fix potential segfault during walkGreg Kurz
2016-09-169pfs: introduce v9fs_path_sprintf() helperGreg Kurz
2016-09-169pfs: drop useless v9fs_string_null() functionGreg Kurz
2016-09-169pfs: drop duplicate line in proxy backendGreg Kurz
2016-09-169pfs: drop unused fmt strings in the proxy backendGreg Kurz
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz
2016-08-309pfs: forbid . and .. in file namesGreg Kurz
2016-08-309pfs: forbid illegal path namesGreg Kurz
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-219pfs: Wrap in vmstateDr. David Alan Gilbert
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini