Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-11-09 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Tue, Nov 09, 2021 at 07:39:29AM +0100, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> >> > On Thu, Nov 04, 2021 at 06:43:23AM +0100, Markus Armbruster wrote: >> >> Daniel P. Berrangé writes: >> >> >> >> > On Thu, Oct 28, 2021 at 04:24:31PM +0100, Dan

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-11-09 Thread Daniel P . Berrangé
On Tue, Nov 09, 2021 at 07:39:29AM +0100, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Thu, Nov 04, 2021 at 06:43:23AM +0100, Markus Armbruster wrote: > >> Daniel P. Berrangé writes: > >> > >> > On Thu, Oct 28, 2021 at 04:24:31PM +0100, Daniel P. Berrangé wrote: > >> >> On Thu

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-11-08 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Thu, Nov 04, 2021 at 06:43:23AM +0100, Markus Armbruster wrote: >> Daniel P. Berrangé writes: >> >> > On Thu, Oct 28, 2021 at 04:24:31PM +0100, Daniel P. Berrangé wrote: >> >> On Thu, Oct 28, 2021 at 04:31:40PM +0200, Markus Armbruster wrote: >> >> > This clashes

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-11-04 Thread Daniel P . Berrangé
On Thu, Nov 04, 2021 at 06:43:23AM +0100, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > On Thu, Oct 28, 2021 at 04:24:31PM +0100, Daniel P. Berrangé wrote: > >> On Thu, Oct 28, 2021 at 04:31:40PM +0200, Markus Armbruster wrote: > >> > This clashes with my "[PATCH v2 0/9] Configurabl

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-11-03 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Thu, Oct 28, 2021 at 04:24:31PM +0100, Daniel P. Berrangé wrote: >> On Thu, Oct 28, 2021 at 04:31:40PM +0200, Markus Armbruster wrote: >> > This clashes with my "[PATCH v2 0/9] Configurable policy for handling >> > unstable interfaces", which replaces "you must giv

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-11-03 Thread Daniel P . Berrangé
On Thu, Oct 28, 2021 at 04:24:31PM +0100, Daniel P. Berrangé wrote: > On Thu, Oct 28, 2021 at 04:31:40PM +0200, Markus Armbruster wrote: > > This clashes with my "[PATCH v2 0/9] Configurable policy for handling > > unstable interfaces", which replaces "you must give unstable stuff names > > startin

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-10-28 Thread Daniel P . Berrangé
On Thu, Oct 28, 2021 at 04:31:40PM +0200, Markus Armbruster wrote: > This clashes with my "[PATCH v2 0/9] Configurable policy for handling > unstable interfaces", which replaces "you must give unstable stuff names > starting with 'x-'" by "you must give unstable stuff feature flag > 'unstable' (and

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-10-28 Thread Markus Armbruster
This clashes with my "[PATCH v2 0/9] Configurable policy for handling unstable interfaces", which replaces "you must give unstable stuff names starting with 'x-'" by "you must give unstable stuff feature flag 'unstable' (and may give it a name starting with 'x-')".

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-10-04 Thread Daniel P . Berrangé
On Mon, Oct 04, 2021 at 01:13:00PM +0100, Dr. David Alan Gilbert wrote: > * Daniel P. Berrangé (berra...@redhat.com) 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 intende

Re: [PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-10-04 Thread Dr. David Alan Gilbert
* Daniel P. Berrangé (berra...@redhat.com) 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 > representation is very importan

[PATCH v3 03/19] docs/devel: document expectations for QAPI data modelling for QMP

2021-09-30 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