aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2016-01-299pfs: Clean up includesPeter Maydell
2016-01-29virtio: Clean up includesPeter Maydell
2016-01-229pfs: use error_report() instead of fprintf(stderr)Greg Kurz
2016-01-129pfs: introduce V9fsVirtioStateWei Liu
2016-01-089pfs: factor out v9fs_device_{,un}realize_commonWei Liu
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 9p.h from virtio-9p.hWei 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-08fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}Wei Liu
2016-01-089pfs: remove dead codeWei Liu
2016-01-089pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.hWei 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-synth.{c,h} to 9p-synth.{c,h}Wei Liu
2016-01-089pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}Wei Liu
2016-01-089pfs: rename virtio-9p-posix-acl.c to 9p-posix-acl.cWei Liu
2016-01-089pfs: rename virtio-9p-local.c to 9p-local.cWei Liu
2016-01-089pfs: rename virtio-9p-handle.c to 9p-handle.cWei Liu
2016-01-089pfs: rename virtio-9p-coth.{c,h} to coth.{c,h}Wei Liu
2015-12-23virtio-9p: use accessor to get thread_poolGreg Kurz
2015-12-10virtio-9p-device: add minimal unrealize handlerGreg Kurz
2015-11-30virtio-9p: use QEMU thread poolPaolo Bonzini
2015-11-12virtio-9p: add savem handlersGreg Kurz
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange
2015-07-27virtio: get_features() can failJason Wang
2015-07-27virtio-9p: fix any_layoutMichael S. Tsirkin
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-10virtio-9p-device: move qdev properties into virtio-9p-device.cShannon Zhao
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-03-199pfs: Fix warnings from SparseStefan Weil
2015-03-16virtio: Fix memory leaks reported by CoverityStefan Weil
2015-03-16virtfs-proxy: Fix possible overflowShannon Zhao
2015-03-13hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds accessShannon Zhao
2015-03-129pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadvMichael Tokarev
2015-03-129pfs-local: simplify/optimize local_mapped_attr_path()Michael Tokarev
2015-03-109pfs: remove useless returnMichael Tokarev
2015-02-26virtio: feature bit manipulation helpersCornelia Huck
2015-02-26virtio-9p: use standard headersMichael S. Tsirkin
2015-02-26virtio: use standard-headersMichael S. Tsirkin
2015-02-16rcu: introduce RCU-enabled QLISTMike Day
2015-02-02rcu: add rcu libraryPaolo Bonzini
2015-01-099pfs: changed to use event_notifier instead of qemu_pipeSeokYeon Hwang