summaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-089pfs: rename virtio-9p.c to 9p.cWei Liu1-3278/+0
2016-01-089pfs: rename virtio_9p_set_fd_limit to use v9fs_ prefixWei Liu1-1/+1
2016-01-089pfs: move handle_9p_output and make it static functionWei Liu1-33/+0
2016-01-089pfs: export pdu_{submit,alloc,free}Wei Liu1-3/+3
2016-01-089pfs: factor out virtio_9p_push_and_notifyWei Liu1-7/+1
2016-01-089pfs: break out virtio_init_iov_from_pduWei Liu1-7/+1
2016-01-089pfs: factor out pdu_push_and_notifyWei Liu1-5/+12
2016-01-089pfs: factor out virtio_pdu_{,un}marshalWei Liu1-4/+2
2016-01-089pfs: make pdu_{,un}marshal proper functionsWei Liu1-0/+26
2016-01-089pfs: PDU processing functions should start pdu_ prefixWei Liu1-44/+44
2016-01-089pfs: PDU processing functions don't need to take V9fsState as argumentWei Liu1-53/+45
2016-01-089pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu1-1/+1
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu1-1/+1
2015-07-27virtio-9p: fix any_layoutMichael S. Tsirkin1-6/+17
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-03-199pfs: Fix warnings from SparseStefan Weil1-1/+2
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+3
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