Roman Penyaev <r.peni...@gmail.com> writes: > Refine documentation for the hub device, specify the maximum. > > Signed-off-by: Roman Penyaev <r.peni...@gmail.com> > Cc: Marc-André Lureau <marcandre.lur...@redhat.com> > Cc: Markus Armbruster <arm...@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 <arm...@redhat.com> Thank you, Roman!