summaryrefslogtreecommitdiff
path: root/hw/9pfs/9p.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz1-4/+4
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz1-1/+1
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz1-0/+5
2017-05-25virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz1-1/+1
2017-04-219p: introduce a type for the 9p headerStefano Stabellini1-0/+6
2017-01-039pfs: fix P9_NOTAG and P9_NOFID macrosGreg Kurz1-2/+2
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini1-2/+4
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini1-0/+19
2017-01-039pfs: move pdus to V9fsStateStefano Stabellini1-0/+1
2016-11-019pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_tLi Qiang1-2/+2
2016-11-019pfs: add xattrwalk_fid field in V9fsXattr structLi Qiang1-0/+1
2016-10-17virtio-9p: add reset handlerGreg Kurz1-0/+1
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz1-1/+1
2016-10-179pfs: fsdev: drop useless extern annotation for functionsGreg Kurz1-9/+9
2016-09-169pfs: introduce v9fs_path_sprintf() helperGreg Kurz1-0/+1
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz1-0/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-06-069p: add locking to V9fsDirGreg Kurz1-0/+16
2016-06-069p: introduce the V9fsDir typeGreg Kurz1-1/+5
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz1-2/+0
2016-02-23all: Clean up includesPeter Maydell1-2/+0
2016-01-129pfs: introduce V9fsVirtioStateWei Liu1-5/+1
2016-01-089pfs: factor out v9fs_device_{,un}realize_commonWei Liu1-0/+2
2016-01-089pfs: export pdu_{submit,alloc,free}Wei Liu1-0/+3
2016-01-089pfs: break out 9p.h from virtio-9p.hWei Liu1-0/+325