Re: [Qemu-devel] [PATCH] hw/arm/stellaris: Implement watchdog timer

2019-02-26 Thread Peter Maydell
On Fri, 22 Feb 2019 at 23:45, wrote: > > From: Michel Heily > > Signed-off-by: Michel Heily Hi; thanks for this patch; it looks pretty good (though it does have a few issues). However, it turns out that we already have a model of something that's practically the same hardware... I would

Re: [Qemu-devel] [PATCH] hw/arm/stellaris: Implement watchdog timer

2019-02-23 Thread Eric Blake
On 2/22/19 5:38 PM, michelhe...@gmail.com wrote: > From: Michel Heily > > Signed-off-by: Michel Heily This appears to be your first contribution to qemu. Welcome to the community! Your commit message doesn't give any details beyond the "what" in the subject line. The body of the commit

[Qemu-devel] [PATCH] hw/arm/stellaris: Implement watchdog timer

2019-02-22 Thread michelheily
From: Michel Heily Signed-off-by: Michel Heily --- hw/arm/stellaris.c | 260 - 1 file changed, 258 insertions(+), 2 deletions(-) diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c index 442529c..08baeb2 100644 --- a/hw/arm/stellaris.c +++