Re: [Qemu-devel] [PATCH] qom: fix inherited interfaces

2013-12-20 Thread Igor Mammedov
On Fri, 20 Dec 2013 16:55:44 +0100 Paolo Bonzini wrote: > The interface type rework had two bugs with interfaces that are inherited > from a superclass. First of all, the implementation type name was wrong > (for example it was subclass::superclass::interface rather than > just subclass::interfa

[Qemu-devel] [PATCH] qom: fix inherited interfaces

2013-12-20 Thread Paolo Bonzini
The interface type rework had two bugs with interfaces that are inherited from a superclass. First of all, the implementation type name was wrong (for example it was subclass::superclass::interface rather than just subclass::interface). Second, interfaces not registering their type anymore means