aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/xen-9p-backend.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini1-21/+64
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz1-1/+2
2017-05-25virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz1-5/+1
2017-05-16xen: call qemu_set_cloexec instead of fcntlStefano Stabellini1-1/+1
2017-05-16xen/9pfs: fix two resource leaks on error paths, discovered by CoverityStefano Stabellini1-0/+2
2017-04-25xen/9pfs: send responses back to the frontendStefano Stabellini1-0/+19
2017-04-25xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshalStefano Stabellini1-2/+97
2017-04-25xen/9pfs: receive requests from the frontendStefano Stabellini1-0/+50
2017-04-25xen/9pfs: connect to the frontendStefano Stabellini1-1/+181
2017-04-25xen/9pfs: introduce Xen 9pfs backendStefano Stabellini1-0/+96