Hi; here are some arm patches for the freeze; mostly these are fairly unexciting minor bug fixes.
I did find in my CI run for this that the check-python-minreqs job failed with: "ERROR: /builds/pm215/qemu/scripts/qapi/commands.py Imports are incorrectly sorted and/or formatted." https://gitlab.com/pm215/qemu/-/jobs/12092087877 but since this pullreq doesn't touch that file or anything else python-related I assume that's a pre-existing CI failure. thanks -- PMM The following changes since commit 9febfa94b69b7146582c48a868bd2330ac45037f: Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-11-12 11:47:42 +0100) are available in the Git repository at: https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20251114 for you to fetch changes up to 522444744eb79dd01e377ad2ed15544f10bcc70c: hw/audio/lm4549: Don't try to open a zero-frequency audio voice (2025-11-14 13:20:10 +0000) ---------------------------------------------------------------- target-arm queue: * MAINTAINERS file update for whpx * target/arm: Fix accidental write to TCG constant * target/arm/cpu64: remove duplicate include * hw/display/xlnx_dp: don't abort() on guest errors * cxl, vfio, tests: clean up includes * hw/misc/npcm_clk: Don't divide by zero when calculating frequency * hw/audio/lm4549: Don't try to open a zero-frequency audio voice ---------------------------------------------------------------- Mohamed Mediouni (1): MAINTAINERS: update maintainers for WHPX Osama Abdelkader (1): target/arm/cpu64: remove duplicate include Peter Maydell (7): hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun hw/display/xlnx_dp: Don't abort for unsupported graphics formats cxl: Clean up includes vfio: Clean up includes tests: Clean up includes hw/misc/npcm_clk: Don't divide by zero when calculating frequency hw/audio/lm4549: Don't try to open a zero-frequency audio voice Richard Henderson (1): target/arm: Fix accidental write to TCG constant MAINTAINERS | 3 +- hw/vfio-user/container.h | 1 - hw/vfio-user/device.h | 1 - hw/vfio/pci-quirks.h | 1 - tests/qtest/aspeed-hace-utils.h | 1 - tests/qtest/aspeed-smc-utils.h | 1 - hw/audio/lm4549.c | 17 +++++++- hw/cxl/cxl-mailbox-utils.c | 2 +- hw/display/xlnx_dp.c | 83 ++++++++++++++++++++++++++++++++---- hw/mem/cxl_type3.c | 2 +- hw/misc/npcm_clk.c | 5 ++- hw/vfio-user/container.c | 2 +- hw/vfio-user/pci.c | 2 +- hw/vfio/ap.c | 1 - hw/vfio/container.c | 2 +- hw/vfio/cpr-legacy.c | 2 +- target/arm/cpu64.c | 1 - target/arm/tcg/translate.c | 11 +++-- tests/qtest/aspeed_gpio-test.c | 1 - tests/qtest/dbus-display-test.c | 3 -- tests/qtest/pnv-spi-seeprom-test.c | 1 - tests/unit/test-cutils.c | 2 +- tests/unit/test-error-report.c | 1 - tests/unit/test-io-channel-command.c | 2 - 24 files changed, 110 insertions(+), 38 deletions(-)
