Re: [Qemu-devel] [PATCH for-2.9 28/30] aspeed: add a watchdog controller

2016-11-29 Thread Andrew Jeffery
On Tue, 2016-11-29 at 16:44 +0100, Cédric Le Goater wrote: > This enables reboot of a guest from U-Boot and Linux. > > Signed-off-by: Cédric Le Goater > Reviewed-by: Joel Stanley Reviewed-by: Andrew Jeffery > --- >  hw/arm/aspeed_soc.c | 13 + >  include/hw/arm/aspeed_soc.h

[Qemu-devel] [PATCH for-2.9 28/30] aspeed: add a watchdog controller

2016-11-29 Thread Cédric Le Goater
This enables reboot of a guest from U-Boot and Linux. Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley --- hw/arm/aspeed_soc.c | 13 + include/hw/arm/aspeed_soc.h | 2 ++ 2 files changed, 15 insertions(+) diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c inde