Re: [PATCH 08/21] aspeed/sdmc: Introduce an object class per SoC

2019-09-19 Thread Joel Stanley
On Thu, 19 Sep 2019 at 05:51, Cédric Le Goater wrote: > > Use class handlers and class constants to differentiate the > characteristics of the memory controller and remove the 'silicon_rev' > property. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley

[Qemu-devel] [PATCH 08/21] aspeed/sdmc: Introduce an object class per SoC

2019-09-18 Thread Cédric Le Goater
Use class handlers and class constants to differentiate the characteristics of the memory controller and remove the 'silicon_rev' property. Signed-off-by: Cédric Le Goater --- include/hw/misc/aspeed_sdmc.h | 19 +++- hw/arm/aspeed_soc.c | 5 +- hw/misc/aspeed_sdmc.c | 168 ++