Re: [PATCH] qapi: allow unions to contain further unions

2023-02-23 Thread Daniel P . Berrangé
On Thu, Feb 23, 2023 at 08:24:33AM +0100, Markus Armbruster wrote: > Daniel P. Berrangé writes: > > > This extends the QAPI schema validation to permit unions inside unions, > > provided the checks for clashing fields pass. > > > > Signed-off-by: Daniel P. Berrangé > > --- > > > > This patch

Re: [PATCH] qapi: allow unions to contain further unions

2023-02-22 Thread Markus Armbruster
Daniel P. Berrangé writes: > This extends the QAPI schema validation to permit unions inside unions, > provided the checks for clashing fields pass. > > Signed-off-by: Daniel P. Berrangé > --- > > This patch comes out of the discussion on Het's migration series > starting at this patch: > >

[PATCH] qapi: allow unions to contain further unions

2023-02-14 Thread Daniel P . Berrangé
This extends the QAPI schema validation to permit unions inside unions, provided the checks for clashing fields pass. Signed-off-by: Daniel P. Berrangé --- This patch comes out of the discussion on Het's migration series starting at this patch: