Re: [Qemu-devel] [PATCH 04/22] hw/arm/iotkit: Wire up the dualtimer

2018-08-23 Thread Richard Henderson
On 08/20/2018 07:10 AM, Peter Maydell wrote: > Now we have a model of the CMSDK dual timer, we can wire it > up in the IoTKit. > > Signed-off-by: Peter Maydell > --- > include/hw/arm/iotkit.h | 3 ++- > hw/arm/iotkit.c | 8 +--- > 2 files changed, 7 insertions(+), 4 deletions(-) Rev

Re: [Qemu-devel] [PATCH 04/22] hw/arm/iotkit: Wire up the dualtimer

2018-08-20 Thread Philippe Mathieu-Daudé
On 08/20/2018 11:10 AM, Peter Maydell wrote: > Now we have a model of the CMSDK dual timer, we can wire it > up in the IoTKit. > > Signed-off-by: Peter Maydell Reviewed-by: Philippe Mathieu-Daudé > --- > include/hw/arm/iotkit.h | 3 ++- > hw/arm/iotkit.c | 8 +--- > 2 files change

[Qemu-devel] [PATCH 04/22] hw/arm/iotkit: Wire up the dualtimer

2018-08-20 Thread Peter Maydell
Now we have a model of the CMSDK dual timer, we can wire it up in the IoTKit. Signed-off-by: Peter Maydell --- include/hw/arm/iotkit.h | 3 ++- hw/arm/iotkit.c | 8 +--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/include/hw/arm/iotkit.h b/include/hw/arm/iotkit.h i