Re: [Qemu-devel] [PATCH v4 6/8] qom: object_class_property_iter_init() function

2016-11-04 Thread Markus Armbruster
Eduardo Habkost writes: > The new function will allow us to iterate over class properties > using the same logic we use for object properties. Unit test > included. > > Signed-off-by: Eduardo Habkost > --- > Changes series v1 -> v3: > * (none) > > Changes series v3 -> v4: > * Trivial whitespace

Re: [Qemu-devel] [PATCH v4 6/8] qom: object_class_property_iter_init() function

2016-10-31 Thread Igor Mammedov
On Fri, 28 Oct 2016 23:48:05 -0200 Eduardo Habkost wrote: > The new function will allow us to iterate over class properties > using the same logic we use for object properties. Unit test > included. > > Signed-off-by: Eduardo Habkost Reviewed-by: Igor Mammedov > --- > Changes series v1 -> v3:

[Qemu-devel] [PATCH v4 6/8] qom: object_class_property_iter_init() function

2016-10-28 Thread Eduardo Habkost
The new function will allow us to iterate over class properties using the same logic we use for object properties. Unit test included. Signed-off-by: Eduardo Habkost --- Changes series v1 -> v3: * (none) Changes series v3 -> v4: * Trivial whitespace change (removed extra newline) --- include/qo