summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* virtio: express virtio dependencies with KconfigYang Zhong2019-03-071-1/+1
* build: switch to KconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
* 9pfs: remove unnecessary conditionalsPaolo Bonzini2019-03-071-2/+0Star
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-8/+8
* 9p: remove support for the "handle" backendGreg Kurz2018-12-122-711/+0Star
* xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-121-3/+3
* 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-121-2/+2
* 9p: fix QEMU crash when renaming filesGreg Kurz2018-11-231-0/+3
* 9p: take write lock on fid path updates (CVE-2018-19364)Greg Kurz2018-11-201-0/+15
* 9p: write lock path in v9fs_co_open2()Greg Kurz2018-11-081-3/+3
* fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster2018-10-191-1/+6
* 9pfs: Fix CLI parsing crash on errorMarkus Armbruster2018-10-191-2/+4
* error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster2018-10-191-2/+2
* 9p: darwin: Explicitly cast comparisons of mode_t with -1Keno Fischer2018-06-291-2/+2
* cutils: Provide strchrnulKeno Fischer2018-06-291-1/+1
* 9p: xattr: Properly translate xattrcreate flagsKeno Fischer2018-06-072-2/+19
* 9p: Properly check/translate flags in unlinkatKeno Fischer2018-06-072-9/+12
* 9p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer2018-06-071-17/+23
* 9p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer2018-06-071-2/+2
* 9p: Move a couple xattr functions to 9p-utilKeno Fischer2018-06-073-33/+37
* 9p: local: Properly set errp in fstatfs error pathKeno Fischer2018-06-071-0/+2
* 9p: proxy: Fix size passed to `connect`Keno Fischer2018-06-071-3/+2Star
* hw: make virtio devices configurable via default-configs/Paolo Bonzini2018-06-011-2/+4
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-17/+15Star
* 9p: add trace event for v9fs_setattr()Greg Kurz2018-05-022-0/+7
* 9p: fix leak in synth_name_to_path()Marc-André Lureau2018-02-191-0/+1
* 9p: v9fs_path_copy() readabilityMarc-André Lureau2018-02-192-6/+5Star
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-094-0/+4
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-092-1/+3
* tests: virtio-9p: add FLUSH operation testGreg Kurz2018-02-023-0/+28
* tests: virtio-9p: add WRITE operation testGreg Kurz2018-02-012-0/+12
* tests: virtio-9p: add LOPEN operation testGreg Kurz2018-02-012-0/+6
* tests: virtio-9p: use the synth backendGreg Kurz2018-02-012-0/+20
* 9pfs: Correctly handle cancelled requestsKeno Fischer2018-02-012-0/+19
* 9pfs: drop v9fs_register_transport()Greg Kurz2018-02-014-17/+10Star
* 9pfs: deprecate handle backendGreg Kurz2018-01-081-0/+2
* fsdev: improve error handling of backend initGreg Kurz2018-01-085-13/+14
* fsdev: improve error handling of backend opts parsingGreg Kurz2018-01-083-18/+33
* 9pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz2018-01-082-4/+2Star
* 9pfs: fix error path in pdu_submit()Greg Kurz2018-01-081-4/+2Star
* 9pfs: fix type in *_parse_opts declarationsGreg Kurz2018-01-083-3/+3
* 9pfs: handle: fix type definitionGreg Kurz2018-01-081-24/+24
* 9pfs: fix some type definitionsGreg Kurz2018-01-084-11/+11
* 9pfs: fix XattrOperations typedefGreg Kurz2018-01-081-3/+2Star
* virtio-9p: move unrealize/realize after virtio_9p_transport definitionGreg Kurz2018-01-081-31/+29Star
* 9pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz2017-11-061-1/+1
* 9pfs: drop one user of struct V9fsFidStateGreg Kurz2017-11-061-4/+4