Re: [PATCH 2/2] qom: Introduce class_post_init() handler

2025-01-27 Thread Philippe Mathieu-Daudé
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:

Re: [PATCH 2/2] qom: Introduce class_post_init() handler

2025-01-26 Thread Markus Armbruster
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,