Re: [PATCH qemu.git v3 7/8] hw/timer/imx_epit: remove explicit fields cnt and freq

2023-01-05 Thread Peter Maydell
On Thu, 1 Dec 2022 at 15:42, ~axelheider wrote: > > From: Axel Heider > > The CNT register is a read-only register. There is no need to > store it's value, it can be calculated on demand. > The calculated frequency is needed temporarily only. > > Note that this is a migration compatibility break

[PATCH qemu.git v3 7/8] hw/timer/imx_epit: remove explicit fields cnt and freq

2022-12-01 Thread ~axelheider
From: Axel Heider The CNT register is a read-only register. There is no need to store it's value, it can be calculated on demand. The calculated frequency is needed temporarily only. Note that this is a migration compatibility break for all boards types that use the EPIT peripheral. Signed-off-