On Fri, Mar 15, 2024 at 02:08:51PM +0100, Philippe Mathieu-Daudé wrote: > Date: Fri, 15 Mar 2024 14:08:51 +0100 > From: Philippe Mathieu-Daudé <[email protected]> > Subject: [PATCH-for-9.1 03/21] target/ppc: Declare CPU QOM types using > DEFINE_TYPES() macro > X-Mailer: git-send-email 2.41.0 > > 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. > > In few commits we are going to add more types, so replace > the type_register_static() to ease further reviews. > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > Message-Id: <[email protected]> > --- > target/ppc/cpu_init.c | 52 +++++++++++++++++++------------------------ > 1 file changed, 23 insertions(+), 29 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
