summaryrefslogtreecommitdiffstats
path: root/hw/9pfs
Commit message (Expand)AuthorAgeFilesLines
* 9pfs: use P9Array in v9fs_walk()Christian Schoenebeck2021-10-271-12/+5Star
* 9pfs: make V9fsPath usable via P9Array APIChristian Schoenebeck2021-10-271-0/+2
* 9pfs: simplify blksize_to_iounit()Christian Schoenebeck2021-10-271-2/+1Star
* 9pfs: deduplicate iounit codeChristian Schoenebeck2021-10-271-21/+20Star
* 9pfs: fix wrong I/O block size in RgetattrChristian Schoenebeck2021-10-271-1/+20
* 9pfs: fix crash in v9fs_walk()Christian Schoenebeck2021-09-021-1/+3
* hw/9pfs: use g_autofree in v9fs_walk() where possibleChristian Schoenebeck2021-09-021-4/+3Star
* hw/9pfs: avoid 'path' copy in v9fs_walk()Christian Schoenebeck2021-09-021-4/+4
* 9pfs: reduce latency of TwalkChristian Schoenebeck2021-07-051-19/+70
* 9pfs: drop root_qidChristian Schoenebeck2021-07-052-2/+0Star
* 9pfs: replace not_same_qid() by same_stat_id()Christian Schoenebeck2021-07-051-3/+3
* 9pfs: drop fid_to_qid()Christian Schoenebeck2021-07-051-18/+5Star
* 9pfs: capture root statChristian Schoenebeck2021-07-052-1/+10
* 9pfs: fix not_same_qid()Christian Schoenebeck2021-07-051-4/+1Star
* 9pfs: simplify v9fs_walk()Christian Schoenebeck2021-07-051-4/+5
* 9pfs: add link to 9p developer docsChristian Schoenebeck2021-07-0515-0/+75
* 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