summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
...
* 9pfs: Fix divide by zero bugDan Schatzberg2019-11-231-2/+4
* 9p: Use variable length suffixes for inode remappingChristian Schoenebeck2019-10-102-33/+279
* 9p: stat_to_qid: implement slow pathAntonios Motakis2019-10-102-7/+76
* 9p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis2019-10-103-21/+200
* 9p: Treat multiple devices on one export as an errorAntonios Motakis2019-10-102-14/+57
* fsdev: Add return value to fsdev_throttle_parse_opts()Greg Kurz2019-10-101-2/+1Star
* 9p: Simplify error path of v9fs_device_realize_common()Greg Kurz2019-10-103-10/+14
* 9p: unsigned type for type, version, pathAntonios Motakis2019-10-102-10/+10
* 9p: simplify source file selectionPaolo Bonzini2019-08-201-0/+5
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-168-1/+7
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-2/+2
* Supply missing header guardsMarkus Armbruster2019-06-121-1/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* 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