Re: [PATCH qemu.git v3 0/8] hw/timer/imx_epit: improve and fix EPIT compare timer
Peter, Applied to target-arm.next, thanks. Sorry it took me so long to> get to this. No worries. Thanks for picking up the changes, and I really appreciate all the review feedback. Axel
Re: [PATCH qemu.git v3 0/8] hw/timer/imx_epit: improve and fix EPIT compare timer
On Thu, 1 Dec 2022 at 15:42, ~axelheider wrote: > > This patch set improves the i.MX EPIT emulation: > - fix #1263 for writes to CR > - ensure SR_OCIF is set properly even if CR_OCIEN is off > - hardware reset initialized CR to 0 > - interrupt state update on CR writes (e.g. software reset) > - re