]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20211027' into staging
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Oct 2021 18:45:11 +0000 (11:45 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Oct 2021 18:45:18 +0000 (11:45 -0700)
commitc52d69e7dbaaed0ffdef8125e79218672c30161d
treefaf814a00e86fa51c9a8f374055bb3669c808442
parent5c49c6c241e524b6ba7768de07cab6f2056feb90
parent7e985780aaab93d2c5be9b62d8d386568dfb071e
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20211027' into staging

9pfs: performance fix and cleanup

* First patch fixes suboptimal I/O performance on guest due to previously
  incorrect block size being transmitted to 9p client.

* Subsequent patches are cleanup ones intended to reduce code complexity.

* remotes/cschoenebeck/tags/pull-9p-20211027:
  9pfs: use P9Array in v9fs_walk()
  9pfs: make V9fsPath usable via P9Array API
  9pfs: make V9fsString usable via P9Array API
  fsdev/p9array.h: check scalar type in P9ARRAY_NEW()
  9pfs: introduce P9Array
  9pfs: simplify blksize_to_iounit()
  9pfs: deduplicate iounit code
  9pfs: fix wrong I/O block size in Rgetattr

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>