[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] qom: Introduce class_post_init() handler
From: |
Markus Armbruster |
Subject: |
Re: [PATCH 2/2] qom: Introduce class_post_init() handler |
Date: |
Mon, 27 Jan 2025 08:00:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Philippe Mathieu-Daudé <philmd@linaro.org> 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é <philmd@linaro.org>
Plausible, but I'd like to see actual use. What uses do you have in
mind?