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

~axelheider posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/168070611775.20412.2883242077302841473-0@git.sr.ht
Maintainers: Peter Maydell <peter.maydell@linaro.org>
hw/timer/imx_epit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH qemu.git 0/2] hw/timer/imx_epit: fix reported issues
Posted by ~axelheider 2 years, 10 months ago
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 insertion(+), 1 deletion(-)

-- 
2.38.4
Re: [PATCH qemu.git 0/2] hw/timer/imx_epit: fix reported issues
Posted by Peter Maydell 2 years, 10 months ago
On Wed, 5 Apr 2023 at 15:48, ~axelheider <axelheider@git.sr.ht> 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: fix limit check
>
>  hw/timer/imx_epit.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)



Applied to target-arm.next for 8.1, thanks.

-- PMM