Re: [Qemu-devel] [PATCH v2 01/24] qom: add object_class_get_parent

2012-04-12 Thread Andreas Färber
Am 11.04.2012 23: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 | 14 ++ > qom/object.c | 13 + > 2 files changed, 27 insertions(+)

[Qemu-devel] [PATCH v2 01/24] qom: add object_class_get_parent

2012-04-11 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 | 14 ++ qom/object.c | 13 + 2 files changed, 27 insertions(+) diff --git a/include/qemu/object.h b/include/qemu/object.h