aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2016-09-199pfs: fix potential segfault during walkGreg Kurz
2016-09-169pfs: introduce v9fs_path_sprintf() helperGreg Kurz
2016-09-169pfs: drop useless v9fs_string_null() functionGreg Kurz
2016-09-169pfs: drop duplicate line in proxy backendGreg Kurz
2016-09-169pfs: drop unused fmt strings in the proxy backendGreg Kurz
2016-08-309pfs: handle walk of ".." in the root directoryGreg Kurz
2016-08-309pfs: forbid . and .. in file namesGreg Kurz
2016-08-309pfs: forbid illegal path namesGreg Kurz
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-219pfs: Wrap in vmstateDr. David Alan Gilbert
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster
2016-07-019p: synth: drop v9fs_ prefixGreg Kurz
2016-06-20trace: split out trace events for hw/9pfs/ directoryDaniel P. Berrange
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-06-069p: switch back to readdir()Greg Kurz
2016-06-069p: add locking to V9fsDirGreg Kurz
2016-06-069p: introduce the V9fsDir typeGreg Kurz
2016-06-069p: drop useless out: labelGreg Kurz
2016-06-069p: drop useless inclusion of hw/i386/pc.hGreg Kurz
2016-06-069p/fsdev: remove obsolete references to virtioGreg Kurz
2016-06-069p: some more cleanup in #include directivesGreg Kurz
2016-05-189p: drop unused declaration from coth.hGreg Kurz
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-23all: Clean up includesPeter Maydell
2016-02-06virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini
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