Commit e6459afb1f for qemu.org

commit e6459afb1ff4d86b361b14f4a2fc43f0d2b4d679
Merge: 70e6512795 c5275c7342
Author: Peter Maydell <peter.maydell@linaro.org>
Date:   Tue Nov 19 14:23:34 2024 +0000

    Merge tag 'pull-target-arm-20241119' of https://git.linaro.org/people/pmaydell/qemu-arm into staging

    target-arm queue:
     * hw/timer/exynos4210_mct: fix possible int overflow
     * hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
     * hw/intc/openpic: Avoid taking address of out-of-bounds array index
     * hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
     * arm/ptw: Honour WXN/UWXN and SIF in short-format descriptors
     * hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() to avoid UB
     * system/dma-helpers.c: Move trace events to system/trace-events
     * target/arm/hvf: Add trace.h header
     * trace: Don't include trace-root.h in control.c or control-target.c

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmc8nrwZHHBldGVyLm1h
    # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3n2nEACc4N7TI2QFbuqa1k4G+C5y
    # 1bpWVnkPjeqnTGUyYshtl/ByZi+IH4RDFqlCJxUYgfSvfD74+u78haXcx/ukZL/x
    # zNbNu/hjP0v6nQF+upzRcQip5PIBjkbIUJSC3ga90HbsNWv8rvTjVSwQmstQ2b8J
    # 9mCNA2ri+NVJ4+kBL5xRSzDqxdu/7sC/eooYfcETlVXcnvL/oMWoF//iThvkaBve
    # LyySM+PS1Ni4oApx6LY9VpLzabtaCXh5R4yDMsFW0WucKZf58lm9Z1yU2wdPjuwj
    # uauHBbQnJy03LazprIyVNXlaT7SI2Qr+7CV4lAco66DoBsaIP16+Kby1XILbY8qo
    # JjJmuNQ8DA9c7F9bPqagZ0PLVRy9Wj0UiXKuqaTHrnnKzbgBprPCApR8bj0XPISs
    # xv6qsSrd4u9joSCkrD3XEC9ddzdWMi1xN1Hfw+lkuHOvnWKJJ7O3hortuupGhpeq
    # h90VBQ8Gb9S15BlLPfSmSmiO+XjRWU53CcZasQew5bFBIMEha1sPnwz01/KrSZqG
    # sN/nBBuVUhT6YjRY/7k7tqT1ATigXrEZPtRgCjap7W+zIILWaO9QUb2y2LlJfofp
    # febu0L++xw1JvtHnNin1vImmM5rgCMLMLx3QQ5Kq9jc5ytKnZwzJarLV4LbqIpuv
    # h1QzI2SJQXsL2zfBem/0yg==
    # =lqA0
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Tue 19 Nov 2024 14:20:44 GMT
    # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
    # gpg:                issuer "peter.maydell@linaro.org"
    # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
    # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
    # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
    # gpg:                 aka "Peter Maydell <peter@archaic.org.uk>" [ultimate]
    # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE

    * tag 'pull-target-arm-20241119' of https://git.linaro.org/people/pmaydell/qemu-arm:
      trace: Don't include trace-root.h in control.c or control-target.c
      target/arm/hvf: Add trace.h header
      system/dma-helpers.c: Move trace events to system/trace-events
      hw/intc/loongarch_extioi: Use set_bit32() and clear_bit32() for s->isr
      hw/intc/arm_gicv3: Use bitops.h uint32_t bit array functions
      bitops.h: Define bit operations on 'uint32_t' arrays
      arm/ptw: Honour WXN/UWXN and SIF in short-format descriptors
      arm/ptw: Make get_S1prot accept decoded AP
      tests/qtest/cmsdk-apb-watchdog-test: Test INTEN as counter enable
      tests/qtest/cmsdk-apb-watchdog-test: Don't abort on assertion failure
      tests/qtest/cmsdk-apb-watchdog-test: Parameterize tests
      hw/watchdog/cmsdk_apb_watchdog: Fix INTEN issues
      hw/intc/openpic: Avoid taking address of out-of-bounds array index
      hw/net/rocker/rocker_of_dpa.c: Remove superfluous error check
      hw/timer/exynos4210_mct: fix possible int overflow

    Signed-off-by: Peter Maydell <peter.maydell@linaro.org>