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

2012-05-14 Thread Andreas Färber
Am 02.05.2012 13:30, schrieb 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 Anthony had added a Reviewed-by to v1. Thanks, a

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

2012-05-02 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