]> git.proxmox.com Git - qemu.git/history - hw/virtio-9p-local.c
virtio-9p: fix build on !CONFIG_UTIMENSAT
[qemu.git] / hw / virtio-9p-local.c
2010-12-03 Hidetoshi Setovirtio-9p: fix build on !CONFIG_UTIMENSAT
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 Sanchit Garg[virtio-9p] Use preadv/pwritev instead of readv/writev
2010-10-20 Aneesh Kumar K.Vvirtio-9p: Use layered xattr approach
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 Aneesh Kumar K.Vvirtio-9p: Add support for removing xattr
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Use lchown which won't follow symlink
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Add SM_NONE security model
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Hide user.virtfs xattr in case of mapped...
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Implement TXATTRCREATE
2010-09-08 Aneesh Kumar K.Vvirtio-9p: Implement TXATTRWALK
2010-09-08 Sripathi Kodivirtio-9p: Implement server side of setattr for 9P2000...
2010-09-08 M. Mohan Kumarvirtio-9p: Do not reset atime
2010-09-08 M. Mohan Kumarqemu: virtio-9p: Implement statfs support in server
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-19 Blue SwirlRemove useless NULL check for qemu_strdup return value
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: Implemented Security model for lstat and...
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-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_TREAD support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TOPEN support.
2010-05-03 Anthony Liguorivirtio-9p: Add minimal set of FileOperations
2010-05-03 Anthony Liguorivirtio-9p: Add a virtio 9p device to qemu