index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
9pfs
/
xen-9p-backend.c
Age
Commit message (
Expand
)
Author
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2018-12-12
xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)
Greg Kurz
2018-10-19
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster
2018-05-22
xen: remove other open-coded use of libxengnttab
Paul Durrant
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-01
9pfs: drop v9fs_register_transport()
Greg Kurz
2018-01-08
9pfs: fix some type definitions
Greg Kurz
2017-06-29
xen-9pfs: disconnect if buffers are misconfigured
Stefano Stabellini
2017-06-29
virtio-9p: break device if buffers are misconfigured
Greg Kurz
2017-05-25
virtio-9p/xen-9p: move 9p specific bits to core 9p code
Greg Kurz
2017-05-16
xen: call qemu_set_cloexec instead of fcntl
Stefano Stabellini
2017-05-16
xen/9pfs: fix two resource leaks on error paths, discovered by Coverity
Stefano Stabellini
2017-04-25
xen/9pfs: send responses back to the frontend
Stefano Stabellini
2017-04-25
xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshal
Stefano Stabellini
2017-04-25
xen/9pfs: receive requests from the frontend
Stefano Stabellini
2017-04-25
xen/9pfs: connect to the frontend
Stefano Stabellini
2017-04-25
xen/9pfs: introduce Xen 9pfs backend
Stefano Stabellini