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

2012-04-03 Thread Anthony Liguori
On 04/03/2012 06:15 AM, Paolo Bonzini wrote: This simple bit of functionality was missing and we'll need it soon, so add it. Signed-off-by: Paolo Bonzini Reviewed-by: Anthony Liguori Regards, Anthony Liguori --- include/qemu/object.h | 14 ++ qom/object.c | 13

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

2012-04-03 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