summary refs log tree commit diff stats
path: root/hw/9pfs/xen-9p-backend.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-17/+15
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* 9pfs: drop v9fs_register_transport()Greg Kurz2018-02-011-2/+1
* 9pfs: fix some type definitionsGreg Kurz2018-01-081-1/+1
* xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini2017-06-291-21/+64
* virtio-9p: break device if buffers are misconfiguredGreg Kurz2017-06-291-1/+2
* virtio-9p/xen-9p: move 9p specific bits to core 9p codeGreg Kurz2017-05-251-5/+1
* xen: call qemu_set_cloexec instead of fcntlStefano Stabellini2017-05-161-1/+1
* xen/9pfs: fix two resource leaks on error paths, discovered by CoverityStefano Stabellini2017-05-161-0/+2
* xen/9pfs: send responses back to the frontendStefano Stabellini2017-04-251-0/+19
* xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshalStefano Stabellini2017-04-251-2/+97
* xen/9pfs: receive requests from the frontendStefano Stabellini2017-04-251-0/+50
* xen/9pfs: connect to the frontendStefano Stabellini2017-04-251-1/+181
* xen/9pfs: introduce Xen 9pfs backendStefano Stabellini2017-04-251-0/+96