Re: [Qemu-devel] [PATCH 1.3 5/5] qom: make object_finalize static

2012-11-23 Thread Paolo Bonzini
Il 23/11/2012 18:12, Andreas Färber ha scritto: > We have not yet started using the in-place mechanism much (i440fx and > prep_pci patches, not in master; also my tegra branch), so I would like > to keep this for symmetry with "initialize" vs. "new" and their > distinguished semantics. But you do

Re: [Qemu-devel] [PATCH 1.3 5/5] qom: make object_finalize static

2012-11-23 Thread Andreas Färber
Am 23.11.2012 09:47, schrieb Paolo Bonzini: > It is not used anymore, and there is no need to make it public. > > Signed-off-by: Paolo Bonzini We have not yet started using the in-place mechanism much (i440fx and prep_pci patches, not in master; also my tegra branch), so I would like to keep thi

[Qemu-devel] [PATCH 1.3 5/5] qom: make object_finalize static

2012-11-23 Thread Paolo Bonzini
It is not used anymore, and there is no need to make it public. Signed-off-by: Paolo Bonzini --- include/qemu/object.h | 9 - qom/object.c | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/include/qemu/object.h b/include/qemu/object.h index 5ddcb4a..ed1f47f