Just a collection of bug fixes this time around... thanks -- PMM
The following changes since commit 2a6ae69154542caa91dd17c40fd3f5ffbec300de: Merge tag 'pull-maintainer-ominbus-030723-1' of https://gitlab.com/stsquad/qemu into staging (2023-07-04 08:36:44 +0200) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20230704 for you to fetch changes up to 86a78272f094857b4eda79d721c116e93942aa9a: target/xtensa: Assert that interrupt level is within bounds (2023-07-04 14:27:08 +0100) ---------------------------------------------------------------- target-arm queue: * Add raw_writes ops for register whose write induce TLB maintenance * hw/arm/sbsa-ref: use XHCI to replace EHCI * Avoid splitting Zregs across lines in dump * Dump ZA[] when active * Fix SME full tile indexing * Handle IC IVAU to improve compatibility with JITs * xlnx-canfd-test: Fix code coverity issues * gdbstub: Guard M-profile code with CONFIG_TCG * allwinner-sramc: Set class_size * target/xtensa: Assert that interrupt level is within bounds ---------------------------------------------------------------- Akihiko Odaki (1): hw: arm: allwinner-sramc: Set class_size Eric Auger (1): target/arm: Add raw_writes ops for register whose write induce TLB maintenance Fabiano Rosas (1): target/arm: gdbstub: Guard M-profile code with CONFIG_TCG John Högberg (2): target/arm: Handle IC IVAU to improve compatibility with JITs tests/tcg/aarch64: Add testcases for IC IVAU and dual-mapped code Peter Maydell (1): target/xtensa: Assert that interrupt level is within bounds Richard Henderson (3): target/arm: Avoid splitting Zregs across lines in dump target/arm: Dump ZA[] when active target/arm: Fix SME full tile indexing Vikram Garhwal (1): tests/qtest: xlnx-canfd-test: Fix code coverity issues Yuquan Wang (1): hw/arm/sbsa-ref: use XHCI to replace EHCI docs/system/arm/sbsa.rst | 5 +- hw/arm/sbsa-ref.c | 23 +++-- hw/misc/allwinner-sramc.c | 1 + target/arm/cpu.c | 65 ++++++++----- target/arm/gdbstub.c | 4 + target/arm/helper.c | 70 +++++++++++--- target/arm/tcg/translate-sme.c | 24 +++-- target/xtensa/exc_helper.c | 3 + tests/qtest/xlnx-canfd-test.c | 33 +++---- tests/tcg/aarch64/icivau.c | 189 ++++++++++++++++++++++++++++++++++++++ tests/tcg/aarch64/sme-outprod1.c | 83 +++++++++++++++++ hw/arm/Kconfig | 2 +- tests/tcg/aarch64/Makefile.target | 13 ++- 13 files changed, 436 insertions(+), 79 deletions(-) create mode 100644 tests/tcg/aarch64/icivau.c create mode 100644 tests/tcg/aarch64/sme-outprod1.c