Hi; here's an arm pullreq: these are all bugfixes suitable
for the next 11.1 RC.

thanks
-- PMM

The following changes since commit 299e7557ed15a9a325620698add379a3ce2d1d95:

  Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu 
into staging (2026-07-27 16:51:28 -0400)

are available in the Git repository at:

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

for you to fetch changes up to a5f8d33682be079e6b9b41f07b2eb517121b3b46:

  hw/display/exynos4210_fimd: Clamp windows to screen size (2026-07-28 11:38:51 
+0100)

----------------------------------------------------------------
target-arm queue:
 * target/arm: Fix various compilation issues in --disable-tcg configs
 * hw/net/flexcan: Fix issues spotted by Coverity
 * docs/system/arm: Update Nuvoton OpenBMC image guidance
 * hw/misc/mps2-scc.c: Ffix cfg7 write
 * hw/misc/mps2-scc.c: fix scc_partno field width
 * hw/i2c/bcm2835_i2c: Correct CLKT register offset
 * hw/display/exynos4210_fimd: fix coordinates bounds handling to avoid
   guest being able to access outside the framebuffer backing memory

----------------------------------------------------------------
Bernhard Beschow (9):
      hw/net/can/flexcan: Use mbs[] array for FIFO pop
      hw/net/flexcan: Drop unused RX FIFO register overlay
      hw/net/can/flexcan: Fix out-of-bounds access in flexcan_mx_rx()
      hw/net/can/flexcan: Fix mailbox index calculation in flexcan_mem_write()
      hw/net/can/flexcan: Fix mailbox index calculation in flexcan_mem_read()
      hw/net/can/flexcan: Fix mailbox reset mask initialization
      hw/net/flexcan: Drop oversized 'mb[]' mailbox view
      hw/net/can/flexcan: Fix RXIMR reset mask
      hw/net/can/flexcan: Remove RX SMB raw view

Bin Meng (1):
      docs/system/arm: Update Nuvoton OpenBMC image guidance

Peter Maydell (3):
      hw/display/exynos4210_fimd: Factor out finding screen width/height
      hw/display/exynos4210_fimd: Pass width to draw_line functions
      hw/display/exynos4210_fimd: Clamp windows to screen size

Philippe Mathieu-Daudé (4):
      hw/intc/arm_gicv3: Fix ARM_GICV3 dependency for KVM / WHPX
      target/arm: Add stub for define_gicv5_cpuif_regs()
      target/arm: Only compile gicv5-cpuif.c when GICv5 is selected
      target/arm: Build TCG stubs as stub library

Simon Xu (2):
      hw/misc/mps2-scc.c: fix cfg7 write
      hw/misc/mps2-scc.c: fix scc_partno field width

botszhuang (1):
      hw/i2c/bcm2835_i2c: Correct CLKT register offset

 docs/system/arm/nuvoton.rst  | 54 ++++++++++++++++++++++++++++++++++++++++----
 hw/display/exynos4210_fimd.c | 54 ++++++++++++++++++++++++++++++++------------
 hw/intc/meson.build          |  4 ++--
 hw/misc/mps2-scc.c           |  4 ++--
 hw/net/can/flexcan.c         | 47 ++++++++++++++++++++++----------------
 include/hw/i2c/bcm2835_i2c.h |  2 +-
 include/hw/net/flexcan.h     | 22 +++---------------
 target/arm/gicv5-stubs.c     | 17 ++++++++++++++
 target/arm/meson.build       |  6 ++---
 target/arm/tcg-stubs.c       |  4 ----
 target/arm/tcg/meson.build   |  3 +++
 11 files changed, 147 insertions(+), 70 deletions(-)
 create mode 100644 target/arm/gicv5-stubs.c

Reply via email to