Re: [Qemu-devel] [PATCH 02/14] object: add object_property_foreach

2012-05-01 Thread Andreas Färber
Am 01.05.2012 20:18, schrieb Anthony Liguori: > Provide a mechanism to walk through each property for an object. > > Signed-off-by: Anthony Liguori Reviewed-by: Andreas Färber /-F -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendör

[Qemu-devel] [PATCH 02/14] object: add object_property_foreach

2012-05-01 Thread Anthony Liguori
Provide a mechanism to walk through each property for an object. Signed-off-by: Anthony Liguori --- include/qemu/object.h | 26 ++ qom/object.c | 10 ++ 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/include/qemu/object.h b/include/qe

[Qemu-devel] [PATCH 02/14] object: add object_property_foreach

2012-04-18 Thread Anthony Liguori
Provide a mechanism to walk through each property for an object. Signed-off-by: Anthony Liguori --- include/qemu/object.h | 26 ++ qom/object.c | 10 ++ 2 files changed, 36 insertions(+), 0 deletions(-) diff --git a/include/qemu/object.h b/include/qe