Re: [Qemu-devel] [PATCH v2 02/24] qom: add object_child_foreach

2012-05-11 Thread Andreas Färber
Am 12.04.2012 18:03, schrieb Andreas Färber: > Am 11.04.2012 23:30, schrieb Paolo Bonzini: >> A utility function that will be used to implement hierarchical realization. >> >> Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori >> --- >> include/qemu/object.h | 14 +- >> qo

Re: [Qemu-devel] [PATCH v2 02/24] qom: add object_child_foreach

2012-04-12 Thread Andreas Färber
Am 11.04.2012 23:30, schrieb Paolo Bonzini: > A utility function that will be used to implement hierarchical realization. > > Signed-off-by: Paolo Bonzini > --- > include/qemu/object.h | 14 +- > qom/object.c | 17 + > 2 files changed, 30 insertions(+), 1

[Qemu-devel] [PATCH v2 02/24] qom: add object_child_foreach

2012-04-11 Thread Paolo Bonzini
A utility function that will be used to implement hierarchical realization. Signed-off-by: Paolo Bonzini --- include/qemu/object.h | 14 +- qom/object.c | 17 + 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/include/qemu/object.h b/include