Re: [Qemu-devel] [PATCH 5/6] aspeed: add ast2500 support to scu and sdmc controllers

2016-07-27 Thread Andrew Jeffery
On Wed, 2016-07-27 at 18:46 +0200, Cédric Le Goater wrote: > Based on previous work done by Andrew Jeffery . > > Signed-off-by: Cédric Le Goater Reviewed-by: Andrew Jeffery > --- >  hw/misc/aspeed_scu.c | 45 > +++- >  hw/misc/aspeed_sdmc.c  

[Qemu-devel] [PATCH 5/6] aspeed: add ast2500 support to scu and sdmc controllers

2016-07-27 Thread Cédric Le Goater
Based on previous work done by Andrew Jeffery . Signed-off-by: Cédric Le Goater --- hw/misc/aspeed_scu.c | 45 +++- hw/misc/aspeed_sdmc.c| 1 + include/hw/misc/aspeed_scu.h | 1 + 3 files changed, 46 insertions(+), 1 deletion(-) diff --g