summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-02hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov1-2/+10
2013-05-28hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V1-1/+1
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini1-2/+1
2013-02-06qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V1-5/+7
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster1-5/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19migration: move include files to include/migration/Paolo Bonzini1-1/+1
2012-10-05cleanup useless return sentenceAmos Kong1-5/+0
2012-07-31hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V1-5/+10
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev1-4/+4
2012-02-24hw/9pfs: Endian fixes for virtfsBenjamin Herrenschmidt1-3/+5
2012-01-30hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly modeDaniel P. Berrange1-1/+0
2012-01-30hw/9pfs: Fix crash when mounting with synthfsAneesh Kumar K.V1-1/+1
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar1-123/+338
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar1-247/+4
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V1-23/+24
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V1-10/+11
2011-12-21hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi1-102/+60
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-2/+2
2011-12-04hw/9pfs: Reset server state during TVERSIONDeepak C Shetty1-0/+26
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V1-0/+19
2011-11-219p: pass dotl flags to the unlinkat methodPaolo Bonzini1-10/+0
2011-11-02hw/9pfs: use g_vasprintf() instead of rolling our ownStefan Hajnoczi1-99/+4
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V1-6/+6
2011-10-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar1-0/+50
2011-10-30hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V1-31/+29
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V1-3/+3
2011-10-15hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora1-8/+0
2011-10-15hw/9pfs: Introduce tracing for 9p pdu handlersHarsh Prateek Bora1-0/+72
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora1-0/+9
2011-10-15hw/9pfs: Add open flag mappingM. Mohan Kumar1-1/+52
2011-10-15virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar1-1/+1
2011-10-12hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V1-6/+16
2011-09-22hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V1-187/+225
2011-09-22hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V1-10/+10
2011-09-22hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V1-8/+22
2011-09-22hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V1-163/+203
2011-09-22hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V1-68/+42
2011-09-22hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V1-5/+5
2011-09-09hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V1-0/+40
2011-09-09hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V1-0/+82
2011-09-09hw/9pfs: Fix memleaks in some 9p operationAneesh Kumar K.V1-0/+2
2011-09-09hw/9pfs: Initialize rest of qid field to zero.Aneesh Kumar K.V1-0/+1
2011-09-09hw/9pfs: Update the fidp path before opendirAneesh Kumar K.V1-0/+1
2011-08-25hw/9pfs: mark directories also as un-reclaimable on unlinkAneesh Kumar K.V1-35/+38
2011-08-25hw/9pfs: Add directory reclaim supportAneesh Kumar K.V1-2/+29
2011-08-25hw/9pfs: Use v9fs_do_close instead of closeAneesh Kumar K.V1-2/+2
2011-08-25hw/9pfs: Add file descriptor reclaim supportAneesh Kumar K.V1-3/+184