Re: [PATCH 14/24] aspeed/smc: Add a 'features' attribute to the object class

2021-04-08 Thread Joel Stanley
On Wed, 7 Apr 2021 at 17:17, Cédric Le Goater wrote: > > It will simplify extensions of the SMC model. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley > --- > include/hw/ssi/aspeed_smc.h | 2 +- > hw/ssi/aspeed_smc.c | 44 + > 2 files

[PATCH 14/24] aspeed/smc: Add a 'features' attribute to the object class

2021-04-07 Thread Cédric Le Goater
It will simplify extensions of the SMC model. Signed-off-by: Cédric Le Goater --- include/hw/ssi/aspeed_smc.h | 2 +- hw/ssi/aspeed_smc.c | 44 + 2 files changed, 26 insertions(+), 20 deletions(-) diff --git a/include/hw/ssi/aspeed_smc.h b/include/hw