[Qemu-devel] [PATCH v3 12/12] qom: remove object_delete

2013-01-25 Thread Paolo Bonzini
This is now unused. Signed-off-by: Paolo Bonzini --- include/qom/object.h | 17 ++--- qom/object.c | 7 --- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/include/qom/object.h b/include/qom/object.h index 5e8e528..2ac35a5 100644 --- a/include/qom/object.

Re: [Qemu-devel] [PATCH v3 12/12] qom: remove object_delete

2013-01-25 Thread Paolo Bonzini
Il 25/01/2013 12:56, Andreas Färber ha scritto: >> > - * This function will initialize a new object using heap allocated >> > memory. This >> > - * function should be paired with object_delete() to free the resources >> > - * associated with the object. >> > + * This function will initialize a ne

Re: [Qemu-devel] [PATCH v3 12/12] qom: remove object_delete

2013-01-25 Thread Andreas Färber
Am 25.01.2013 12:47, schrieb Paolo Bonzini: > This is now unused. > > Signed-off-by: Paolo Bonzini > --- > include/qom/object.h | 17 ++--- > qom/object.c | 7 --- > 2 files changed, 2 insertions(+), 22 deletions(-) > > diff --git a/include/qom/object.h b/include/qom/ob