Re: [Qemu-devel] [PATCH v1 1/2] qom/object.c: Reset interface list on inheritance
Applied. Thanks. Regards, Anthony Liguori
[Qemu-devel] [PATCH v1 1/2] qom/object.c: Reset interface list on inheritance
The QOM framework will attempt the recreate a classes interface list from scratch for each class. This means that a child class should zero out the list of interfaces when cloned from the parent class. Currently the list is memcpy()d from the parent to the child. As the interface list is just a po