| Revision tags: v10.1.0, v10.0.3 | 
|
| #
                0edc2afe |  | 13-Jul-2025 | Stefan Hajnoczi <stefanha@redhat.com> | Merge tag 'pull-target-arm-20250711' of https://gitlab.com/pm215/qemu into staging
 target-arm queue:
 * New board type max78000fthr
 * Enable use of CXL on Arm 'virt' board
 * Some more tidyup of ID
 Merge tag 'pull-target-arm-20250711' of https://gitlab.com/pm215/qemu into staging
 target-arm queue:
 * New board type max78000fthr
 * Enable use of CXL on Arm 'virt' board
 * Some more tidyup of ID register handling
 * Refactor AT insns and PMU regs into separate source files
 * Don't enforce NSE,NS check for EL3->EL3 returns
 * hw/arm/fsl-imx8mp: Wire VIRQ and VFIQ
 * Allow nested-virtualization with KVM on the 'virt' board
 * system/qdev: Remove pointless NULL check in qdev_device_add_from_qdict
 * hw/arm/virt-acpi-build: Don't create ITS id mappings by default
 * target/arm: Remove unused helper_sme2_luti4_4b
 
 # -----BEGIN PGP SIGNATURE-----
 #
 # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmhxEcoZHHBldGVyLm1h
 # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3j5yEACWYnNeqo8Yph6/EJExE6eV
 # r0tC6FBb5ShPgA6kDxhpOc1lI6uXGh8+D7bL9BePEdz/brCf1QDfs2Z4q/hb5ysX
 # D0H6VI5Gr1j6MjkFRBo3+vvYz4Yh++XLn5Q9lZv8zaSEdraq/ay2kxnuhRCK+4Ar
 # +QoGtKrGMJ7UCpfiRlvNnd1UjgORZf10EE/bRImX13sxeDomP3CZhFzAyJyShOP9
 # JA7bAd4rYJ4oj8R33y8Yaxjwm4FOndj740B0zwpO8mpjzFiE5zbqsaO+mEgYSflc
 # OQisCu/KRFpyIR+UqP+4gNaJLfKQW5Y4r61zEaiJWV/c4RdKNnbK1f7MX11fNhOk
 # k1paF3GIXp6f794Hb14vtsYnKHF2eeNSmRkAomXxLgUSYzLezL+yj7cdYmRJhgYU
 # thc1PSiEmHYhjRmOaMC9+dkMtvIexWyDNYNFTygoOE5/kTMSazeTFQpFmw+ZuTee
 # 9pjKsYRZJgTa64IkJy1L34jc2gds48Q20KpQsqZ22KQcjwt4PW4eQXkvMylawSut
 # mArHVH6AAxIK+defeEmnQCJ0OccyGCENjRDuWyWMMGoP/ggZpO47rGWmCUOK8xz8
 # IfGdPeF/9xsKSKWvjpiHyyKa48wuO2bVC+5bISS6IPA2uGneS2DpmjkHU+gHBqpk
 # GNlvEnXZfavZOHejE7/L/Q==
 # =hJ4/
 # -----END PGP SIGNATURE-----
 # gpg: Signature made Fri 11 Jul 2025 09:29:46 EDT
 # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
 # gpg:                issuer "peter.maydell@linaro.org"
 # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [full]
 # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [full]
 # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [full]
 # gpg:                 aka "Peter Maydell <peter@archaic.org.uk>" [unknown]
 # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
 
 * tag 'pull-target-arm-20250711' of https://gitlab.com/pm215/qemu: (36 commits)
 tests/functional: Add a test for the MAX78000 arm machine
 docs/system: arm: Add max78000 board description
 target/arm: Remove helper_sme2_luti4_4b
 hw/arm/virt-acpi-build: Don't create ITS id mappings by default
 system/qdev: Remove pointless NULL check in qdev_device_add_from_qdict
 hw/arm/virt: Allow virt extensions with KVM
 hw/arm/arm_gicv3_kvm: Add a migration blocker with kvm nested virt
 target/arm: Enable feature ARM_FEATURE_EL2 if EL2 is supported
 target/arm/kvm: Add helper to detect EL2 when using KVM
 hw/arm: Allow setting KVM vGIC maintenance IRQ
 hw/arm/fsl-imx8mp: Wire VIRQ and VFIQ
 target/arm: Don't enforce NSE,NS check for EL3->EL3 returns
 target/arm: Split out performance monitor regs to cpregs-pmu.c
 target/arm: Split out AT insns to tcg/cpregs-at.c
 target/arm: Drop stub for define_tlb_insn_regs
 arm/kvm: shorten one overly long line
 arm/cpu: store clidr into the idregs array
 arm/cpu: fix trailing ',' for SET_IDREG
 arm/cpu: store id_aa64afr{0,1} into the idregs array
 arm/cpu: store id_afr0 into the idregs array
 ...
 
 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
 show more ...  
 | 
| #
                f7363293 |  | 04-Jul-2025 | Cornelia Huck <cohuck@redhat.com> | arm/cpu: store clidr into the idregs array
 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
 Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@
 arm/cpu: store clidr into the idregs array
 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
 Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
 Reviewed-by: Eric Auger <eric.auger@redhat.com>
 Message-id: 20250704141927.38963-5-cohuck@redhat.com
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                a7e1c62d |  | 04-Jul-2025 | Cornelia Huck <cohuck@redhat.com> | arm/cpu: store id_aa64afr{0,1} into the idregs array
 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
 Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
 Reviewed-by: Philippe Mathieu-Daud
 arm/cpu: store id_aa64afr{0,1} into the idregs array
 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
 Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
 Reviewed-by: Eric Auger <eric.auger@redhat.com>
 Message-id: 20250704141927.38963-3-cohuck@redhat.com
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                1fea334e |  | 04-Jul-2025 | Cornelia Huck <cohuck@redhat.com> | arm/cpu: store id_afr0 into the idregs array
 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
 Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
 Reviewed-by: Philippe Mathieu-Daudé <philm
 arm/cpu: store id_afr0 into the idregs array
 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
 Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
 Reviewed-by: Eric Auger <eric.auger@redhat.com>
 Message-id: 20250704141927.38963-2-cohuck@redhat.com
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 | 
| #
                7698afc4 |  | 02-Jul-2025 | Stefan Hajnoczi <stefanha@redhat.com> | Merge tag 'pull-target-arm-20250701-1' of https://gitlab.com/pm215/qemu into staging
 target-arm queue:
 * MAINTAINERS update for arm hvf
 * target/arm: Make RETA[AB] UNDEF when pauth is not implemen
 Merge tag 'pull-target-arm-20250701-1' of https://gitlab.com/pm215/qemu into staging
 target-arm queue:
 * MAINTAINERS update for arm hvf
 * target/arm: Make RETA[AB] UNDEF when pauth is not implemented
 * target/arm: Refactoring of ID register value storage
 * target/arm: Various refactoring/cleanup patches
 * virt: Don't show an ITS in ACPI tables when no ITS is present
 * tests/functional: test device passthrough on aarch64
 * tests/functional: Expand Aarch64 SMMU tests to run on HVF accelerator
 
 # -----BEGIN PGP SIGNATURE-----
 #
 # iQJNBAABCAA3FiEE4aXFk81BneKOgxXPPCUl7RQ2DN4FAmhkE/IZHHBldGVyLm1h
 # eWRlbGxAbGluYXJvLm9yZwAKCRA8JSXtFDYM3vNeD/9ZcHiqTxLyuurYntf63VLP
 # 55NRozF0By7f83dOja5r+NWeGSPqhDBO05PpBVArt+giE2dkkVCoJ5stNrls5ACl
 # oi5glXQL/bW+A3nN+WmcD+s2RMVHn5jZ6f5ChRsFo2bWYl0rtrR1raC/wl415ag/
 # MMRjbXj6sabEITY7794KBN4M5RDVS+Zcu7dzPZecsttbxLIGLBvvJ0bFSmh91tH4
 # Tyy889v2GHou1BxSWVcSWNCTQ9jLYV7a+VHHs4uTlsBc3Pw7LXS4DcPhEdfZ3+gy
 # RaZUu1Eq213qd3r75FqFgR4mrY/nIm/CXd+mWjC5LsLOX0BYQKlAFiDH599AeZV3
 # f1Wa0+POJDSKLDux+hPu3/2eeggI4d5XKAW9dgCYKicCtfhFEKXmTtaJtZyW+vTR
 # Vpl8SDVoljDd3q/045CXzOdM5N+5xj2WNNNKYYW4stHJrAIxa88pBeK2bqzT372x
 # V8FENVzK+7owTibi63XEshgdVlBcCB9Xpp+9p4TEbMZcd8EEUVDFC5F6iF9hNUYT
 # s1cqphTVscWDXxkTSok6POHOIvotRdT7EcIVQ9VfJxVREGrtWkioDii1O+olMhyF
 # uoeoxkFE1Jih4LQz937pqCCgP0PPd9DMtXdX/WeiAcZSDEHlO8gbRiIIyf11qL2i
 # aiMIF0rHY9PvxIisnukkLQ==
 # =x5Ur
 # -----END PGP SIGNATURE-----
 # gpg: Signature made Tue 01 Jul 2025 12:59:30 EDT
 # gpg:                using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
 # gpg:                issuer "peter.maydell@linaro.org"
 # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [full]
 # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>" [full]
 # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [full]
 # gpg:                 aka "Peter Maydell <peter@archaic.org.uk>" [unknown]
 # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
 
 * tag 'pull-target-arm-20250701-1' of https://gitlab.com/pm215/qemu: (43 commits)
 tests/functional: test device passthrough on aarch64
 tests/functional: Expand Aarch64 SMMU tests to run on HVF accelerator
 tests/functional: Add hvf_available() helper
 tests/functional: Require TCG to run Aarch64 imx8mp-evk test
 tests/functional: Restrict nested Aarch64 Xen test to TCG
 tests/functional: Set sbsa-ref machine type in each test function
 hw/arm/sbsa-ref: Tidy up use of RAMLIMIT_GB definition
 hw/arm/virt: Rename cpu_post_init() -> post_cpus_gic_realized()
 hw/arm/virt: Make EL2 accelerator check an accept-list
 hw/arm/virt: Make EL3-guest accel check an accept-list
 target/arm: Restrict system register properties to system binary
 target/arm/hvf: Pass @target_el argument to hvf_raise_exception()
 target/arm: Correct KVM & HVF dtb_compatible value
 target/arm/hvf: Log $pc in hvf_unknown_hvc() trace event
 accel/hvf: Trace VM memory mapping
 target/arm/hvf: Trace hv_vcpu_run() failures
 target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()
 target/arm: Unify gen_exception_internal()
 target/arm: Reduce arm_cpu_post_init() declaration scope
 target/arm: Remove arm_handle_psci_call() stub
 ...
 
 Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
 show more ...  
 | 
| #
                a2e3508a |  | 01-Jul-2025 | Eric Auger <eric.auger@redhat.com> | arm/cpu: Add sysreg definitions in cpu-sysregs.h
 This new header contains macros that define aarch64 registers.
 In a subsequent patch, this will be replaced by a more exhaustive
 version that will be
 arm/cpu: Add sysreg definitions in cpu-sysregs.h
 This new header contains macros that define aarch64 registers.
 In a subsequent patch, this will be replaced by a more exhaustive
 version that will be generated from linux arch/arm64/tools/sysreg
 file. Those macros are sufficient to migrate the storage of those
 ID regs from named fields in isar struct to an array cell.
 
 [CH: reworked to use different structures]
 [CH: moved accessors from the patches first using them to here,
 dropped interaction with writable registers, which will happen
 later]
 [CH: use DEF magic suggested by rth]
 Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
 Reviewed-by: Sebastian Ott <sebott@redhat.com>
 Signed-off-by: Eric Auger <eric.auger@redhat.com>
 Signed-off-by: Cornelia Huck <cohuck@redhat.com>
 Message-id: 20250617153931.1330449-2-cohuck@redhat.com
 Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
 show more ...  
 |