Am 30.10.2023 um 15:39 hat Philippe Mathieu-Daudé geschrieben: > 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é <phi...@linaro.org> > --- > I'm going to do that for each file I modify, so eventually > we'll get all converted.
This is probably a standard commit message that you used for every conversion? Maybe it should be changed here because I only see a single QOM type in the patch. Kevin