summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* Clean up some calls to ignore Error objects the right wayMarkus Armbruster2020-07-021-4/+2Star
* xen/9pfs: increase max ring order to 9Stefano Stabellini2020-05-251-1/+1
* xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini2020-05-251-6/+25
* Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini2020-05-254-39/+22Star
* 9p: Lock directory streams with a CoMutexGreg Kurz2020-05-251-4/+4
* 9pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson2020-05-251-0/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-153-5/+5
* xen-9pfs: Fix log messages of reply errorsChristian Schoenebeck2020-05-141-4/+5
* 9pfs: local: ignore O_NOATIME if we don't have permissionsOmar Sandoval2020-05-141-0/+13
* 9p/proxy: Fix export_flagsGreg Kurz2020-03-101-2/+2
* hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck2020-02-082-0/+24
* 9pfs: validate count sent by client with T_readdirChristian Schoenebeck2020-02-081-0/+9
* 9pfs: require msize >= 4096Christian Schoenebeck2020-02-082-0/+23
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-01-271-1/+1
|\
| * qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* | virtio-9p-device: convert to new virtio_delete_queuePan Nengyuan2020-01-221-1/+1
* | virtio-9p-device: fix memleak in virtio_9p_device_unrealizePan Nengyuan2020-01-221-0/+1
|/
* 9pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza2020-01-201-6/+3Star
* 9p: init_in_iov_from_pdu can truncate the sizeGreg Kurz2020-01-204-21/+38
* 9p: local: always return -1 on error in local_unlinkat_commonDaniel Henrique Barboza2020-01-201-8/+6Star
* 9pfs: local: Fix possible memory leak in local_link()Jiajun Chen2020-01-201-1/+1
* 9pfs: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2019-12-182-2/+2
* 9pfs: Fix divide by zero bugDan Schatzberg2019-11-231-2/+4
* 9p: Use variable length suffixes for inode remappingChristian Schoenebeck2019-10-102-33/+279
* 9p: stat_to_qid: implement slow pathAntonios Motakis2019-10-102-7/+76
* 9p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis2019-10-103-21/+200
* 9p: Treat multiple devices on one export as an errorAntonios Motakis2019-10-102-14/+57
* fsdev: Add return value to fsdev_throttle_parse_opts()Greg Kurz2019-10-101-2/+1Star
* 9p: Simplify error path of v9fs_device_realize_common()Greg Kurz2019-10-103-10/+14
* 9p: unsigned type for type, version, pathAntonios Motakis2019-10-102-10/+10
* 9p: simplify source file selectionPaolo Bonzini2019-08-201-0/+5
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-168-1/+7
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-2/+2
* Supply missing header guardsMarkus Armbruster2019-06-121-1/+5
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-1/+1
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-1/+1
* virtio: express virtio dependencies with KconfigYang Zhong2019-03-071-1/+1
* build: switch to KconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+2
* 9pfs: remove unnecessary conditionalsPaolo Bonzini2019-03-071-2/+0Star
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-8/+8
* 9p: remove support for the "handle" backendGreg Kurz2018-12-122-711/+0Star
* xen/9pfs: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-121-3/+3
* 9p: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2018-12-121-2/+2
* 9p: fix QEMU crash when renaming filesGreg Kurz2018-11-231-0/+3
* 9p: take write lock on fid path updates (CVE-2018-19364)Greg Kurz2018-11-201-0/+15