Home
last modified time | relevance | path

Searched hist:"13 e8ec6c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/intc/
H A Dloongson_ipi.c13e8ec6c Mon Jul 10 13:24:51 CDT 2023 Philippe Mathieu-Daudé <philmd@linaro.org> hw/intc/loongson_ipi: Declare QOM types using DEFINE_TYPES() macro

When multiple QOM types are registered in the same file,
it is simpler to use the the DEFINE_TYPES() macro. Replace
the type_init() / type_register_static() combination.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Tested-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20240718133312.10324-2-philmd@linaro.org>