Re: [PATCH 1/6] qapi/char: Supply missing member documentation

2024-08-12 Thread John Snow
On Fri, Aug 9, 2024 at 5:12 AM Markus Armbruster wrote: > Philippe Mathieu-Daudé writes: > > > Hi Markus, > > > > On 8/8/24 20:26, Markus Armbruster wrote: > >> Since we neglect to document several members of ChardevBackendKind, > >> their description in the QEMU QMP Reference manual is "Not > >

Re: [PATCH 1/6] qapi/char: Supply missing member documentation

2024-08-09 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > Hi Markus, > > On 8/8/24 20:26, Markus Armbruster wrote: >> Since we neglect to document several members of ChardevBackendKind, >> their description in the QEMU QMP Reference manual is "Not >> documented". Fix that, and improve the existing member documentation.

Re: [PATCH 1/6] qapi/char: Supply missing member documentation

2024-08-09 Thread Philippe Mathieu-Daudé
Hi Markus, On 8/8/24 20:26, Markus Armbruster wrote: Since we neglect to document several members of ChardevBackendKind, their description in the QEMU QMP Reference manual is "Not documented". Fix that, and improve the existing member documentation. Signed-off-by: Markus Armbruster --- qapi

Re: [PATCH 1/6] qapi/char: Supply missing member documentation

2024-08-08 Thread Markus Armbruster
John Snow writes: > On Thu, Aug 8, 2024 at 2:26 PM Markus Armbruster wrote: > >> Since we neglect to document several members of ChardevBackendKind, >> their description in the QEMU QMP Reference manual is "Not >> documented". Fix that, and improve the existing member documentation. >> >> Signe

Re: [PATCH 1/6] qapi/char: Supply missing member documentation

2024-08-08 Thread John Snow
On Thu, Aug 8, 2024 at 2:26 PM Markus Armbruster wrote: > Since we neglect to document several members of ChardevBackendKind, > their description in the QEMU QMP Reference manual is "Not > documented". Fix that, and improve the existing member documentation. > > Signed-off-by: Markus Armbruster