From: Roman Penyaev Date: Wed, 19 Feb 2025 09:06:03 +0000 (+0100) Subject: qapi/char.json: minor doc rewording for `hub` device X-Git-Tag: v10.0.0-rc0~34^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51beb350bbc489b705714033ebb2b4dfa86064a1;p=thirdparty%2Fqemu.git qapi/char.json: minor doc rewording for `hub` device Refine documentation for the hub device, specify the maximum. Signed-off-by: Roman Penyaev Cc: Marc-André Lureau Cc: Markus Armbruster Cc: qemu-devel@nongnu.org Message-ID: <20250219090607.559887-1-r.peniaev@gmail.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- diff --git a/qapi/char.json b/qapi/char.json index f02b66c06b3..dde2f9538f8 100644 --- a/qapi/char.json +++ b/qapi/char.json @@ -337,7 +337,7 @@ # # Configuration info for hub chardevs. # -# @chardevs: List of chardev IDs, which should be added to this hub +# @chardevs: IDs to be added to this hub (maximum 4 devices). # # Since: 10.0 ##