target-arm queue: just bugfixes, mostly mine. thanks -- PMM
The following changes since commit 885fc169f09f5915ce037263d20a59eb226d473d: Merge tag 'pull-riscv-to-apply-20230723-3' of https://github.com/alistair23/qemu into staging (2023-07-24 11:34:35 +0100) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20230725 for you to fetch changes up to 78cc90346ec680a7f1bb9f138bf7c9654cf526d5: tests/decode: Suppress "error: " string for expected-failure tests (2023-07-25 10:56:52 +0100) ---------------------------------------------------------------- target-arm queue: * tests/decode: Suppress "error: " string for expected-failure tests * ui/curses: For curses display, recognize a few more control keys * target/arm: Special case M-profile in debug_helper.c code * scripts/git-submodule.sh: Don't rely on non-POSIX 'read' behaviour * hw/arm/smmu: Handle big-endian hosts correctly ---------------------------------------------------------------- Peter Maydell (4): hw/arm/smmu: Handle big-endian hosts correctly scripts/git-submodule.sh: Don't rely on non-POSIX 'read' behaviour target/arm: Special case M-profile in debug_helper.c code tests/decode: Suppress "error: " string for expected-failure tests Sean Estabrooks (1): For curses display, recognize a few more control keys ui/curses_keys.h | 6 ++++++ hw/arm/smmu-common.c | 3 +-- hw/arm/smmuv3.c | 39 +++++++++++++++++++++++++++++++-------- target/arm/debug_helper.c | 18 ++++++++++++------ scripts/decodetree.py | 6 +++++- scripts/git-submodule.sh | 2 +- 6 files changed, 56 insertions(+), 18 deletions(-)