Commit 67078714a3 for qemu.org

commit 67078714a321ba29c574269773daf55882bed070
Merge: 83e8f88135 b693da615a
Author: Stefan Hajnoczi <stefanha@redhat.com>
Date:   Tue Jul 21 10:06:04 2026 -0400

    Merge tag 'pull-target-arm-20260721' of https://gitlab.com/pm215/qemu into staging

    target-arm queue:
     * hw/char: imx_serial: add missing migration state
     * hw/net/xilinx_axienet: Fix PHY register 17 link status reporting
     * target/arm: GICv5 cpuif: gicr_cdia_read() ppibit should be 64 bits
     * target/arm: GICv5 cpuif: Writes to ICC_APR_EL1 can change IRQ/FIQ
     * target/ppc: Remove unused helper_lscbx()
     * target/arm: Fix testing of raw mtx value
     * hw/dma/omap_dma: don't allow guest to memcopy arbitrary memory
     * target/arm: restore missing A-profile CPU types to qemu-arm

    # -----BEGIN PGP SIGNATURE-----
    #
    # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmpfMq8ZHHBldGVyLm1h
    # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3r2rD/9gHdiiSGLdUhYJBGZ10DOH
    # wF4NopP/4YfVemZcf//aelUi+UNMQHmtRZf38BjXoNBNP6u3ovKp97wD+OvnujKP
    # 3Sbi1XJ+t3MSCdd+30WPrKzfzg9N3cR9BrXDGQV2R0zZREmoT1ue61KI/HVq7Xe+
    # 0uB1EcG7ovYthompNhUAeUx8xlNiPLNm60utXb5G8rJSyHT9pUjECo85/FuVRucu
    # O1SZybZWccTzAyn5uw9CAb9VlNLy6xbaot43Dy7U7mHCTo6ycyteTTpSGtHGQ6tf
    # Dhw9Pg8p/TQU77KNKKVI8PhJF7/42xdVubzV8jssOxFDAMyIIMyZSJYn7CTJcXj9
    # fwa0BL/16JZZQK0PcUiWeQmkHG3MZLgdtuSbk8Yzf36oa64zQvEfYttLSQP3cW29
    # iL3oGacugpjSI2AH1Eizt5d5fFkndvZHV4rCsGEq29TVnSXHqwoTKF72L/xCcxbY
    # PeIIVJAdwsS/e2KenV2zvbUxej02JBtn9JtIeTlE9VmwsOf1Dtvb3yIZvfEUvwu7
    # SyNPBfHaXf9ZXc5ookauGF0NLvos8pXli/LmyN7rxygkbf2dabZK5hV6fRSgjY1i
    # O6N51lFSm9zFDBCLUNi8Giwxk4ojcv1bokFRpCvb5SfuFomdIGSNJmyU2e5yDn3/
    # hUhfkBWv8b5JE4d3JjwGWg==
    # =2Y3e
    # -----END PGP SIGNATURE-----
    # gpg: Signature made Tue 21 Jul 2026 04:49:51 EDT
    # 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]
    # gpg:                 aka "Peter Maydell <peter@archaic.org.uk>" [unknown]
    # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE

    * tag 'pull-target-arm-20260721' of https://gitlab.com/pm215/qemu:
      Revert "target/arm: Build cpu32-system.o as common object"
      MAINTAINERS: Add soc_dma to OMAP section
      include/hw/arm/omap_dma.h: Move to include/hw/dma
      hw/dma/soc_dma: Remove unused mem.base, paddr fields
      hw/dma/soc_dma: Use physical_memory_map() for mem2mem transfers
      hw/dma/soc_dma: dma bytes is uint64_t
      hw/dma/omap_dma: Be more careful about overflow in transfer setup
      hw/dma/soc_dma: Remove union from memmap_entry_s struct
      hw/dma/soc_dma: Simplify soc_dma_ch_update()
      hw/dma/soc_dma: Remove soc_dma_port_fifo support
      target/arm: Fix testing of raw mtx value
      target/ppc: Remove unused helper_lscbx()
      target/arm: GICv5 cpuif: Writes to ICC_APR_EL1 can change IRQ/FIQ
      target/arm: GICv5 cpuif: gicr_cdia_read() ppibit should be 64 bits
      hw/net/xilinx_axienet: Fix PHY register 17 link status reporting
      hw/char: imx_serial: add missing migration state

    Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>