Hi; here's a target-arm pullreq. Most of the patches in it
are actually docs and similar tidyups, though...

thanks
-- PMM

The following changes since commit 2339d0a1cfac6ecc667e6e062a593865c1541c35:

  Merge tag 'hw-misc-20260120' of https://github.com/philmd/qemu into staging 
(2026-01-21 07:39:57 +1100)

are available in the Git repository at:

  https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260123

for you to fetch changes up to 62580edc02ae16ba520d220f6fd7556999504a84:

  qemu-options.hx: Improve formatting in colo-compare docs (2026-01-23 14:08:57 
+0000)

----------------------------------------------------------------
target-arm queue:
 * hw/arm/imx8mp-evk: Provide some defaults matching real hardware
 * hw/intc: endianness fixes
 * various: Clean up includes
 * kernel-doc.py: sync with upstream Kernel v6.19-rc4
 * scripts/clean-includes: Minor improvements; exclude list update
 * docs/system/arm/imx8mp-evk: Avoid suggesting redundant CLI parameters
 * docs/system/arm/xlnx-zynq.rst: Improve docs rendering
 * docs: Be consistent about capitalization of 'Arm' (again)
 * docs: Avoid unintended mailto: hyperlinks
 * qemu-options.hx: Drop uses of @var
 * qemu-options.hx: Improve formatting in colo-compare docs

----------------------------------------------------------------
Alex Bennée (4):
      hw/intc: declare NVIC regions as little endian
      hw/intc: declare GIC regions as little endian
      hw/intc: declare GICv3 regions as little endian
      hw/intc: avoid byte swap fiddling in gicv3 its path

Bernhard Beschow (2):
      hw/arm/imx8mp-evk: Provide some defaults matching real hardware
      docs/system/arm/imx8mp-evk: Avoid suggesting redundant CLI parameters

Mauro Carvalho Chehab (1):
      kernel-doc.py: sync with upstream Kernel v6.19-rc4

Peter Maydell (15):
      docs: Be consistent about capitalization of 'Arm' (again)
      scripts/clean-includes: Allow directories on command line
      scripts/clean-includes: Remove outdated comment
      scripts/clean-includes: Make ignore-regexes one per line
      scripts/clean-includes: Do all our exclusions with REGEXFILE
      scripts/clean-includes: Give the args in git commit messages
      scripts/clean-includes: Update exclude list
      mshv: Clean up includes
      bsd-user: Clean up includes
      misc: Clean up includes
      all: Clean up includes
      docs/system/arm/xlnx-zynq.rst: Improve docs rendering
      docs: avoid unintended mailto: hyperlinks
      qemu-options.hx: Drop uses of @var
      qemu-options.hx: Improve formatting in colo-compare docs

 accel/mshv/irq.c                      |   3 +-
 accel/mshv/mshv-all.c                 |   1 -
 bsd-user/bsd-mem.h                    |   3 -
 bsd-user/bsd-proc.c                   |   1 -
 bsd-user/freebsd/os-proc.h            |   2 -
 bsd-user/qemu-bsd.h                   |   1 -
 docs/devel/submitting-a-patch.rst     |   2 +-
 docs/devel/testing/qgraph.rst         |   8 +-
 docs/devel/vfio-iommufd.rst           |   2 +-
 docs/specs/fsi.rst                    |   2 +-
 docs/system/arm/aspeed.rst            |   6 +-
 docs/system/arm/b-l475e-iot01a.rst    |   2 +-
 docs/system/arm/imx8mp-evk.rst        |   4 +-
 docs/system/arm/nrf.rst               |   4 +-
 docs/system/arm/stm32.rst             |  12 +-
 docs/system/arm/xlnx-versal-virt.rst  |  16 +-
 docs/system/arm/xlnx-zynq.rst         |  51 +-
 docs/system/device-url-syntax.rst.inc |   4 +-
 docs/system/guest-loader.rst          |   2 +-
 docs/system/replay.rst                |   2 +-
 docs/system/vnc-security.rst          |   6 +-
 hw/arm/imx8mp-evk.c                   |   2 +
 hw/core/machine-qmp-cmds.c            |   1 -
 hw/intc/arm_gic.c                     |  12 +-
 hw/intc/arm_gicv3.c                   |   4 +-
 hw/intc/arm_gicv3_its.c               |   4 +-
 hw/intc/arm_gicv3_its_common.c        |   4 +-
 hw/intc/arm_gicv3_its_kvm.c           |   2 +-
 hw/intc/armv7m_nvic.c                 |   2 +-
 hw/scsi/lasi_ncr710.h                 |   1 -
 hw/scsi/ncr53c710.h                   |   1 -
 include/hw/core/loader.h              |   1 -
 include/hw/i386/tdvf.h                |   1 -
 include/hw/ppc/spapr_fadump.h         |   1 -
 include/hw/riscv/iommu.h              |   1 -
 include/system/accel-irq.h            |   1 -
 include/system/mshv.h                 |   1 -
 linux-user/alpha/target_proc.h        |   1 -
 qemu-options.hx                       |  51 +-
 qga/commands-windows-ssh.h            |   1 -
 qga/vss-win32/vss-debug.h             |   1 -
 scripts/clean-includes                | 103 ++--
 scripts/lib/kdoc/kdoc_files.py        |  11 +-
 scripts/lib/kdoc/kdoc_item.py         |   3 +-
 scripts/lib/kdoc/kdoc_output.py       |  93 +++-
 scripts/lib/kdoc/kdoc_parser.py       | 901 +++++++++++++++++-----------------
 scripts/lib/kdoc/kdoc_re.py           |  24 +-
 semihosting/arm-compat-semi-stub.c    |   1 -
 target/arm/cpu32-stubs.c              |   1 -
 target/i386/kvm/kvm.c                 |   1 -
 target/i386/kvm/vmsr_energy.h         |   2 -
 target/i386/mshv/mshv-cpu.c           |   1 -
 target/i386/mshv/x86.c                |   1 -
 target/loongarch/csr.c                |   1 -
 target/riscv/csr.c                    |   1 -
 tools/i386/qemu-vmsr-helper.c         |   1 -
 util/cpuinfo-aarch64.c                |   1 -
 57 files changed, 738 insertions(+), 635 deletions(-)

Reply via email to