Re: [libvirt] [PATCH v2 01/10] qemu: qapi: Simplify value handling in virQEMUQAPISchemaTraverse

2018-08-23 Thread John Ferlan
On 08/15/2018 05:18 AM, Peter Krempa wrote: > Introduce a few variables so that we can easily access the modifier > character and also don't have to do pointer aritmetics when selecting arithmetic > the schema entries. This will simplify adding of new modifier > characters. > > Signed-off-by:

[libvirt] [PATCH v2 01/10] qemu: qapi: Simplify value handling in virQEMUQAPISchemaTraverse

2018-08-15 Thread Peter Krempa
Introduce a few variables so that we can easily access the modifier character and also don't have to do pointer aritmetics when selecting the schema entries. This will simplify adding of new modifier characters. Signed-off-by: Peter Krempa --- src/qemu/qemu_qapi.c | 19 --- 1 fil