Re: [Qemu-devel] [PATCH 02/21] qom: add object_class_get_parent

2012-05-10 Thread Andreas Färber
Am 02.05.2012 14:21, schrieb Andreas Färber: > Am 02.05.2012 13:30, schrieb Paolo Bonzini: >> This simple bit of functionality was missing and we'll need it soon, >> so add it. >> >> Signed-off-by: Paolo Bonzini >> --- >> include/qemu/object.h |8 >> qom/object.c | 13

[Qemu-devel] [PATCH 02/21] qom: add object_class_get_parent

2012-05-02 Thread Paolo Bonzini
This simple bit of functionality was missing and we'll need it soon, so add it. Signed-off-by: Paolo Bonzini --- include/qemu/object.h |8 qom/object.c | 13 + 2 files changed, 21 insertions(+) diff --git a/include/qemu/object.h b/include/qemu/object.h index

Re: [Qemu-devel] [PATCH 02/21] qom: add object_class_get_parent

2012-05-02 Thread Andreas Färber
Am 02.05.2012 13:30, schrieb Paolo Bonzini: > This simple bit of functionality was missing and we'll need it soon, > so add it. > > Signed-off-by: Paolo Bonzini > --- > include/qemu/object.h |8 > qom/object.c | 13 + > 2 files changed, 21 insertions(+) > > d