Re: [Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix

2012-03-14 Thread Anthony Liguori
On 02/28/2012 05:57 AM, Igor Mitsyanko wrote: Eliminate impossibility of creating objects of types with @instance_size == 0. Applied all. Thanks. Regards, Anthony Liguori v1-v2: type's instance size now initialized during type initialization. type_class_init() renamed (in

Re: [Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix

2012-03-13 Thread Igor Mitsyanko
On 02/28/2012 03:57 PM, Igor Mitsyanko wrote: Eliminate impossibility of creating objects of types with @instance_size == 0. v1-v2: type's instance size now initialized during type initialization. type_class_init() renamed (in additional patch) Igor Mitsyanko (2): qom: if

[Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix

2012-02-28 Thread Igor Mitsyanko
Eliminate impossibility of creating objects of types with @instance_size == 0. v1-v2: type's instance size now initialized during type initialization. type_class_init() renamed (in additional patch) Igor Mitsyanko (2): qom: if @instance_size==0, assign size of object to parent object

Re: [Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix

2012-02-28 Thread Paolo Bonzini
Il 28/02/2012 12:57, Igor Mitsyanko ha scritto: Eliminate impossibility of creating objects of types with @instance_size == 0. v1-v2: type's instance size now initialized during type initialization. type_class_init() renamed (in additional patch) Igor Mitsyanko (2): qom: if