The following changes since commit aa9e7fa4689d1becb2faf67f65aafcbcf664f1ce:
Merge tag 'edk2-stable202302-20230320-pull-request' of https://gitlab.com/kraxel/qemu into staging (2023-03-20 13:43:35 +0000) are available in the Git repository at: https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20230321 for you to fetch changes up to 5787d17a42f7af4bd117e5d6bfa54b1fdf93c255: target/arm: Don't advertise aarch64-pauth.xml to gdb (2023-03-21 13:19:08 +0000) ---------------------------------------------------------------- target-arm queue: * contrib/elf2dmp: Support Windows Server 2022 * hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settings * target/arm: Add Neoverse-N1 IMPDEF registers * hw/usb/imx: Fix out of bounds access in imx_usbphy_read() * docs/system/arm/cpu-features.rst: Fix formatting * target/arm: Don't advertise aarch64-pauth.xml to gdb ---------------------------------------------------------------- Chen Baozi (1): target/arm: Add Neoverse-N1 registers Guenter Roeck (1): hw/usb/imx: Fix out of bounds access in imx_usbphy_read() Peter Maydell (3): hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settings docs/system/arm/cpu-features.rst: Fix formatting target/arm: Don't advertise aarch64-pauth.xml to gdb Viktor Prutyanov (3): contrib/elf2dmp: fix code style contrib/elf2dmp: move PE dir search to pe_get_data_dir_entry contrib/elf2dmp: add PE name check and Windows Server 2022 support docs/system/arm/cpu-features.rst | 68 ++++++++++------------- contrib/elf2dmp/pe.h | 115 ++++++++++++++++++++++----------------- contrib/elf2dmp/addrspace.c | 1 + contrib/elf2dmp/main.c | 108 ++++++++++++++++++++++++------------ hw/char/cadence_uart.c | 6 +- hw/usb/imx-usb-phy.c | 19 ++++++- target/arm/cpu64.c | 69 +++++++++++++++++++++++ target/arm/gdbstub.c | 7 +++ 8 files changed, 267 insertions(+), 126 deletions(-)