aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs/virtio-9p.c
AgeCommit message (Expand)Author
2016-01-089pfs: rename virtio-9p.c to 9p.cWei Liu
2016-01-089pfs: rename virtio_9p_set_fd_limit to use v9fs_ prefixWei Liu
2016-01-089pfs: move handle_9p_output and make it static functionWei Liu
2016-01-089pfs: export pdu_{submit,alloc,free}Wei Liu
2016-01-089pfs: factor out virtio_9p_push_and_notifyWei Liu
2016-01-089pfs: break out virtio_init_iov_from_pduWei Liu
2016-01-089pfs: factor out pdu_push_and_notifyWei Liu
2016-01-089pfs: factor out virtio_pdu_{,un}marshalWei Liu
2016-01-089pfs: make pdu_{,un}marshal proper functionsWei Liu
2016-01-089pfs: PDU processing functions should start pdu_ prefixWei Liu
2016-01-089pfs: PDU processing functions don't need to take V9fsState as argumentWei Liu
2016-01-089pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}Wei Liu
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu
2015-07-27virtio-9p: fix any_layoutMichael S. Tsirkin
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-03-199pfs: Fix warnings from SparseStefan Weil
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson
2014-02-02hw/9pfs: fix P9_STATS_GEN handlingKirill A. Shutemov
2013-05-28hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V
2013-04-23virtio-9p: cleanup: QOM casts.KONRAD Frederic
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-01virtio-9p: remove PCI dependencies from hw/9pfs/Paolo Bonzini
2013-02-06qemu/9p: Don't ignore error in fid clunkAneesh Kumar K.V
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19migration: move include files to include/migration/Paolo Bonzini
2012-10-05cleanup useless return sentenceAmos Kong
2012-07-31hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V
2012-06-11consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistentMichael Tokarev
2012-02-24hw/9pfs: Endian fixes for virtfsBenjamin Herrenschmidt
2012-01-30hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly modeDaniel P. Berrange
2012-01-30hw/9pfs: Fix crash when mounting with synthfsAneesh Kumar K.V
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar
2011-12-21hw/9pfs: iattr_valid flags are kernel internal flags map them to 9p values.Aneesh Kumar K.V
2011-12-21hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V
2011-12-21hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-12-04hw/9pfs: Reset server state during TVERSIONDeepak C Shetty
2011-12-04hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V
2011-11-219p: pass dotl flags to the unlinkat methodPaolo Bonzini
2011-11-02hw/9pfs: use g_vasprintf() instead of rolling our ownStefan Hajnoczi
2011-10-31hw/9pfs: Abstract open state of fid to V9fsFidOpenStateAneesh Kumar K.V
2011-10-31hw/9pfs: Read-only support for 9p exportM. Mohan Kumar
2011-10-30hw/9pfs: Make VirtFS tracing work correctlyAneesh Kumar K.V
2011-10-15hw/9pfs: Use export_flag for indicating whether fs driver use path names.Aneesh Kumar K.V
2011-10-15hw/9pfs: Remove virtio-9p-debug.* infra to be replaced by Qemu Tracing.Harsh Prateek Bora
2011-10-15hw/9pfs: Introduce tracing for 9p pdu handlersHarsh Prateek Bora
2011-10-15hw/9pfs: Add st_gen support in getattr replyHarsh Prateek Bora