qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix
@ 2012-02-28 11:57 Igor Mitsyanko
  2012-02-28 11:57 ` [Qemu-devel] [PATCH V2 1/2] qom: if @instance_size==0, assign size of object to parent object size Igor Mitsyanko
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Igor Mitsyanko @ 2012-02-28 11:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: e.voevodin, kyungmin.park, d.solodkiy, anthony, pbonzini,
	m.kozlov

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
    size
  qom/object.c: rename type_class_init() to type_initialize()

 qom/object.c |   27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-14 21:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 11:57 [Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix Igor Mitsyanko
2012-02-28 11:57 ` [Qemu-devel] [PATCH V2 1/2] qom: if @instance_size==0, assign size of object to parent object size Igor Mitsyanko
2012-02-28 11:57 ` [Qemu-devel] [PATCH V2 2/2] qom/object.c: rename type_class_init() to type_initialize() Igor Mitsyanko
2012-02-28 12:02 ` [Qemu-devel] [PATCH V2 0/2] QOM: small object creation fix Paolo Bonzini
2012-03-13  8:24 ` Igor Mitsyanko
2012-03-14 21:18 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).