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