summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/9pfs/9p-synth: Replaced qemu_mutex_lock with QEMU_LOCK_GUARDMahmoud Mandour2021-03-161-8/+4Star
* qtest: delete superfluous inclusions of qtest.hChen Qun2021-03-091-1/+0Star
* 9pfs: Convert reclaim list to QSLISTGreg Kurz2021-01-222-10/+9Star
* 9pfs: Improve unreclaim loopGreg Kurz2021-01-221-14/+32
* 9pfs: Convert V9fsFidState::fid_list to QSIMPLEQGreg Kurz2021-01-212-25/+20Star
* 9pfs: Convert V9fsFidState::clunked to boolGreg Kurz2021-01-212-3/+3
* 9pfs/proxy: Check return value of proxy_marshal()Greg Kurz2021-01-211-1/+2
* 9pfs: Fully restart unreclaim loop (CVE-2021-20181)Greg Kurz2021-01-151-3/+3
* hw/9pfs: Fix Kconfig dependency problem between 9pfs and XenPhilippe Mathieu-Daudé2020-11-052-5/+1Star
* hw/9pfs : add space before the open parenthesis '('Xinhao Zhang2020-11-051-1/+1
* hw/9pfs : open brace '{' following struct go on the same lineXinhao Zhang2020-11-051-6/+3Star
* hw/9pfs : add spaces around operatorXinhao Zhang2020-11-052-13/+13
* 9pfs: suppress performance warnings on qtest runsChristian Schoenebeck2020-10-192-2/+6
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* 9pfs: disable msize warning for synth driverChristian Schoenebeck2020-09-152-1/+3
* 9pfs: log warning if msize <= 8192Christian Schoenebeck2020-09-151-0/+9
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-3/+4
* Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...Peter Maydell2020-08-244-94/+333
|\
| * 9pfs: clarify latency of v9fs_co_run_in_worker()Christian Schoenebeck2020-08-121-1/+11
| * 9pfs: differentiate readdir lock between 9P2000.u vs. 9P2000.LChristian Schoenebeck2020-08-122-8/+40
| * 9pfs: T_readdir latency optimizationChristian Schoenebeck2020-08-121-74/+58Star
| * 9pfs: add new function v9fs_co_readdir_many()Christian Schoenebeck2020-08-123-0/+196
| * 9pfs: split out fs driver core of v9fs_co_readdir()Christian Schoenebeck2020-08-121-14/+24
| * 9pfs: make v9fs_readdir_response_size() publicChristian Schoenebeck2020-08-122-2/+9
* | meson: convert hw/9pfs, cleanupMarc-André Lureau2020-08-213-9/+24
* | trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
|/
* virtio-9p: Use ERRP_GUARD()Vladimir Sementsov-Ogievskiy2020-07-102-7/+6Star
* 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