On 27/1/25 08:00, Markus Armbruster wrote:
Philippe Mathieu-Daudé writes:
Add a class_post_init() handler to be called by parents
*after* child class_init() handler is called. This is
necessary to have parent class check children properly
set some values or mandatory handlers.
Signed-off-by:
Philippe Mathieu-Daudé writes:
> Add a class_post_init() handler to be called by parents
> *after* child class_init() handler is called. This is
> necessary to have parent class check children properly
> set some values or mandatory handlers.
>
> Signed-off-by: Philippe Mathieu-Daudé
Plausible,