Re: [PATCH qemu.git v3 5/8] hw/timer/imx_epit: hard reset initializes CR with 0

2023-01-05 Thread Peter Maydell
On Thu, 1 Dec 2022 at 15:42, ~axelheider wrote: > > From: Axel Heider > > Signed-off-by: Axel Heider > --- > hw/timer/imx_epit.c | 20 ++-- > 1 file changed, 14 insertions(+), 6 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM

[PATCH qemu.git v3 5/8] hw/timer/imx_epit: hard reset initializes CR with 0

2022-12-01 Thread ~axelheider
From: Axel Heider Signed-off-by: Axel Heider --- hw/timer/imx_epit.c | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/hw/timer/imx_epit.c b/hw/timer/imx_epit.c index 7af3a8b10e..39f47222d0 100644 --- a/hw/timer/imx_epit.c +++ b/hw/timer/imx_epit.c @@ -99