aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
2019-11-239pfs: Fix divide by zero bugDan Schatzberg1-2/+4
2019-10-109p: Use variable length suffixes for inode remappingChristian Schoenebeck2-33/+279
2019-10-109p: stat_to_qid: implement slow pathAntonios Motakis2-7/+76
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis3-21/+200
2019-10-109p: Treat multiple devices on one export as an errorAntonios Motakis2-14/+57
2019-10-10fsdev: Add return value to fsdev_throttle_parse_opts()Greg Kurz1-2/+1
2019-10-109p: Simplify error path of v9fs_device_realize_common()Greg Kurz3-10/+14
2019-10-109p: unsigned type for type, version, pathAntonios Motakis2-10/+10
2019-08-209p: simplify source file selectionPaolo Bonzini1-0/+5
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster8-1/+7
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-2/+2
2019-06-12Supply missing header guardsMarkus Armbruster1-1/+5
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-1/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster1-1/+1
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-1/+1
2019-03-07virtio: express virtio dependencies with KconfigYang Zhong1-1/+1
2019-03-07build: switch to KconfigPaolo Bonzini1-0/+2
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+2
2019-03-079pfs: remove unnecessary conditionalsPaolo Bonzini1-2/+0
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-8/+8
2018-12-129p: remove support for the "handle" backendGreg Kurz2-711/+0
2018-12-12xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+3
2018-12-129p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-11-239p: fix QEMU crash when renaming filesGreg Kurz1-0/+3
2018-11-209p: take write lock on fid path updates (CVE-2018-19364)Greg Kurz1-0/+15
2018-11-089p: write lock path in v9fs_co_open2()Greg Kurz1-3/+3
2018-10-19fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster1-1/+6
2018-10-199pfs: Fix CLI parsing crash on errorMarkus Armbruster1-2/+4
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+2
2018-06-299p: darwin: Explicitly cast comparisons of mode_t with -1Keno Fischer1-2/+2
2018-06-29cutils: Provide strchrnulKeno Fischer1-1/+1
2018-06-079p: xattr: Properly translate xattrcreate flagsKeno Fischer2-2/+19
2018-06-079p: Properly check/translate flags in unlinkatKeno Fischer2-9/+12
2018-06-079p: local: Avoid warning if FS_IOC_GETVERSION is not definedKeno Fischer1-17/+23
2018-06-079p: xattr: Fix crashes due to free of uninitialized valueKeno Fischer1-2/+2
2018-06-079p: Move a couple xattr functions to 9p-utilKeno Fischer3-33/+37
2018-06-079p: local: Properly set errp in fstatfs error pathKeno Fischer1-0/+2
2018-06-079p: proxy: Fix size passed to `connect`Keno Fischer1-3/+2
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini1-2/+4
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant1-17/+15
2018-05-029p: add trace event for v9fs_setattr()Greg Kurz2-0/+7
2018-02-199p: fix leak in synth_name_to_path()Marc-André Lureau1-0/+1
2018-02-199p: v9fs_path_copy() readabilityMarc-André Lureau2-6/+5
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster4-0/+4
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster2-1/+3
2018-02-02tests: virtio-9p: add FLUSH operation testGreg Kurz3-0/+28
2018-02-01tests: virtio-9p: add WRITE operation testGreg Kurz2-0/+12