summary refs log tree commit diff stats
path: root/hw/9pfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 9pfs: fix integer overflow issue in xattr read/writeLi Qiang2016-11-011-20/+12
* 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_tLi Qiang2016-11-011-2/+2
* 9pfs: add xattrwalk_fid field in V9fsXattr structLi Qiang2016-11-012-3/+5
* 9pfs: fix memory leak in v9fs_writeLi Qiang2016-10-171-1/+1
* 9pfs: fix memory leak in v9fs_linkLi Qiang2016-10-171-0/+1
* 9pfs: fix memory leak in v9fs_xattrcreateLi Qiang2016-10-171-0/+1
* 9pfs: fix information leak in xattr readLi Qiang2016-10-171-1/+1
* virtio-9p: add reset handlerGreg Kurz2016-10-173-0/+39
* 9pfs: only free completed request if not flushedGreg Kurz2016-10-171-11/+7
* 9pfs: drop useless check in pdu_free()Greg Kurz2016-10-171-10/+8
* 9pfs: use coroutine_fn annotation in hw/9pfs/9p.[ch]Greg Kurz2016-10-172-57/+62
* 9pfs: use coroutine_fn annotation in hw/9pfs/co*.[ch]Greg Kurz2016-10-175-95/+109
* 9pfs: fsdev: drop useless extern annotation for functionsGreg Kurz2016-10-174-62/+62
* 9pfs: fix potential host memory leak in v9fs_readLi Qiang2016-10-171-2/+3
* 9pfs: allocate space for guest originated empty stringsLi Qiang2016-10-171-1/+1
* virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-2/+0
* virtio-9p: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-6/+11
* virtio-9p: handle handle_9p_output() errorGreg Kurz2016-10-101-5/+21
* virtio-9p: add parentheses to sizeof operatorGreg Kurz2016-10-101-3/+3
* 9pfs: fix potential segfault during walkGreg Kurz2016-09-191-2/+3
* 9pfs: introduce v9fs_path_sprintf() helperGreg Kurz2016-09-164-13/+21
* 9pfs: drop useless v9fs_string_null() functionGreg Kurz2016-09-161-4/+4
* 9pfs: drop duplicate line in proxy backendGreg Kurz2016-09-161-1/+0
* 9pfs: drop unused fmt strings in the proxy backendGreg Kurz2016-09-161-37/+30
* 9pfs: handle walk of ".." in the root directoryGreg Kurz2016-08-302-9/+32
* 9pfs: forbid . and .. in file namesGreg Kurz2016-08-301-0/+51
* 9pfs: forbid illegal path namesGreg Kurz2016-08-301-0/+56
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* 9pfs: Wrap in vmstateDr. David Alan Gilbert2016-07-211-9/+5
* coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2016-07-132-4/+4
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-125-10/+12
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-2/+2
* 9p: synth: drop v9fs_ prefixGreg Kurz2016-07-011-100/+100
* trace: split out trace events for hw/9pfs/ directoryDaniel P. Berrange2016-06-201-0/+47
* all: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0
* 9p: switch back to readdir()Greg Kurz2016-06-068-53/+41
* 9p: add locking to V9fsDirGreg Kurz2016-06-062-0/+37
* 9p: introduce the V9fsDir typeGreg Kurz2016-06-065-35/+39
* 9p: drop useless out: labelGreg Kurz2016-06-061-4/+4
* 9p: drop useless inclusion of hw/i386/pc.hGreg Kurz2016-06-062-2/+0
* 9p/fsdev: remove obsolete references to virtioGreg Kurz2016-06-067-12/+6
* 9p: some more cleanup in #include directivesGreg Kurz2016-06-062-4/+1
* 9p: drop unused declaration from coth.hGreg Kurz2016-05-181-1/+0
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-224-0/+4
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* all: Clean up includesPeter Maydell2016-02-232-5/+0
* virtio: move allocation to virtqueue_pop/vring_popPaolo Bonzini2016-02-063-9/+12
* 9pfs: Clean up includesPeter Maydell2016-01-2913-4/+13
* virtio: Clean up includesPeter Maydell2016-01-291-0/+1
* 9pfs: use error_report() instead of fprintf(stderr)Greg Kurz2016-01-224-16/+18