aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/9p-handle.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-079p: Properly check/translate flags in unlinkatKeno Fischer1-7/+1
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-01-089pfs: deprecate handle backendGreg Kurz1-0/+2
2018-01-08fsdev: improve error handling of backend initGreg Kurz1-1/+1
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz1-1/+1
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz1-1/+1
2018-01-089pfs: handle: fix type definitionGreg Kurz1-24/+24
2017-05-259pfs: assume utimensat() and futimens() are presentGreg Kurz1-5/+0
2016-11-239pfs: add cleanup operation for handle backend driverLi Qiang1-0/+9
2016-06-069p: switch back to readdir()Greg Kurz1-5/+3
2016-06-069p: introduce the V9fsDir typeGreg Kurz1-9/+9
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-01-299pfs: Clean up includesPeter Maydell1-1/+1
2016-01-229pfs: use error_report() instead of fprintf(stderr)Greg Kurz1-2/+3
2016-01-089pfs: break out 9p.h from virtio-9p.hWei Liu1-1/+1
2016-01-089pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu1-1/+1
2016-01-089pfs: rename virtio-9p-handle.c to 9p-handle.cWei Liu1-0/+707