aboutsummaryrefslogtreecommitdiff
path: root/fsdev/qemu-fsdev.c
AgeCommit message (Expand)Author
2020-07-109p: null terminate fs driver options listPrasad J Pandit
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis
2019-05-17fsdev: Error out when unsupported option is passedGreg Kurz
2019-05-17fsdev: Move some types definition to qemu-fsdev.cGreg Kurz
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2018-12-129p: remove support for the "handle" backendGreg Kurz
2018-10-19fsdev: Clean up error reporting in qemu_fsdev_add()Markus Armbruster
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-01-08fsdev: improve error handling of backend opts parsingGreg Kurz
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz
2016-01-299pfs: Clean up includesPeter Maydell
2016-01-22fsdev: use error_report() instead of fprintf(stderr)Greg Kurz
2013-07-09fsdev: Fix potential memory leakStefan Weil
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2011-12-04hw/9pfs: Improve portability to older systemsAneesh Kumar K.V
2011-10-31hw/9pfs: Add synthetic file system support using 9pAneesh Kumar K.V
2011-10-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar
2011-10-15hw/9pfs: Handle Security model parsingM. Mohan Kumar
2011-10-15hw/9pfs: Use export flag for indicating security modelAneesh Kumar K.V
2011-10-15hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS codeAneesh Kumar K.V
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V
2011-09-22hw/9pfs: Add handle based fs driverAneesh Kumar K.V
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2010-10-20[virtio-9p] Qemu 9p commandline options validity checksHarsh Prateek Bora
2010-09-21Use machine_init() to register virtfs config options.Gerd Hoffmann
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)
2010-05-03virtio-9p: Add a virtio 9p device to qemuAnthony Liguori
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy