diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-05-25 11:34:49 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-05-25 11:34:49 -0700 |
commit | 7929f75f34ad2055eea9ff0a0bce7ef1db335ec3 (patch) | |
tree | 8620a41a03ea0438468b0ef7f33ce17c6e0b14e4 | |
parent | 6882d651617cfc8ba3efd1722854d2143401e332 (diff) | |
parent | 29320530cf6684646b3a642fdbb5bc77ee8039de (diff) | |
download | qemu-7929f75f34ad2055eea9ff0a0bce7ef1db335ec3.zip qemu-7929f75f34ad2055eea9ff0a0bce7ef1db335ec3.tar.gz qemu-7929f75f34ad2055eea9ff0a0bce7ef1db335ec3.tar.bz2 |
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Pull request
A small documentation fix.
# -----BEGIN PGP SIGNATURE-----
#
# iQEzBAABCAAdFiEEhpWov9P5fNqsNXdanKSrs4Grc8gFAmKOJbUACgkQnKSrs4Gr
# c8hhJAf/R2h3Aj9pXHz/3tiLZ2XPO8FBXh49Iqj40zMb+KmvW/bCcvWUUyk4SkQU
# gs+xBSgu8s8p0xh72JdVCVzRb5IldQvXIOb/Z0mpbFRBjqPN8FOwWAC6Uebosb1B
# aVhHAQj7fWbRN+hRkTrLZSigwfkq/cfNjnFxp/I9Nh8CiTA1a3/PWu0B9sdT8r0Z
# qp2civF0D2PWUMa99DQsSdxIyJDyvi0lt1aUDUrvyDDaApDxYBRC3q8znpHBrkDP
# yLQm7Fz8kEGAkJO7qcua/r4Y+LJkFM/kTohJapN/iAwI4etySWheWlAJexRLwIFZ
# srKhc8pjHCSyeNXMQ99/YjH/+2vyKQ==
# =MAa7
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed 25 May 2022 05:48:53 AM PDT
# gpg: using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
# gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
# gpg: aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
* tag 'block-pull-request' of https://gitlab.com/stefanha/qemu:
docs: Correct the default thread-pool-size
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r-- | docs/tools/virtiofsd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/virtiofsd.rst b/docs/tools/virtiofsd.rst index e457b13..5f5ac9d 100644 --- a/docs/tools/virtiofsd.rst +++ b/docs/tools/virtiofsd.rst @@ -132,7 +132,7 @@ Options .. option:: --thread-pool-size=NUM Restrict the number of worker threads per request queue to NUM. The default - is 64. + is 0. .. option:: --cache=none|auto|always |