Age | Commit message (Expand) | Author |
2012-01-06 | virtio-9p-proxy: Fix typo causing compile failure on 32 bit hosts | Peter Maydell |
2012-01-04 | hw/9pfs: Add support to use named socket for proxy FS | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Proxy getversion | M. Mohan Kumar |
2012-01-04 | hw/9pfs: xattr interfaces in proxy filesystem driver | M. Mohan Kumar |
2012-01-04 | hw/9pfs: File ownership and others | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Add stat/readlink/statfs for proxy FS | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Create other filesystem objects | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Open and create files | M. Mohan Kumar |
2012-01-04 | hw/9pfs: File system helper process for qemu 9p proxy FS | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Add new proxy filesystem driver | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Add validation to {un}marshal code | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file | M. Mohan Kumar |
2012-01-04 | hw/9pfs: Move opt validation to FsDriver callback | Aneesh Kumar K.V |
2011-12-21 | hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values. | Aneesh Kumar K.V |
2011-12-21 | hw/9pfs: Use the correct signed type for different variables | Aneesh Kumar K.V |
2011-12-21 | hw/9pfs: replace iovec manipulation with QEMUIOVector | Stefan Hajnoczi |
2011-12-06 | fix spelling in hw sub directory | Dong Xu Wang |
2011-12-06 | fix typo: delete redundant semicolon | Dong Xu Wang |
2011-12-04 | hw/9pfs: Use the correct file descriptor in Fsdriver Callback | Aneesh Kumar K.V |
2011-12-04 | hw/9pfs: Add qdev.reset callback for virtio-9p-pci device | Aneesh Kumar K.V |
2011-12-04 | hw/9pfs: Reset server state during TVERSION | Deepak C Shetty |
2011-12-04 | hw/9pfs: use migration blockers to prevent live migration when virtfs export ... | Aneesh Kumar K.V |
2011-12-04 | hw/9pfs: Improve portability to older systems | Aneesh Kumar K.V |
2011-11-28 | 9pfs: improve portability to older systems | Aneesh Kumar K.V |
2011-11-28 | 9pfs: improve portability to older systems | Paolo Bonzini |
2011-11-21 | 9p: pass dotl flags to the unlinkat method | Paolo Bonzini |
2011-11-21 | 9p: allow compiling the dummy virtio-9p-handle.c code on Linux | Paolo Bonzini |
2011-11-09 | configure: fix detection for xattr.h on modern distributions | Avi Kivity |
2011-11-02 | hw/9pfs: use g_vasprintf() instead of rolling our own | Stefan Hajnoczi |
2011-10-31 | hw/9pfs: Replace rwlocks with RCU variants of interfaces. | Harsh Prateek Bora |
2011-10-31 | hw/9pfs: Add synthetic file system support using 9p | Aneesh Kumar K.V |
2011-10-31 | hw/9pfs: Abstract open state of fid to V9fsFidOpenState | Aneesh Kumar K.V |
2011-10-31 | hw/9pfs: Read-only support for 9p export | M. Mohan Kumar |
2011-10-31 | hw/9pfs: Fix error handling in local_mknod | Aneesh Kumar K.V |
2011-10-30 | hw/9pfs: Make VirtFS tracing work correctly | 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-15 | hw/9pfs: Use export_flag for indicating whether fs driver use path names. | Aneesh Kumar K.V |
2011-10-15 | hw/9pfs: Use fs driver specific lstat | M. Mohan Kumar |
2011-10-15 | hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing. | Harsh Prateek Bora |
2011-10-15 | hw/9pfs: Introduce tracing for 9p pdu handlers | Harsh Prateek Bora |
2011-10-15 | hw/9pfs: Add st_gen support for handle based fs driver | Harsh Prateek Bora |
2011-10-15 | hw/9pfs: Add st_gen support in getattr reply | Harsh Prateek Bora |
2011-10-15 | hw/9pfs: Add open flag mapping | M. Mohan Kumar |
2011-10-15 | hw/9pfs: Ensure an error is reported to user if 9pfs mount tag is too long | Daniel P. Berrange |
2011-10-15 | virtio-9p: Use 9P specific Lock constants | M. Mohan Kumar |
2011-10-15 | hw/9pfs: Fix build error on platform that don't support futimens | Aneesh Kumar K.V |
2011-10-12 | hw/9pfs: Add new virtfs option writeout=immediate skip host page cache | Aneesh Kumar K.V |
2011-10-12 | hw/9pfs: Use ioeventfd for 9p | Aneesh Kumar K.V |
2011-09-22 | hw/9pfs: Add handle based fs driver | Aneesh Kumar K.V |