aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/9p-proxy.c
AgeCommit message (Expand)Author
2023-07-25hw/9pfs: spelling fixesMichael Tokarev
2023-07-069pfs: deprecate 'proxy' backendChristian Schoenebeck
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-079p: darwin: Handle struct dirent differencesKeno Fischer
2022-03-079p: darwin: Handle struct stat(fs) differencesKeno Fischer
2021-07-059pfs: add link to 9p developer docsChristian Schoenebeck
2021-01-219pfs/proxy: Check return value of proxy_marshal()Greg Kurz
2020-03-109p/proxy: Fix export_flagsGreg Kurz
2019-12-189pfs: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy
2019-10-109p: Simplify error path of v9fs_device_realize_common()Greg Kurz
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2018-06-079p: proxy: Fix size passed to `connect`Keno Fischer
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-08fsdev: improve error handling of backend initGreg Kurz
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz
2017-03-219pfs: proxy: assert if unmarshal failsGreg Kurz
2016-11-239pfs: add cleanup operation for proxy backend driverLi Qiang
2016-09-169pfs: introduce v9fs_path_sprintf() helperGreg Kurz
2016-09-169pfs: drop duplicate line in proxy backendGreg Kurz
2016-09-169pfs: drop unused fmt strings in the proxy backendGreg Kurz
2016-06-069p: switch back to readdir()Greg Kurz
2016-06-069p: introduce the V9fsDir typeGreg Kurz
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-01-299pfs: Clean up includesPeter Maydell
2016-01-229pfs: use error_report() instead of fprintf(stderr)Greg Kurz
2016-01-089pfs: break out 9p.h from virtio-9p.hWei Liu
2016-01-089pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}Wei Liu