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.h
Age
Commit message (
Expand
)
Author
2019-05-17
fsdev: Move some types definition to qemu-fsdev.c
Greg Kurz
2019-05-17
fsdev: Drop unused extern declaration
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
2016-06-06
9p/fsdev: remove obsolete references to virtio
Greg Kurz
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-10-31
hw/9pfs: Add synthetic file system support using 9p
Aneesh Kumar K.V
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-04-27
virtio-9p: move 9p files around
Aneesh Kumar K.V
2011-01-23
Delete useless 'extern' qualifiers for functions
Blue Swirl
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