]> git.proxmox.com Git - qemu.git/history - hw/virtio-9p.c
virtio-console: notify backend of guest open / close
[qemu.git] / hw / virtio-9p.c
2011-04-07 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-04-07 Alexey Kardashevskiyvirtio-9p: fixed LE-to-host conversion bug when QEMU...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-03 Venkateswararao... [virtio-9p] Add datasync to server side TFSYNC/RFSYNC...
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-20 Venkateswararao... [virtio-9p] Add support to v9fs_string_alloc_printf...
2010-10-20 Sanchit Garg[virtio-9p] Use preadv/pwritev instead of readv/writev
2010-10-20 Harsh Prateek Bora[virtio-9p] Qemu 9p commandline options validity checks
2010-10-20 Aneesh Kumar K.Vvirtio-9p: Use layered xattr approach
2010-10-20 Venkateswararao... [virtio-9p] Ignore O_DIRECT hint from client.
2010-10-20 M. Mohan Kumarqemu-virtio-9p: Implement TREADLINK operation for 9p2000.L
2010-10-20 Venkateswararao... [virtio-9p] Introduce server side TFSYNC/RFSYNC for...
2010-10-20 M. Mohan Kumarqemu-virtio9p: Implement TGETLOCK
2010-10-20 M. Mohan Kumar[virto-9p] Implement TLOCK
2010-10-20 Sripathi Kodi[virtio-9p] open should not return EBADF
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Stefan Weilvirtio-9p: Use GCC_FMT_ATTR and fix a format warning
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-08 Sripathi Kodivirtio-9p: Change handling of flags in open() path...
2010-09-08 Arun R Bharadwaj[virtio-9p] This patch implements TLERROR/RLERROR on...
2010-09-08 Arun R Bharadwaj[virtio-9p] Remove all instances of unnecessary dotu...
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Add support for removing xattr
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Fix the memset usage
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Add SM_NONE security model
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Implement TXATTRCREATE
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Implement TXATTRWALK
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Add fidtype so that we can do type specific...
2010-09-08 M. Mohan Kumar[virtio-9p] qemu: virtio-9p: Implement LOPEN
2010-09-08 M. Mohan Kumarrename - change name of file or directory
2010-09-08 M. Mohan Kumarqemu: virtio-9p: Implement TMKDIR
2010-09-08 M. Mohan Kumarqemu: virtio-9p: Implement TMKNOD
2010-09-08 Venkateswararao... [virtio-9p] This patch implements TLCREATE for 9p2000...
2010-09-08 Venkateswararao... [virtio-9p] Define and implement TSYMLINK for 9P2000.L
2010-09-08 Venkateswararao... [virtio-9p] Implement TLINK for 9P2000.L
2010-09-08 Sripathi Kodivirtio-9p: Implement server side of setattr for 9P2000...
2010-09-08 Sripathi Kodi[virtio-9p] Make v9fs_do_utimensat accept timespec...
2010-09-08 M. Mohan Kumarvirtio-9p: Do not reset atime
2010-09-08 Sripathi Kodivirtio-9p: getattr server implementation for 9P2000...
2010-09-08 M. Mohan Kumarvirtio-9p: Compute iounit based on host filesystem...
2010-09-08 Sripathi Kodi[V4] virtio-9p: readdir implementation for 9p2000.L
2010-09-08 Sripathi Kodivirtio-9p: Return correct error from v9fs_remove
2010-09-08 M. Mohan Kumarqemu: virtio-9p: Implement statfs support in server
2010-09-08 M. Mohan Kumarqemu: virtio-9p: Recognize 9P2000.L protocol
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-20 Blue SwirlReplace qemu_malloc + memset with qemu_mallocz
2010-06-22 Venkateswararao... virtio-9p: Implement Security model for mksock using...
2010-06-22 Venkateswararao... virtio-9p: Implement Security model for mknod
2010-06-22 Venkateswararao... virtio-9p: Security model for symlink and readlink
2010-06-22 Venkateswararao... virtio-9p: Security model for mkdir
2010-06-22 Venkateswararao... virtio-9p: Security model for create/open2
2010-06-22 Venkateswararao... virtio-9p: Security model for chown
2010-06-22 Venkateswararao... virtio-9p: Security model for chmod
2010-06-22 Venkateswararao... virtio-9p: Make infrastructure for the new security...
2010-06-22 Venkateswararao... virtio-9p: Introduces an option to specify the security...
2010-06-22 Venkateswararao... virtio-9p: Rearrange fileop structures
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TFLUSH support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREMOVE support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCREATE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWRITE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCLUNK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREAD support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TOPEN support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWALK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TATTACH support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TVERSION support
2010-05-03 Anthony Liguorivirtio-9p: Add sg helper functions
2010-05-03 Anthony Liguorivirtio-9p: Add stat and mode related helper functions.
2010-05-03 Anthony Liguorivirtio-9p: Add fid and qid management support.
2010-05-03 Anthony Liguorivirtio-9p: Add minimal set of FileOperations
2010-05-03 Anthony Liguorivirtio-9p: Add string manipulation support.
2010-05-03 Anthony Liguorivirtio-9p: pdu processing support.
2010-05-03 Anthony Liguorivirtio-9p: Add a virtio 9p device to qemu