Re: [PATCH v4 07/22] docs/devel: document expectations for QAPI data modelling for QMP

2021-11-04 Thread Eric Blake
On Thu, Oct 28, 2021 at 04:54:42PM +0100, Daniel P. Berrangé wrote: > Traditionally we have required that newly added QMP commands will model > any returned data using fine grained QAPI types. This is good for > commands that are intended to be consumed by machines, where clear data > representatio

[PATCH v4 07/22] docs/devel: document expectations for QAPI data modelling for QMP

2021-10-28 Thread Daniel P . Berrangé
Traditionally we have required that newly added QMP commands will model any returned data using fine grained QAPI types. This is good for commands that are intended to be consumed by machines, where clear data representation is very important. Commands that don't satisfy this have generally been ad