|
From: | Richard Henderson |
Subject: | Re: [PATCH 2/9] hw/sysbus: Declare QOM types using DEFINE_TYPES() macro |
Date: | Sun, 26 Jan 2025 13:45:59 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/25/25 10:13, Philippe Mathieu-Daudé wrote:
When multiple QOM types are registered in the same file, it is simpler to use the the DEFINE_TYPES() macro. In particular because type array declared with such macro are easier to review. Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- hw/core/sysbus.c | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |