summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/virtio-9p.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-9p: fix any_layoutMichael S. Tsirkin2015-07-271-6/+17
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* 9pfs: Fix warnings from SparseStefan Weil2015-03-191-1/+2
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-191-3/+1
* qerror.h: Remove QERR defines that are only used onceCole Robinson2014-04-251-2/+3
* hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov2014-02-021-2/+10
* hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V2013-05-281-1/+1
* virtio-9p: cleanup: QOM casts.KONRAD Frederic2013-04-231-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini2013-03-011-2/+1
* qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V2013-02-061-5/+7
* g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster2013-01-301-5/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* migration: move include files to include/migration/Paolo Bonzini2012-12-191-1/+1
* cleanup useless return sentenceAmos Kong2012-10-051-5/+0
* hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V2012-07-311-5/+10
* consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev2012-06-111-4/+4
* hw/9pfs: Endian fixes for virtfsBenjamin Herrenschmidt2012-02-241-3/+5
* hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly modeDaniel P. Berrange2012-01-301-1/+0
* hw/9pfs: Fix crash when mounting with synthfsAneesh Kumar K.V2012-01-301-1/+1
* hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar2012-01-041-123/+338
* hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar2012-01-041-247/+4
* hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V2011-12-211-23/+24
* hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V2011-12-211-10/+11
* hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi2011-12-211-102/+60
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-2/+2
* hw/9pfs: Reset server state during TVERSIONDeepak C Shetty2011-12-041-0/+26
* hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V2011-12-041-0/+19
* 9p: pass dotl flags to the unlinkat methodPaolo Bonzini2011-11-211-10/+0
* hw/9pfs: use g_vasprintf() instead of rolling our ownStefan Hajnoczi2011-11-021-99/+4
* hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V2011-10-311-6/+6
* hw/9pfs: Read-only support for 9p exportM. Mohan Kumar2011-10-311-0/+50
* hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V2011-10-301-31/+29
* hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V2011-10-151-3/+3
* hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora2011-10-151-8/+0
* hw/9pfs: Introduce tracing for 9p pdu handlersHarsh Prateek Bora2011-10-151-0/+72
* hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora2011-10-151-0/+9
* hw/9pfs: Add open flag mappingM. Mohan Kumar2011-10-151-1/+52
* virtio-9p: Use 9P specific Lock constantsM. Mohan Kumar2011-10-151-1/+1
* hw/9pfs: Add new virtfs option writeout=immediate skip host page cacheAneesh Kumar K.V2011-10-121-6/+16
* hw/9pfs: Implement TFLUSH operationAneesh Kumar K.V2011-09-221-187/+225
* hw/9pfs: Avoid unnecessary get_fid in v9fs_clunkAneesh Kumar K.V2011-09-221-10/+10
* hw/9pfs: Add fs driver specific details to fscontextAneesh Kumar K.V2011-09-221-8/+22
* hw/9pfs: Move fid pathname tracking to seperate data type.Aneesh Kumar K.V2011-09-221-163/+203
* hw/9pfs: Use read-write lock for protecting fid path.Aneesh Kumar K.V2011-09-221-68/+42
* hw/9pfs: Make v9fs_string* functions non-staticAneesh Kumar K.V2011-09-221-5/+5
* hw/9pfs: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-09-091-0/+40
* hw/9pfs: add 9P2000.L renameat operationAneesh Kumar K.V2011-09-091-0/+82
* hw/9pfs: Fix memleaks in some 9p operationAneesh Kumar K.V2011-09-091-0/+2
* hw/9pfs: Initialize rest of qid field to zero.Aneesh Kumar K.V2011-09-091-0/+1
OpenPOWER on IntegriCloud