From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vaq-0007hI-3P for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7vaV-0008VH-5n for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:18:47 -0400 Received: from mail-pz0-f47.google.com ([209.85.210.47]:46705) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7vaU-0008UG-Vp for qemu-devel@nongnu.org; Wed, 14 Mar 2012 17:18:27 -0400 Received: by mail-pz0-f47.google.com with SMTP id o14so3733070dad.34 for ; Wed, 14 Mar 2012 14:18:26 -0700 (PDT) Message-ID: <4F610B1E.4090309@codemonkey.ws> Date: Wed, 14 Mar 2012 16:18:22 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1330430231-18778-1-git-send-email-i.mitsyanko@samsung.com> In-Reply-To: <1330430231-18778-1-git-send-email-i.mitsyanko@samsung.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mitsyanko Cc: e.voevodin@samsung.com, qemu-devel@nongnu.org, kyungmin.park@samsung.com, d.solodkiy@samsung.com, pbonzini@redhat.com, m.kozlov@samsung.com 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 additional patch) > > Igor Mitsyanko (2): > qom: if @instance_size==0, assign size of object to parent object > size > qom/object.c: rename type_class_init() to type_initialize() > > qom/object.c | 27 +++++++++++++++++++++------ > 1 files changed, 21 insertions(+), 6 deletions(-) >