On 3/5/25 08:12, Philippe Mathieu-Daudé wrote:
Introduce theTypeInfo::registerable() callback to allow runtime decision on whether register a QOM type or not.Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org> --- include/qom/object.h | 1 + qom/object.c | 4 ++++ qom/trace-events | 1 + 3 files changed, 6 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~