Re: [Qemu-devel] [PATCH 4/9] object: remove object_finalize

2012-08-27 Thread Anthony Liguori
Andreas Färber writes: > Am 26.08.2012 17:51, schrieb Anthony Liguori: >> Callers should just use object_unref >> >> Signed-off-by: Anthony Liguori >> --- >> hw/qdev.c |4 >> include/qemu/object.h |9 - >> qom/object.c |2 +- >> 3 files changed, 1

Re: [Qemu-devel] [PATCH 4/9] object: remove object_finalize

2012-08-27 Thread Andreas Färber
Am 26.08.2012 17:51, schrieb Anthony Liguori: > Callers should just use object_unref > > Signed-off-by: Anthony Liguori > --- > hw/qdev.c |4 > include/qemu/object.h |9 - > qom/object.c |2 +- > 3 files changed, 1 insertions(+), 14 deletions(-) > >

[Qemu-devel] [PATCH 4/9] object: remove object_finalize

2012-08-26 Thread Anthony Liguori
Callers should just use object_unref Signed-off-by: Anthony Liguori --- hw/qdev.c |4 include/qemu/object.h |9 - qom/object.c |2 +- 3 files changed, 1 insertions(+), 14 deletions(-) diff --git a/hw/qdev.c b/hw/qdev.c index 6b61daa..fdee91f 100644