Re: [Qemu-devel] [PATCH 2/2] hw/arm/aspeed: Add RTC to SoC

2019-04-11 Thread Peter Maydell
On Thu, 28 Mar 2019 at 06:22, Joel Stanley wrote: > > Signed-off-by: Joel Stanley > Signed-off-by: Cédric Le Goater > --- > hw/arm/aspeed_soc.c | 15 +++ > include/hw/arm/aspeed_soc.h | 2 ++ > 2 files changed, 17 insertions(+) > > diff --git a/hw/arm/aspeed_soc.c b/hw/arm/

Re: [Qemu-devel] [PATCH 2/2] hw/arm/aspeed: Add RTC to SoC

2019-04-11 Thread Cédric Le Goater
On 4/11/19 5:28 PM, Peter Maydell wrote: > On Thu, 28 Mar 2019 at 06:22, Joel Stanley wrote: >> >> Signed-off-by: Joel Stanley >> Signed-off-by: Cédric Le Goater >> --- >> hw/arm/aspeed_soc.c | 15 +++ >> include/hw/arm/aspeed_soc.h | 2 ++ >> 2 files changed, 17 insertions

[Qemu-devel] [PATCH 2/2] hw/arm/aspeed: Add RTC to SoC

2019-03-27 Thread Joel Stanley
Signed-off-by: Joel Stanley Signed-off-by: Cédric Le Goater --- hw/arm/aspeed_soc.c | 15 +++ include/hw/arm/aspeed_soc.h | 2 ++ 2 files changed, 17 insertions(+) diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c index a27233d4876b..628ec633c91a 100644 --- a/hw/arm/as