aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/9p-proxy.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-079p: darwin: Handle struct dirent differencesKeno Fischer1-1/+15
2022-03-079p: darwin: Handle struct stat(fs) differencesKeno Fischer1-2/+20
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck1-0/+5
2021-01-219pfs/proxy: Check return value of proxy_marshal()Greg Kurz1-1/+2
2020-03-109p/proxy: Fix export_flagsGreg Kurz1-2/+2
2019-12-189pfs: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy1-1/+1
2019-10-109p: Simplify error path of v9fs_device_realize_common()Greg Kurz1-0/+4
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2018-06-079p: proxy: Fix size passed to `connect`Keno Fischer1-3/+2
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-01-08fsdev: improve error handling of backend initGreg Kurz1-7/+7
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz1-3/+13
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz1-1/+1
2017-03-219pfs: proxy: assert if unmarshal failsGreg Kurz1-11/+11
2016-11-239pfs: add cleanup operation for proxy backend driverLi Qiang1-0/+13
2016-09-169pfs: introduce v9fs_path_sprintf() helperGreg Kurz1-5/+2
2016-09-169pfs: drop duplicate line in proxy backendGreg Kurz1-1/+0
2016-09-169pfs: drop unused fmt strings in the proxy backendGreg Kurz1-37/+30
2016-06-069p: switch back to readdir()Greg Kurz1-5/+3
2016-06-069p: introduce the V9fsDir typeGreg Kurz1-10/+10
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-01-299pfs: Clean up includesPeter Maydell1-0/+1
2016-01-229pfs: use error_report() instead of fprintf(stderr)Greg Kurz1-6/+6
2016-01-089pfs: break out 9p.h from virtio-9p.hWei Liu1-1/+1
2016-01-089pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}Wei Liu1-0/+1218