aboutsummaryrefslogtreecommitdiff
path: root/hw/9pfs
AgeCommit message (Expand)AuthorFilesLines
2020-10-199pfs: suppress performance warnings on qtest runsChristian Schoenebeck2-2/+6
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-159pfs: disable msize warning for synth driverChristian Schoenebeck2-1/+3
2020-09-159pfs: log warning if msize <= 8192Christian Schoenebeck1-0/+9
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+4
2020-08-24Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...Peter Maydell4-94/+333
2020-08-21meson: convert hw/9pfs, cleanupMarc-André Lureau3-9/+24
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
2020-08-129pfs: clarify latency of v9fs_co_run_in_worker()Christian Schoenebeck1-1/+11
2020-08-129pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.LChristian Schoenebeck2-8/+40
2020-08-129pfs: T_readdir latency optimizationChristian Schoenebeck1-74/+58
2020-08-129pfs: add new function v9fs_co_readdir_many()Christian Schoenebeck3-0/+196
2020-08-129pfs: split out fs driver core of v9fs_co_readdir()Christian Schoenebeck1-14/+24
2020-08-129pfs: make v9fs_readdir_response_size() publicChristian Schoenebeck2-2/+9
2020-07-10virtio-9p: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2-7/+6
2020-07-02Clean up some calls to ignore Error objects the right wayMarkus Armbruster1-4/+2
2020-05-25xen/9pfs: increase max ring order to 9Stefano Stabellini1-1/+1
2020-05-25xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini1-6/+25
2020-05-25Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini4-39/+22
2020-05-259p: Lock directory streams with a CoMutexGreg Kurz1-4/+4
2020-05-259pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson1-0/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster3-5/+5
2020-05-14xen-9pfs: Fix log messages of reply errorsChristian Schoenebeck1-4/+5
2020-05-149pfs: local: ignore O_NOATIME if we don't have permissionsOmar Sandoval1-0/+13
2020-03-109p/proxy: Fix export_flagsGreg Kurz1-2/+2
2020-02-08hw/9pfs/9p-synth: added directory for readdir testChristian Schoenebeck2-0/+24
2020-02-089pfs: validate count sent by client with T_readdirChristian Schoenebeck1-0/+9
2020-02-089pfs: require msize >= 4096Christian Schoenebeck2-0/+23
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-22virtio-9p-device: convert to new virtio_delete_queuePan Nengyuan1-1/+1
2020-01-22virtio-9p-device: fix memleak in virtio_9p_device_unrealizePan Nengyuan1-0/+1
2020-01-209pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza1-6/+3
2020-01-209p: init_in_iov_from_pdu can truncate the sizeGreg Kurz4-21/+38
2020-01-209p: local: always return -1 on error in local_unlinkat_commonDaniel Henrique Barboza1-8/+6
2020-01-209pfs: local: Fix possible memory leak in local_link()Jiajun Chen1-1/+1
2019-12-189pfs: make Error **errp const where it is appropriateVladimir Sementsov-Ogievskiy2-2/+2
2019-11-239pfs: Fix divide by zero bugDan Schatzberg1-2/+4
2019-10-109p: Use variable length suffixes for inode remappingChristian Schoenebeck2-33/+279
2019-10-109p: stat_to_qid: implement slow pathAntonios Motakis2-7/+76
2019-10-109p: Added virtfs option 'multidevs=remap|forbid|warn'Antonios Motakis3-21/+200
2019-10-109p: Treat multiple devices on one export as an errorAntonios Motakis2-14/+57
2019-10-10fsdev: Add return value to fsdev_throttle_parse_opts()Greg Kurz1-2/+1
2019-10-109p: Simplify error path of v9fs_device_realize_common()Greg Kurz3-10/+14
2019-10-109p: unsigned type for type, version, pathAntonios Motakis2-10/+10
2019-08-209p: simplify source file selectionPaolo Bonzini1-0/+5
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster8-1/+7
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0