Re: [Qemu-devel] [PATCH 0/3] qom: refactor Interfaces

2012-06-14 Thread Peter Crosthwaite
On Thu, Jun 14, 2012 at 6:54 AM, Anthony Liguori wrote: > The interface implementation was pretty busted.  The way it created Objects > for > each interface was extremely clumbsy and brittle. > > This is a new implementation that does something quite a bit more natural.  It > simply modifies clas

Re: [Qemu-devel] [PATCH 0/3] qom: refactor Interfaces

2012-06-14 Thread Paolo Bonzini
Il 13/06/2012 22:54, Anthony Liguori ha scritto: > The interface implementation was pretty busted. The way it created Objects > for > each interface was extremely clumbsy and brittle. > > This is a new implementation that does something quite a bit more natural. It > simply modifies classes suc

[Qemu-devel] [PATCH 0/3] qom: refactor Interfaces

2012-06-13 Thread Anthony Liguori
The interface implementation was pretty busted. The way it created Objects for each interface was extremely clumbsy and brittle. This is a new implementation that does something quite a bit more natural. It simply modifies classes such that they can affectively have more than one super class. I