aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2018-06-299p: darwin: Explicitly cast comparisons of mode_t with -1Keno Fischer
2018-06-29cutils: Provide strchrnulKeno Fischer
2018-06-079p: xattr: Properly translate xattrcreate flagsKeno Fischer
2018-06-079p: Properly check/translate flags in unlinkatKeno Fischer
2018-06-079p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer
2018-06-079p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer
2018-06-079p: Move a couple xattr functions to 9p-utilKeno Fischer
2018-06-079p: local: Properly set errp in fstatfs error pathKeno Fischer
2018-06-079p: proxy: Fix size passed to `connect`Keno Fischer
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant
2018-05-029p: add trace event for v9fs_setattr()Greg Kurz
2018-02-199p: fix leak in synth_name_to_path()Marc-André Lureau
2018-02-199p: v9fs_path_copy() readabilityMarc-André Lureau
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-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz
2018-02-01tests: virtio-9p: add WRITE operation testGreg Kurz
2018-02-01tests: virtio-9p: add LOPEN operation testGreg Kurz
2018-02-01tests: virtio-9p: use the synth backendGreg Kurz
2018-02-019pfs: Correctly handle cancelled requestsKeno Fischer
2018-02-019pfs: drop v9fs_register_transport()Greg Kurz
2018-01-089pfs: deprecate handle backendGreg Kurz
2018-01-08fsdev: improve error handling of backend initGreg Kurz
2018-01-08fsdev: improve error handling of backend opts parsingGreg Kurz
2018-01-089pfs: make pdu_marshal() and pdu_unmarshal() static functionsGreg Kurz
2018-01-089pfs: fix error path in pdu_submit()Greg Kurz
2018-01-089pfs: fix type in *_parse_opts declarationsGreg Kurz
2018-01-089pfs: handle: fix type definitionGreg Kurz
2018-01-089pfs: fix some type definitionsGreg Kurz
2018-01-089pfs: fix XattrOperations typedefGreg Kurz
2018-01-08virtio-9p: move unrealize/realize after virtio_9p_transport definitionGreg Kurz
2017-11-069pfs: fix v9fs_mark_fids_unreclaim() return valueGreg Kurz
2017-11-069pfs: drop one user of struct V9fsFidStateGreg Kurz
2017-10-169pfs: use g_malloc0 to allocate space for xattrPrasad J Pandit
2017-09-209pfs: check the size of transport buffer before marshalingJan Dakinevich
2017-09-209pfs: fix name_to_path assertion in v9fs_complete_rename()Jan Dakinevich
2017-09-209pfs: fix readdir() for 9p2000.uJan Dakinevich
2017-09-059pfs: local: clarify fchmodat_nofollow() implementationGreg Kurz
2017-09-059pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé
2017-08-309pfs: fix dependenciesCornelia Huck
2017-08-109pfs: local: fix fchmodat_nofollow() limitationsGreg Kurz
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-13Convert error_report() to warn_report()Alistair Francis
2017-06-299pfs: handle transport errors in pdu_complete()Greg Kurz
2017-06-29xen-9pfs: disconnect if buffers are misconfiguredStefano Stabellini
2017-06-29virtio-9p: break device if buffers are misconfiguredGreg Kurz
2017-06-29virtio-9p: message header is 7-byte longGreg Kurz
2017-06-29virtio-9p: record element after sanity checksGreg Kurz
2017-06-299pfs: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau