Re: [PATCH v2 00/12] qemu: Prepare for QAPIfied object-add

2021-03-09 Thread Peter Krempa
On Mon, Mar 08, 2021 at 14:40:42 +0100, Peter Krempa wrote: > On Wed, Feb 24, 2021 at 16:57:54 +0100, Peter Krempa wrote: > > QEMU plans to QAPIfy object add. This series prepares for the API change > > (drop of 'props' wrapper for the object) and adds testing based on our > > qemuxml2argv test

Re: [PATCH v2 00/12] qemu: Prepare for QAPIfied object-add

2021-03-08 Thread Peter Krempa
On Wed, Feb 24, 2021 at 16:57:54 +0100, Peter Krempa wrote: > QEMU plans to QAPIfy object add. This series prepares for the API change > (drop of 'props' wrapper for the object) and adds testing based on our > qemuxml2argv test data which forces the output to JSON and validates it > agains the

[PATCH v2 00/12] qemu: Prepare for QAPIfied object-add

2021-02-24 Thread Peter Krempa
QEMU plans to QAPIfy object add. This series prepares for the API change (drop of 'props' wrapper for the object) and adds testing based on our qemuxml2argv test data which forces the output to JSON and validates it agains the schema. Based on Kevin's qemu patches: