Re: [libvirt] [PATCH v2 02/10] qemu: qapi: Split up virQEMUQAPISchemaObjectGetType

2018-08-23 Thread John Ferlan
On 08/15/2018 05:18 AM, Peter Krempa wrote: > Split it into a function that returns the whole schema entry so that we > can do additional checks and a helper getting the type string from the > schema entry. > > Signed-off-by: Peter Krempa > --- > src/qemu/qemu_qapi.c | 51

[libvirt] [PATCH v2 02/10] qemu: qapi: Split up virQEMUQAPISchemaObjectGetType

2018-08-15 Thread Peter Krempa
Split it into a function that returns the whole schema entry so that we can do additional checks and a helper getting the type string from the schema entry. Signed-off-by: Peter Krempa --- src/qemu/qemu_qapi.c | 51 --- 1 file changed, 40