summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/9p-proxy.c
Commit message (Expand)AuthorAgeFilesLines
* 9pfs/proxy: Check return value of proxy_marshal()Greg Kurz2021-01-211-1/+2
* 9p/proxy: Fix export_flagsGreg Kurz2020-03-101-2/+2
* 9pfs: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2019-12-181-1/+1
* 9p: Simplify error path of v9fs_device_realize_common()Greg Kurz2019-10-101-0/+4
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* 9p: proxy: Fix size passed to `connect`Keno Fischer2018-06-071-3/+2Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* fsdev: improve error handling of backend initGreg Kurz2018-01-081-7/+7
* fsdev: improve error handling of backend opts parsingGreg Kurz2018-01-081-3/+13
* 9pfs: fix type in *_parse_opts declarationsGreg Kurz2018-01-081-1/+1
* 9pfs: proxy: assert if unmarshal failsGreg Kurz2017-03-211-11/+11
* 9pfs: add cleanup operation for proxy backend driverLi Qiang2016-11-231-0/+13
* 9pfs: introduce v9fs_path_sprintf() helperGreg Kurz2016-09-161-5/+2Star
* 9pfs: drop duplicate line in proxy backendGreg Kurz2016-09-161-1/+0Star
* 9pfs: drop unused fmt strings in the proxy backendGreg Kurz2016-09-161-37/+30Star
* 9p: switch back to readdir()Greg Kurz2016-06-061-5/+3Star
* 9p: introduce the V9fsDir typeGreg Kurz2016-06-061-10/+10
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* 9pfs: Clean up includesPeter Maydell2016-01-291-0/+1
* 9pfs: use error_report() instead of fprintf(stderr)Greg Kurz2016-01-221-6/+6
* 9pfs: break out 9p.h from virtio-9p.hWei Liu2016-01-081-1/+1
* 9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}Wei Liu2016-01-081-0/+1218