aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2019-08-209p: simplify source file selectionPaolo Bonzini
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-06-12Supply missing header guardsMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong
2019-03-07build: switch to KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-03-079pfs: remove unnecessary conditionalsPaolo Bonzini
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2018-12-129p: remove support for the "handle" backendGreg Kurz
2018-12-12xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-129p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-11-239p: fix QEMU crash when renaming filesGreg Kurz
2018-11-209p: take write lock on fid path updates (CVE-2018-19364)Greg Kurz
2018-11-089p: write lock path in v9fs_co_open2()Greg Kurz
2018-10-19fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster
2018-10-199pfs: Fix CLI parsing crash on errorMarkus Armbruster
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster
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