The following changes since commit 131c58469f6fb68c89b38fee6aba8bbb20c7f4bf:
rust: add --rust-target option for bindgen (2025-02-06 13:51:46 -0500)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20250210
for you to fetch changes up to 27a8d899c7a100fd5aa040a8b993bb257687c393:
linux-user: Do not define struct sched_attr if libc headers do (2025-02-07 16:09:20 +0000)
----------------------------------------------------------------
target-arm queue:
* Deprecate pxa2xx CPUs, iwMMXt emulation, -old-param option
* Drop unused AArch64DecodeTable typedefs
* Minor code cleanups
* hw/net/cadence_gem: Fix the mask/compare/disable-mask logic
* linux-user: Do not define struct sched_attr if libc headers do
----------------------------------------------------------------
Andrew Yuan (1):
hw/net/cadence_gem: Fix the mask/compare/disable-mask logic
Khem Raj (1):
linux-user: Do not define struct sched_attr if libc headers do
Peter Maydell (4):
target/arm: deprecate the pxa2xx CPUs and iwMMXt emulation
tests/tcg/arm: Remove test-arm-iwmmxt test
target/arm: Drop unused AArch64DecodeTable typedefs
qemu-options: Deprecate -old-param command line option
Philippe Mathieu-Daudé (6):
hw/arm/boot: Propagate vCPU to arm_load_dtb()
hw/arm/fsl-imx6: Add local 'mpcore/gic' variables
hw/arm/fsl-imx6ul: Add local 'mpcore/gic' variables
hw/arm/fsl-imx7: Add local 'mpcore/gic' variables
hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE
hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macro
docs/about/deprecated.rst | 34 ++++++++++++++++++++++
include/hw/arm/boot.h | 4 ++-
target/arm/cpu.h | 1 +
hw/arm/boot.c | 11 +++----
hw/arm/fsl-imx6.c | 52 ++++++++++++++-------------------
hw/arm/fsl-imx6ul.c | 64 +++++++++++++++++------------------------
hw/arm/fsl-imx7.c | 52 +++++++++++++++------------------
hw/arm/virt.c | 2 +-
hw/cpu/a15mpcore.c | 21 ++++++--------
hw/cpu/a9mpcore.c | 21 ++++++--------
hw/cpu/arm11mpcore.c | 21 ++++++--------
hw/cpu/realview_mpcore.c | 29 +++++++------------
hw/net/cadence_gem.c | 26 +++++++++++++----
linux-user/syscall.c | 4 ++-
system/vl.c | 1 +
target/arm/cpu.c | 3 ++
target/arm/tcg/cpu32.c | 36 +++++++++++++++--------
target/arm/tcg/translate-a64.c | 11 -------
tests/tcg/arm/Makefile.target | 7 -----
tests/tcg/arm/README | 5 ----
tests/tcg/arm/test-arm-iwmmxt.S | 49 -------------------------------
21 files changed, 205 insertions(+), 249 deletions(-)
delete mode 100644 tests/tcg/arm/test-arm-iwmmxt.S