Re: [PATCH qemu.git 0/2] hw/timer/imx_epit: fix reported issues

2023-04-11 Thread Peter Maydell
On Wed, 5 Apr 2023 at 15:48, ~axelheider wrote: > > This patchset fixes the following issues: > - variable shadowing reported by Coverity > - fix check, see https://gitlab.com/qemu-project/qemu/-/issues/1491 > > Axel Heider (2): > hw/timer/imx_epit: don't shadow variable > hw/timer/imx_epit: f

[PATCH qemu.git 0/2] hw/timer/imx_epit: fix reported issues

2023-04-05 Thread ~axelheider
This patchset fixes the following issues: - variable shadowing reported by Coverity - fix check, see https://gitlab.com/qemu-project/qemu/-/issues/1491 Axel Heider (2): hw/timer/imx_epit: don't shadow variable hw/timer/imx_epit: fix limit check hw/timer/imx_epit.c | 2 +- 1 file changed, 1 i