aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)Author
2016-10-179pfs: fix memory leak in v9fs_writeLi Qiang
2016-10-179pfs: fix memory leak in v9fs_linkLi Qiang
2016-10-179pfs: fix memory leak in v9fs_xattrcreateLi Qiang
2016-10-179pfs: fix information leak in xattr readLi Qiang
2016-10-17virtio-9p: add reset handlerGreg Kurz
2016-10-179pfs: only free completed request if not flushedGreg Kurz
2016-10-179pfs: drop useless check in pdu_free()Greg Kurz
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz
2016-10-179pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz
2016-10-179pfs: fsdev: drop useless extern annotation for functionsGreg Kurz
2016-10-179pfs: fix potential host memory leak in v9fs_readLi Qiang
2016-10-179pfs: allocate space for guest originated empty stringsLi Qiang
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-9p: handle handle_9p_output() errorGreg Kurz
2016-10-10virtio-9p: add parentheses to sizeof operatorGreg Kurz
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