COMMITS
/ fsdev/qemu-fsdev.c June 26, 2023
C
9pfs: deprecate 'proxy' backend
Christian Schoenebeck committed
July 9, 2020
P
9p: null terminate fs driver options list
Prasad J Pandit committed
October 10, 2019
A
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis committed
May 17, 2019
G
fsdev: Error out when unsupported option is passed
Greg Kurz committed
G
fsdev: Move some types definition to qemu-fsdev.c
Greg Kurz committed
December 6, 2018
P
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini committed
December 12, 2018
G
9p: remove support for the "handle" backend
Greg Kurz committed
October 17, 2018
M
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster committed
February 1, 2018
M
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster committed
M
Include qapi/error.h exactly where needed
Markus Armbruster committed
January 8, 2018
G
fsdev: improve error handling of backend opts parsing
Greg Kurz committed
June 6, 2016
G
9p/fsdev: remove obsolete references to virtio
Greg Kurz committed
January 26, 2016
P
9pfs: Clean up includes
Peter Maydell committed
January 22, 2016
G
fsdev: use error_report() instead of fprintf(stderr)
Greg Kurz committed
June 16, 2013
S
fsdev: Fix potential memory leak
Stefan Weil committed
November 26, 2012
P
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini committed
December 17, 2012
P
misc: move include files to include/qemu/
Paolo Bonzini committed
December 14, 2011
M
hw/9pfs: Add new proxy filesystem driver
M. Mohan Kumar committed
A
hw/9pfs: Move opt validation to FsDriver callback
Aneesh Kumar K.V committed
December 4, 2011
A
hw/9pfs: Improve portability to older systems
Aneesh Kumar K.V committed
October 25, 2011
A
hw/9pfs: Add synthetic file system support using 9p
Aneesh Kumar K.V committed
M
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar committed
October 14, 2011
M
hw/9pfs: Handle Security model parsing
M. Mohan Kumar committed
October 13, 2011
A
hw/9pfs: Use export flag for indicating security model
Aneesh Kumar K.V committed
A
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
Aneesh Kumar K.V committed
October 12, 2011
A
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V committed
August 2, 2011
A
hw/9pfs: Add handle based fs driver
Aneesh Kumar K.V committed
August 21, 2011
A
Use glib memory allocation and free functions
Anthony Liguori committed
October 18, 2010
H
[virtio-9p] Qemu 9p commandline options validity checks
Harsh Prateek Bora committed
August 25, 2010
G
Use machine_init() to register virtfs config options.
Gerd Hoffmann committed
June 14, 2010
V
virtio-9p: Introduces an option to specify the security model.
Venkateswararao Jujjuri (JV) committed
April 29, 2010
A
virtio-9p: Add a virtio 9p device to qemu
Anthony Liguori committed
G
virtio-9p: Create a commandline option -fsdev
Gautham R Shenoy committed