diff mbox series

[1/1] qapi/char.json: minor doc rewording for `hub` device

Message ID 20250219090607.559887-1-r.peniaev@gmail.com (mailing list archive)
State New
Headers show
Series [1/1] qapi/char.json: minor doc rewording for `hub` device | expand

Commit Message

Roman Penyaev Feb. 19, 2025, 9:06 a.m. UTC
Refine documentation for the hub device, specify the maximum.

Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: qemu-devel@nongnu.org
---
 qapi/char.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Markus Armbruster Feb. 19, 2025, 1:24 p.m. UTC | #1
Roman Penyaev <r.peniaev@gmail.com> writes:

> Refine documentation for the hub device, specify the maximum.
>
> Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
> Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Cc: qemu-devel@nongnu.org
> ---
>  qapi/char.json | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/qapi/char.json b/qapi/char.json
> index f02b66c06b3e..dde2f9538f81 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
>  ##

Reviewed-by: Markus Armbruster <armbru@redhat.com>

Thank you, Roman!
Roman Penyaev Feb. 26, 2025, 8:02 a.m. UTC | #2
Hi Marc-Andre,

If you don't have objections to this one small doc change,
could you please pull the change?

Thanks.

--
Roman

On Wed, Feb 19, 2025 at 2:24 PM Markus Armbruster <armbru@redhat.com> wrote:
>
> Roman Penyaev <r.peniaev@gmail.com> writes:
>
> > Refine documentation for the hub device, specify the maximum.
> >
> > Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
> > Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
> > Cc: Markus Armbruster <armbru@redhat.com>
> > Cc: qemu-devel@nongnu.org
> > ---
> >  qapi/char.json | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/qapi/char.json b/qapi/char.json
> > index f02b66c06b3e..dde2f9538f81 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
> >  ##
>
> Reviewed-by: Markus Armbruster <armbru@redhat.com>
>
> Thank you, Roman!
>
Markus Armbruster Feb. 26, 2025, 8:49 a.m. UTC | #3
Roman Penyaev <r.peniaev@gmail.com> writes:

> Hi Marc-Andre,
>
> If you don't have objections to this one small doc change,
> could you please pull the change?

I'm working on a pull request, and I'm happy to include this patch.
diff mbox series

Patch

diff --git a/qapi/char.json b/qapi/char.json
index f02b66c06b3e..dde2f9538f81 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
 ##