Commit 93f3dd6048 for qemu.org

commit 93f3dd604825824a7239aaf704baf74730aa3007
Merge: 6add03bec0 4311682ea8
Author: Richard Henderson <richard.henderson@linaro.org>
Date:   Fri Aug 12 10:46:43 2022 -0700

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

    target-arm queue:
     * Don't report Statistical Profiling Extension in ID registers
     * virt ACPI tables: Present the GICR structure properly for GICv4
     * Fix some typos in documentation
     * tests/unit: fix a -Wformat-truncation warning
     * cutils: Add missing dyld(3) include on macOS

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmL2PP4ZHHBldGVyLm1h
    # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3qLKD/964d9vRe9b1Upv5mTxM7+y
    # JxgwvsgVe7HeWBTOIIHsP7y1F+5MduiDDf2BC5XBiwtkVNSeJB1J1QQWkas6baVr
    # DiRPiP/D6gG3B9naujCWsI5QbnSlONeunE0R+gYfNK6J/Odidzu6DtNa4PZJ1tcP
    # vmZA5eLSAjaCIVmzQYF/Ae7nSoFz/sVR+li+tLSb/ynC+3H+rCry4TrQ7HgGyhjO
    # nz4hIOtiYdAqp6hklMeLl6yAPMwZrxCtq51LE+Oj90uh7xt3gs0d29Zlbdc/vQFw
    # dSZM/Cm0X+TMV6HHjpKrHnoUH+o+yv/O1q7VFccC4UpLSj7jbB8o/fbCASsBV+Jg
    # /Y87G9WjtS6EO5SEqnDTSw5cAEKAqpgzQe8HhEGFa3MymuzkrnBagj59TNa5t4hV
    # +maoR2vRb8hnhYDtFsWDPbfhFSCP3MSHki6sP7IMFNQsaUxFDNu2mRn0TOtSx0NB
    # n5a/JOby7AeYI5JWyAwQ2T5Hxgh8EeBrPsXDxyy1jA+t67nrlrqdYwyLL5564jU4
    # ESuMnuRTWjUnXaF9yhKbe6g1QdVV3OAC6jikzMuYLEHmKC/1MUJT1W4MECzjx1FM
    # b0tQ2Q+0mfSfm5YrJqbAIdDg3Cie88pvl/i0POtFBiwoOhPRH6QBzd/b6q6B6zw6
    # MPV6QAwBfdQYxJId93shTQ==
    # =/sV7
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Fri 12 Aug 2022 04:43:58 AM PDT
    # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
    # gpg:                issuer "peter.maydell@linaro.org"
    # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [full]
    # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [full]
    # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [full]

    * tag 'pull-target-arm-20220812' of https://git.linaro.org/people/pmaydell/qemu-arm:
      cutils: Add missing dyld(3) include on macOS
      hw/arm/virt-acpi-build: Present the GICR structure properly for GICv4
      tests/unit: fix a -Wformat-truncation warning
      Fix some typos in documentation (most of them found by codespell)
      target/arm: Don't report Statistical Profiling Extension in ID registers

    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>