Re: [Qemu-devel] [PATCH 03/25] qom: add class_base_init

2012-04-03 Thread Anthony Liguori
On 04/03/2012 06:15 AM, Paolo Bonzini wrote: The class_base_init TypeInfo callback was present in one of the early QOM versions but removed (on my request...) before committing. We will need it soon, add it. Signed-off-by: Paolo Bonzini Heh, funny how that worked out :-) Reviewed-by: Anthony

[Qemu-devel] [PATCH 03/25] qom: add class_base_init

2012-04-03 Thread Paolo Bonzini
The class_base_init TypeInfo callback was present in one of the early QOM versions but removed (on my request...) before committing. We will need it soon, add it. Signed-off-by: Paolo Bonzini --- include/qemu/object.h | 10 -- qom/object.c |9 + 2 files changed, 1