index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fsdev
/
qemu-fsdev.c
Age
Commit message (
Expand
)
Author
2020-07-10
9p: null terminate fs driver options list
Prasad J Pandit
2019-10-10
9p: Added virtfs option 'multidevs=remap|forbid|warn'
Antonios Motakis
2019-05-17
fsdev: Error out when unsupported option is passed
Greg Kurz
2019-05-17
fsdev: Move some types definition to qemu-fsdev.c
Greg Kurz
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2018-12-12
9p: remove support for the "handle" backend
Greg Kurz
2018-10-19
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-08
fsdev: improve error handling of backend opts parsing
Greg Kurz
2016-06-06
9p/fsdev: remove obsolete references to virtio
Greg Kurz
2016-01-29
9pfs: Clean up includes
Peter Maydell
2016-01-22
fsdev: use error_report() instead of fprintf(stderr)
Greg Kurz
2013-07-09
fsdev: Fix potential memory leak
Stefan Weil
2013-01-12
qemu-option: move standard option definitions out of qemu-config.c
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-01-04
hw/9pfs: Add new proxy filesystem driver
M. Mohan Kumar
2012-01-04
hw/9pfs: Move opt validation to FsDriver callback
Aneesh Kumar K.V
2011-12-04
hw/9pfs: Improve portability to older systems
Aneesh Kumar K.V
2011-10-31
hw/9pfs: Add synthetic file system support using 9p
Aneesh Kumar K.V
2011-10-31
hw/9pfs: Read-only support for 9p export
M. Mohan Kumar
2011-10-15
hw/9pfs: Handle Security model parsing
M. Mohan Kumar
2011-10-15
hw/9pfs: Use export flag for indicating security model
Aneesh Kumar K.V
2011-10-15
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
Aneesh Kumar K.V
2011-10-12
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
Aneesh Kumar K.V
2011-09-22
hw/9pfs: Add handle based fs driver
Aneesh Kumar K.V
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2010-10-20
[virtio-9p] Qemu 9p commandline options validity checks
Harsh Prateek Bora
2010-09-21
Use machine_init() to register virtfs config options.
Gerd Hoffmann
2010-06-22
virtio-9p: Introduces an option to specify the security model.
Venkateswararao Jujjuri (JV)
2010-05-03
virtio-9p: Add a virtio 9p device to qemu
Anthony Liguori
2010-05-03
virtio-9p: Create a commandline option -fsdev
Gautham R Shenoy