Re: [PATCH qemu.git v2 8/9] hw/timer/imx_epit: change reset handling

2022-11-18 Thread Peter Maydell
On Mon, 7 Nov 2022 at 16:42, ~axelheider wrote: > > From: Axel Heider > > - inline software reset > - make hardware reset invoke software reset > - simplify code flow I think this patch is fixing a bug, right? We weren't previously clearing CR for the hardware reset. If so, that's worth noting i

[PATCH qemu.git v2 8/9] hw/timer/imx_epit: change reset handling

2022-11-07 Thread ~axelheider
From: Axel Heider - inline software reset - make hardware reset invoke software reset - simplify code flow Signed-off-by: Axel Heider --- hw/timer/imx_epit.c | 66 - 1 file changed, 23 insertions(+), 43 deletions(-) diff --git a/hw/timer/imx_epit.c