summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/xen-9p-backend.c
Commit message (Expand)AuthorAgeFilesLines
* xen/9pfs: increase max ring order to 9Stefano Stabellini2020-05-251-1/+1
* xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini2020-05-251-6/+25
* Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini2020-05-251-9/+6Star
* xen-9pfs: Fix log messages of reply errorsChristian Schoenebeck2020-05-141-4/+5
* 9p: init_in_iov_from_pdu can truncate the sizeGreg Kurz2020-01-201-5/+8
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-8/+8
* xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-121-3/+3
* fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster2018-10-191-1/+6
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-17/+15Star
* 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/+1Star
* 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/+1Star
* 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