qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/10] target-arm queue
@ 2025-11-14 15:21 Peter Maydell
  2025-11-14 15:21 ` [PULL 01/10] MAINTAINERS: update maintainers for WHPX Peter Maydell
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Peter Maydell @ 2025-11-14 15:21 UTC (permalink / raw)
  To: qemu-devel

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(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-11-14 19:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14 15:21 [PULL 00/10] target-arm queue Peter Maydell
2025-11-14 15:21 ` [PULL 01/10] MAINTAINERS: update maintainers for WHPX Peter Maydell
2025-11-14 15:21 ` [PULL 02/10] target/arm: Fix accidental write to TCG constant Peter Maydell
2025-11-14 15:21 ` [PULL 03/10] target/arm/cpu64: remove duplicate include Peter Maydell
2025-11-14 15:21 ` [PULL 04/10] hw/display/xlnx_dp.c: Don't abort on AUX FIFO overrun/underrun Peter Maydell
2025-11-14 15:21 ` [PULL 05/10] hw/display/xlnx_dp: Don't abort for unsupported graphics formats Peter Maydell
2025-11-14 15:21 ` [PULL 06/10] cxl: Clean up includes Peter Maydell
2025-11-14 15:21 ` [PULL 07/10] vfio: " Peter Maydell
2025-11-14 15:21 ` [PULL 08/10] tests: " Peter Maydell
2025-11-14 15:21 ` [PULL 09/10] hw/misc/npcm_clk: Don't divide by zero when calculating frequency Peter Maydell
2025-11-14 15:21 ` [PULL 10/10] hw/audio/lm4549: Don't try to open a zero-frequency audio voice Peter Maydell
2025-11-14 19:08 ` [PULL 00/10] target-arm queue Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).